com.microcrowd.loader.java3d.max3ds.chunks
Class FacesMaterialChunk

java.lang.Object
  extended by com.microcrowd.loader.java3d.max3ds.chunks.Chunk
      extended by com.microcrowd.loader.java3d.max3ds.chunks.FacesMaterialChunk

public class FacesMaterialChunk
extends Chunk

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.

Author:
jdeford

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

FacesMaterialChunk

public FacesMaterialChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Loads the texture coordinates for a mesh,

Overrides:
loadData in class Chunk
Parameters:
chopper - the ChunkChopper containing the state of the parser.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.