Class BaseTexture3DNode

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLAppearanceChildNodeType, VRMLNodeType, VRMLTexture3DNodeType, VRMLTextureNodeType
Direct Known Subclasses:
BaseComposedTexture3D, BaseImageTexture3D, BasePixelTexture3D

public abstract class BaseTexture3DNode extends BaseTextureNode implements VRMLTexture3DNodeType
Base implementation of a 3D texture object.

Performs the VRML field handling for REPEAT_S, REPEAT_T and REPEAT_R

The node is defined by the X3DTexture3DNode type, which is defined as:

 X3DTexture3DNode : X3DTextureNode {
   SFNode [in,out] metadata NULL [X3DMetadataObject]
   SFBool []       repeatS  FALSE
   SFBool []       repeatT  FALSE
   SFBool []       repeatR  FALSE
 }
 
Version:
$Revision: 1.11 $
Author:
Justin Couch