Uses of Interface
org.web3d.x3d.sai.Lighting.SpotLight

Packages that use SpotLight 
Package Description
org.web3d.x3d.jsail.Lighting  
org.web3d.x3d.sai.Lighting  
  • Uses of SpotLight in org.web3d.x3d.jsail.Lighting

    Classes in org.web3d.x3d.jsail.Lighting that implement SpotLight 
    Modifier and Type Class Description
    class  SpotLightObject
    Linear attenuation may occur at level 2, full support at level 3.
  • Uses of SpotLight in org.web3d.x3d.sai.Lighting

    Methods in org.web3d.x3d.sai.Lighting that return SpotLight 
    Modifier and Type Method Description
    SpotLight SpotLight.setAmbientIntensity​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.
    SpotLight SpotLight.setAttenuation​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named attenuation.
    SpotLight SpotLight.setBeamWidth​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named beamWidth.
    SpotLight SpotLight.setColor​(float[] newValue)
    Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.
    SpotLight SpotLight.setCutOffAngle​(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named cutOffAngle.
    SpotLight SpotLight.setDirection​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.
    SpotLight SpotLight.setGlobal​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named global.
    SpotLight SpotLight.setIntensity​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named intensity.
    SpotLight SpotLight.setLocation​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.
    SpotLight SpotLight.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    SpotLight SpotLight.setOn​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named on.
    SpotLight SpotLight.setRadius​(float newValue)
    Accessor method to assign float value to initializeOnly SFFloat field named radius.