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

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

public class BoundingBoxChunk
extends Chunk

Loads the bounding box for keyframer of mesh. The pivot is relative to it. KeyFramerInfoChunk for more information about using animations from a 3ds file


Constructor Summary
BoundingBoxChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Gets the bounding box and associates it with the current mes.
 
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

BoundingBoxChunk

public BoundingBoxChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Gets the bounding box and associates it with the current mes.

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


Copyright © 2000-2011 Microcrowd. All Rights Reserved.