|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microcrowd.loader.java3d.max3ds.chunks.Chunk
com.microcrowd.loader.java3d.max3ds.chunks.FloatChunk
public class FloatChunk
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 |
|---|
public FloatChunk()
| Method Detail |
|---|
public void loadData(ChunkChopper chopper)
loadData in class Chunkchopper - the chopper in which the float
chunk will be stored by the id of this chunk.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||