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

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

public class FloatChunk
extends Chunk

These have no subchunks. Only data. Any objects that have a float chunk as a sub chunk may retrieve the float value from ChunkChopper.popData() using the current chunk id as an argument.


Constructor Summary
FloatChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Loads a Float value into the chopper for use later when parent chunks are initializing
 
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

FloatChunk

public FloatChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Loads a Float value into the chopper for use later when parent chunks are initializing

Overrides:
loadData in class Chunk
Parameters:
chopper - the chopper in which the float chunk will be stored by the id of this chunk.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.