libgdx API

com.badlogic.gdx.graphics.g3d.loaders.g3d
Class G3dConstants

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.g3d.G3dConstants

public class G3dConstants
extends java.lang.Object


Field Summary
static int BONE_ASSIGNMENT
           
static int BONE_ASSIGNMENTS
           
static int BONE_WEIGHT
           
static int BONE_WEIGHTS
           
static int G3D_ROOT
           
static int INDEX_LIST
           
static int KEYFRAMED_ANIMATION
           
static int KEYFRAMED_FRAME
           
static int KEYFRAMED_MODEL
           
static int KEYFRAMED_SUBMESH
           
static byte MAJOR_VERSION
           
static byte MINOR_VERSION
           
static int SKELETON
           
static int SKELETON_ANIMATION
           
static int SKELETON_ANIMATIONS
           
static int SKELETON_HIERARCHY
           
static int SKELETON_JOINT
           
static int SKELETON_KEYFRAME
           
static int SKELETON_MODEL
           
static int SKELETON_SUBMESH
           
static int STILL_MODEL
           
static int STILL_SUBMESH
           
static int VERSION_INFO
           
static int VERTEX_ATTRIBUTE
           
static int VERTEX_ATTRIBUTES
           
static int VERTEX_LIST
           
 
Constructor Summary
G3dConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_VERSION

public static final byte MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

public static final byte MINOR_VERSION
See Also:
Constant Field Values

G3D_ROOT

public static final int G3D_ROOT
See Also:
Constant Field Values

VERSION_INFO

public static final int VERSION_INFO
See Also:
Constant Field Values

STILL_MODEL

public static final int STILL_MODEL
See Also:
Constant Field Values

STILL_SUBMESH

public static final int STILL_SUBMESH
See Also:
Constant Field Values

KEYFRAMED_MODEL

public static final int KEYFRAMED_MODEL
See Also:
Constant Field Values

KEYFRAMED_SUBMESH

public static final int KEYFRAMED_SUBMESH
See Also:
Constant Field Values

KEYFRAMED_ANIMATION

public static final int KEYFRAMED_ANIMATION
See Also:
Constant Field Values

KEYFRAMED_FRAME

public static final int KEYFRAMED_FRAME
See Also:
Constant Field Values

SKELETON_MODEL

public static final int SKELETON_MODEL
See Also:
Constant Field Values

SKELETON_SUBMESH

public static final int SKELETON_SUBMESH
See Also:
Constant Field Values

SKELETON_ANIMATIONS

public static final int SKELETON_ANIMATIONS
See Also:
Constant Field Values

SKELETON_ANIMATION

public static final int SKELETON_ANIMATION
See Also:
Constant Field Values

SKELETON

public static final int SKELETON
See Also:
Constant Field Values

SKELETON_HIERARCHY

public static final int SKELETON_HIERARCHY
See Also:
Constant Field Values

SKELETON_JOINT

public static final int SKELETON_JOINT
See Also:
Constant Field Values

SKELETON_KEYFRAME

public static final int SKELETON_KEYFRAME
See Also:
Constant Field Values

VERTEX_LIST

public static final int VERTEX_LIST
See Also:
Constant Field Values

INDEX_LIST

public static final int INDEX_LIST
See Also:
Constant Field Values

VERTEX_ATTRIBUTES

public static final int VERTEX_ATTRIBUTES
See Also:
Constant Field Values

VERTEX_ATTRIBUTE

public static final int VERTEX_ATTRIBUTE
See Also:
Constant Field Values

BONE_WEIGHTS

public static final int BONE_WEIGHTS
See Also:
Constant Field Values

BONE_WEIGHT

public static final int BONE_WEIGHT
See Also:
Constant Field Values

BONE_ASSIGNMENTS

public static final int BONE_ASSIGNMENTS
See Also:
Constant Field Values

BONE_ASSIGNMENT

public static final int BONE_ASSIGNMENT
See Also:
Constant Field Values
Constructor Detail

G3dConstants

public G3dConstants()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)