Uses of Interface
org.web3d.x3d.sai.Lighting.DirectionalLight
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Lighting | |
| org.web3d.x3d.sai.Lighting |
-
Uses of DirectionalLight in org.web3d.x3d.jsail.Lighting
Classes in org.web3d.x3d.jsail.Lighting that implement DirectionalLight Modifier and Type Class Description classDirectionalLightObjectDirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2. -
Uses of DirectionalLight in org.web3d.x3d.sai.Lighting
Methods in org.web3d.x3d.sai.Lighting that return DirectionalLight Modifier and Type Method Description DirectionalLightDirectionalLight. setAmbientIntensity(float newValue)Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.DirectionalLightDirectionalLight. setColor(float[] newValue)Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.DirectionalLightDirectionalLight. setDirection(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.DirectionalLightDirectionalLight. setGlobal(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named global.DirectionalLightDirectionalLight. setIntensity(float newValue)Accessor method to assign float value to inputOutput SFFloat field named intensity.DirectionalLightDirectionalLight. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.DirectionalLightDirectionalLight. setOn(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named on.