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

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

public class FramesChunk
extends Chunk

This chunk specifies the beginning and end frames.

Author:
jdeford

Constructor Summary
FramesChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Reads two ints.
 
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

FramesChunk

public FramesChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Reads two ints. Start frame and stop frame.

Overrides:
loadData in class Chunk
Parameters:
chopper - the chopper that may be used to store the starting and stopping frames.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.