Package org.xj3d.sai
Interface UndefinedX3DNodeTypes
public interface UndefinedX3DNodeTypes
Listing of type constants for X3D nodes that either were omitted from the
java bindings spec (19777) or, have been included in revisions of the
abstract spec (19775) that post date the java bindings spec. Presumably
these type constants will be relocated to org.web3d.x3d.sai.X3DNodeTypes
when 19777 is updated.
There has been no attempt to anticipate the constant assignment. For the purposes of this class, the hashcode of the node type string have been used. It is therefore, highly unlikely that these constants will match those of a later binding spec.
As with the X3DNodeTypes, these type constants only represent the node classification types (abstract types), not the individual node type.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
X3DChaserNode
static final int X3DChaserNode -
X3DComposedGeometryNode
static final int X3DComposedGeometryNode -
X3DDamperNode
static final int X3DDamperNode -
X3DEnvironmentTextureNode
static final int X3DEnvironmentTextureNode -
X3DFogObject
static final int X3DFogObject -
X3DFollowerNode
static final int X3DFollowerNode -
X3DLayerNode
static final int X3DLayerNode -
X3DLayoutNode
static final int X3DLayoutNode -
X3DNBodyCollidableNode
static final int X3DNBodyCollidableNode -
X3DNBodyCollisionSpaceNode
static final int X3DNBodyCollisionSpaceNode -
X3DNode
static final int X3DNode -
X3DParticleEmitterNode
static final int X3DParticleEmitterNode -
X3DParticlePhysicsModelNode
static final int X3DParticlePhysicsModelNode -
X3DPickableObject
static final int X3DPickableObject -
X3DPickingNode
static final int X3DPickingNode -
X3DProductStructureChildNode
static final int X3DProductStructureChildNode -
X3DProgrammableShaderObject
static final int X3DProgrammableShaderObject -
X3DRigidJointNode
static final int X3DRigidJointNode -
X3DShaderNode
static final int X3DShaderNode -
X3DSoundNode
static final int X3DSoundNode -
X3DTexture3DNode
static final int X3DTexture3DNode -
X3DVertexAttributeNode
static final int X3DVertexAttributeNode -
X3DViewpointNode
static final int X3DViewpointNode -
X3DViewportNode
static final int X3DViewportNode
-