nodes
Class Appearance

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

public class Appearance
extends java.lang.Object

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

In VRML, the Appearance node specifies the visual properties of geometry.


Field Summary
static int material
          The constant used to access the material field of a Appearance node.
static int texture
          The constant used to access the texture field of a Appearance node.
static int textureTransform
          The constant used to access the textureTransform field of a Appearance node.
 
Constructor Summary
Appearance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

material

public static final int material
The constant used to access the material field of a Appearance node.
In VRML, this field contains a Material node.

This field is of VRML-type SFNode.

See Also:
Constant Field Values

texture

public static final int texture
The constant used to access the texture field of a Appearance node.
In VRML, this field contains a Texture node

This field is of VRML-type SFNode.

See Also:
Constant Field Values

textureTransform

public static final int textureTransform
The constant used to access the textureTransform field of a Appearance node.
In VRML, this field contains a textureTransform node.

This field is of VRML-type SFNode.

See Also:
Constant Field Values
Constructor Detail

Appearance

public Appearance()