Uses of Interface
org.web3d.x3d.sai.Lighting.PointLight
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 PointLight in org.web3d.x3d.jsail.Lighting
Modifier and TypeClassDescriptionclass
Linear attenuation may occur at level 2, full support at level 3. -
Uses of PointLight in org.web3d.x3d.sai.Lighting
Modifier and TypeMethodDescriptionPointLight.setAmbientIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.PointLight.setAttenuation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named attenuation.PointLight.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.PointLight.setGlobal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named global.PointLight.setIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named intensity.PointLight.setLocation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.PointLight.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointLight.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.PointLight.setRadius
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named radius.PointLight.setShadowIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named shadowIntensity.PointLight.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.