nodes
Class Texture

java.lang.Object
  |
  +--nodes.Texture

public class Texture
extends java.lang.Object

This class contains index constants to access fields in a Texture node using the WF3DNode.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.
 
Constructor Summary
Texture()
           
 
Methods inherited from class java.lang.Object
equals, 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 VRML, this field contains a WireFusion Texture.

This field is of VRML-type SFImage.

See Also:
Constant Field Values
Constructor Detail

Texture

public Texture()