Uses of Interface
org.web3d.x3d.sai.TextureProjector.TextureProjectorParallel
Packages that use TextureProjectorParallel
Package
Description
TextureProjector nodes project textures onto geometry in a scene.
TextureProjector nodes project textures onto geometry in a scene.
-
Uses of TextureProjectorParallel in org.web3d.x3d.jsail.TextureProjector
Classes in org.web3d.x3d.jsail.TextureProjector that implement TextureProjectorParallelModifier and TypeClassDescriptionclassTextureProjectorParallel 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.TextureProjector
Methods in org.web3d.x3d.sai.TextureProjector that return TextureProjectorParallelModifier 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.