wobs.scene3d.nodes
Class Texture

java.lang.Object
  extended by X3DDefaultNode
      extended by wobs.scene3d.nodes.Texture

public class Texture
extends X3DDefaultNode

This class contains index constants to access fields in a Texture node using the X3DNode.getField(int fieldIndex) method.

The Texture is a merger of the VRML ImageTexture and PixelTexture nodes.


Field Summary
static int image
          The constant used to access the image field of a Texture node.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

public static final int image
The constant used to access the image field of a Texture node.
In X3D/VRML, this field contains a WireFusion Texture.

This field is of X3D/VRML-type SFImage.

See Also:
Constant Field Values