com.threed.jpct.skeleton.loader
Class OGREVertex

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

public class OGREVertex
extends java.lang.Object

Encapsulates all the data stored for a single vertex, int the Ogre XML Format.

Author:
mcgreevyj

Field Summary
 float normalX
           
 float normalY
           
 float normalZ
           
 float positionX
           
 float positionY
           
 float positionZ
           
 float textureU
           
 float textureV
           
 
Constructor Summary
OGREVertex()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

positionX

public float positionX

positionY

public float positionY

positionZ

public float positionZ

normalX

public float normalX

normalY

public float normalY

normalZ

public float normalZ

textureU

public float textureU

textureV

public float textureV
Constructor Detail

OGREVertex

public OGREVertex()