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

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

public class ScaleChunk
extends Chunk

Extracts scale information from the 3ds file which is then used by the mesh info chunk to construct a animation.


Constructor Summary
ScaleChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Loads the scale for a shape and notifies the KeyFramerInfoChunk
 
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

ScaleChunk

public ScaleChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Loads the scale for a shape and notifies the KeyFramerInfoChunk

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


Copyright © 2000-2011 Microcrowd. All Rights Reserved.