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

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

public class HierarchyInfoChunk
extends Chunk

A HierarchyInfoChunk stores information about where an object belong in a hierarchy of object that have animations which may or may not be related. Each object, including dummy objects, have an identifier used to specify them as hierarchical parents of other objects for the purpose of key framing.

Author:
Josh DeFord

Constructor Summary
HierarchyInfoChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Loads a word of data that describes the parent.
 
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

HierarchyInfoChunk

public HierarchyInfoChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Loads a word of data that describes the parent.

Overrides:
loadData in class Chunk
Parameters:
chopper - may contain data loaded by subchunks.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.