de.rico.engine.geometry.modelloader.md2
Class MD2TexCoords

java.lang.Object
  extended by de.rico.engine.geometry.modelloader.md2.MD2TexCoords

public class MD2TexCoords
extends java.lang.Object

This class represents the md2 texture coordinates

Author:
Frank Bruns

Constructor Summary
MD2TexCoords(MD2Header header, MD2InputStream inputStream)
           
 
Method Summary
 TextureCoordinate[] getTextureCoords()
          Returns an array with the texture coordinates of the md2 model file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD2TexCoords

public MD2TexCoords(MD2Header header,
                    MD2InputStream inputStream)
Method Detail

getTextureCoords

public TextureCoordinate[] getTextureCoords()
Returns an array with the texture coordinates of the md2 model file

Returns:
texture coords of the md2 model