Uses of Interface
org.web3d.x3d.sai.Lighting.DirectionalLight
Packages that use DirectionalLight
Package
Description
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
-
Uses of DirectionalLight in org.web3d.x3d.jsail.Lighting
Classes in org.web3d.x3d.jsail.Lighting that implement DirectionalLightModifier and TypeClassDescriptionclass
DirectionalLight 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 DirectionalLightModifier and TypeMethodDescriptionDirectionalLight.setAmbientIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.DirectionalLight.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.DirectionalLight.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.DirectionalLight.setGlobal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named global.DirectionalLight.setIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named intensity.DirectionalLight.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.DirectionalLight.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.DirectionalLight.setShadowIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named shadowIntensity.DirectionalLight.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.