com.threed.jpct.skeleton.loader
Class OGREVertexBuffer

java.lang.Object
  extended by com.threed.jpct.skeleton.loader.OGREVertexBuffer

public class OGREVertexBuffer
extends java.lang.Object

Encapsulates a vertex buffer as described in the Ogre XML Format.

Author:
mcgreevyj

Field Summary
 boolean normals
           
 boolean positions
           
 int textureCoordDimensions
           
 int textureCoords
           
 OGREVertex[] vertices
           
 
Constructor Summary
OGREVertexBuffer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public OGREVertex[] vertices

positions

public boolean positions

normals

public boolean normals

textureCoords

public int textureCoords

textureCoordDimensions

public int textureCoordDimensions
Constructor Detail

OGREVertexBuffer

public OGREVertexBuffer()