org.jagatoo.loaders.models.ms3d
Class MS3DMaterial
java.lang.Object
org.jagatoo.loaders.models.ms3d.MS3DMaterial
public class MS3DMaterial
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
ambient
public org.openmali.vecmath2.Colorf ambient
diffuse
public org.openmali.vecmath2.Colorf diffuse
specular
public org.openmali.vecmath2.Colorf specular
emissive
public org.openmali.vecmath2.Colorf emissive
shininess
public float shininess
transparency
public float transparency
mode
public int mode
textureMap
public int[] textureMap
alpha
public int[] alpha
MS3DMaterial
public MS3DMaterial(LittleEndianDataInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException