libgdx API

com.badlogic.gdx.graphics.g3d.loaders.md2
Class MD2Loader.VertexIndices

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.md2.MD2Loader.VertexIndices
Enclosing class:
MD2Loader

public class MD2Loader.VertexIndices
extends java.lang.Object


Field Summary
 short nIdx
           
 short tIdx
           
 short vIdx
           
 
Constructor Summary
MD2Loader.VertexIndices(short vIdx, short tIdx, short nIdx)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vIdx

public short vIdx

tIdx

public short tIdx

nIdx

public short nIdx
Constructor Detail

MD2Loader.VertexIndices

public MD2Loader.VertexIndices(short vIdx,
                               short tIdx,
                               short nIdx)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

libgdx API

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