org.selman.java3d.book.texturetest
Class TextureGeometryInfo

java.lang.Object
  |
  +--org.selman.java3d.book.texturetest.TextureGeometryInfo

public class TextureGeometryInfo
extends java.lang.Object


Field Summary
 javax.vecmath.Point3f[] m_CoordArray
           
 java.lang.String m_szImage
           
 javax.vecmath.Point2f[] m_TexCoordArray
           
 
Constructor Summary
TextureGeometryInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_szImage

public java.lang.String m_szImage

m_TexCoordArray

public javax.vecmath.Point2f[] m_TexCoordArray

m_CoordArray

public javax.vecmath.Point3f[] m_CoordArray
Constructor Detail

TextureGeometryInfo

public TextureGeometryInfo()