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

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

public class NamedObjectChunk
extends Chunk

Loads information about a named object: Cameras, meshes and lights


Constructor Summary
NamedObjectChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Adds a TransformGroup the the chopper's branch group to which meshes will be added.
 
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

NamedObjectChunk

public NamedObjectChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Adds a TransformGroup the the chopper's branch group to which meshes will be added.

Overrides:
loadData in class Chunk
Parameters:
chopper - The chopper containing the state of parsing.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.