|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microcrowd.loader.java3d.max3ds.chunks.Chunk
com.microcrowd.loader.java3d.max3ds.chunks.FacesMaterialChunk
public class FacesMaterialChunk
FacesMaterialsChunk contains the materials information from the 3ds file. It contains information pertaining to which faces of a mesh have materials on them and the texture coordinates for texture mapping. Right now, its just putting the name of the material that needs to be applied to the mesh under construction.
| Constructor Summary | |
|---|---|
FacesMaterialChunk()
|
|
| Method Summary | |
|---|---|
void |
loadData(ChunkChopper chopper)
Loads the texture coordinates for a mesh, |
| Methods inherited from class com.microcrowd.loader.java3d.max3ds.chunks.Chunk |
|---|
addSubChunk, getDescription, getName, getSubChunk, initialize, setDescription, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FacesMaterialChunk()
| Method Detail |
|---|
public void loadData(ChunkChopper chopper)
loadData in class Chunkchopper - the ChunkChopper containing the state of the parser.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||