Interface TextureProjector

All Superinterfaces:
X3DChildNode, X3DLightNode, X3DNode, X3DTextureProjectorNode
All Known Implementing Classes:
TextureProjector

public interface TextureProjector extends X3DTextureProjectorNode
TextureProjector is similar to a light that projects a texture into the scene, illuminating geometry that intersects the perspective projection volume.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. TextureProjector node tooltip: [X3DTextureProjectorNode] TextureProjector is similar to a light that projects a texture into the scene, illuminating geometry that intersects the perspective projection volume.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: