com.brackeen.javagamebook.math3D
Class ObjectLoader.Material

java.lang.Object
  extended bycom.brackeen.javagamebook.math3D.ObjectLoader.Material
Enclosing class:
ObjectLoader

public static class ObjectLoader.Material
extends java.lang.Object

The Material class wraps a ShadedTexture.


Field Summary
 java.io.File sourceFile
           
 ShadedTexture texture
           
 
Constructor Summary
ObjectLoader.Material()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceFile

public java.io.File sourceFile

texture

public ShadedTexture texture
Constructor Detail

ObjectLoader.Material

public ObjectLoader.Material()