Uses of Interface
org.web3d.x3d.sai.TextureProjection.TextureProjectorParallel
Package
Description
TextureProjection nodes project texture images onto geometry in a scene.
TextureProjection nodes project texture images onto geometry in a scene.
-
Uses of TextureProjectorParallel in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeClassDescriptionclass
TextureProjectorParallel is similar to a light that projects a texture into the scene, illuminating geometry that intersects the parallel projection volume. -
Uses of TextureProjectorParallel in org.web3d.x3d.sai.TextureProjection
Modifier and TypeMethodDescriptionTextureProjectorParallel.setAmbientIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named ambientIntensity.TextureProjectorParallel.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.TextureProjectorParallel.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TextureProjectorParallel.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.TextureProjectorParallel.setFarDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named farDistance.TextureProjectorParallel.setFieldOfView
(float[] newValue) Accessor method to assign 4-tuple float array to inputOutput SFVec4f field named fieldOfView.TextureProjectorParallel.setGlobal
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named global.TextureProjectorParallel.setIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named intensity.TextureProjectorParallel.setLocation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.TextureProjectorParallel.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureProjectorParallel.setNearDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named nearDistance.TextureProjectorParallel.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.TextureProjectorParallel.setShadowIntensity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named shadowIntensity.TextureProjectorParallel.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.TextureProjectorParallel.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture.TextureProjectorParallel.setUpVector
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named upVector.