-
-
Subinterfaces of X3DLightNode in org.web3d.x3d.sai.Lighting
| Modifier and Type |
Interface |
Description |
interface |
DirectionalLight |
DirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2.
|
interface |
PointLight |
Linear attenuation may occur at level 2, full support at level 3.
|
interface |
SpotLight |
Linear attenuation may occur at level 2, full support at level 3.
|
Methods in org.web3d.x3d.sai.Lighting that return X3DLightNode
| Modifier and Type |
Method |
Description |
X3DLightNode |
X3DLightNode.setAmbientIntensity(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.
|
X3DLightNode |
X3DLightNode.setColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.
|
X3DLightNode |
X3DLightNode.setIntensity(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named intensity.
|
X3DLightNode |
X3DLightNode.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DLightNode |
X3DLightNode.setOn(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named on.
|