Interface TextureProjectorParallel

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

public interface TextureProjectorParallel extends X3DTextureProjectorNode
TextureProjectorParallel is similar to a light that projects a texture into the scene, illuminating geometry that intersects the parallel 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. X3D node tooltip: (X3D version 4.0 draft) [X3DTextureProjectorNode] TextureProjectorParallel is similar to a light that projects a texture into the scene, illuminating geometry that intersects the parallel projection volume. Hint: <a href="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS//Images/ptmparallel.png" target="_blank">https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS//Images/ptmparallel.png</a> Warning: add textureTransform field? *


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: