Package org.xj3d.sai
Interface UndefinedX3DFieldTypes
public interface UndefinedX3DFieldTypes
Listing of type constants for X3D fields that 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.X3DFieldTypes
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.
- 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
-
Field Details
-
SFMATRIX3D
static final int SFMATRIX3D -
MFMATRIX3D
static final int MFMATRIX3D -
SFMATRIX3F
static final int SFMATRIX3F -
MFMATRIX3F
static final int MFMATRIX3F -
SFMATRIX4D
static final int SFMATRIX4D -
MFMATRIX4D
static final int MFMATRIX4D -
SFMATRIX4F
static final int SFMATRIX4F -
MFMATRIX4F
static final int MFMATRIX4F -
SFVEC4D
static final int SFVEC4D -
MFVEC4D
static final int MFVEC4D -
SFVEC4F
static final int SFVEC4F -
MFVEC4F
static final int MFVEC4F
-