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