public class LightChunk extends Chunk
Constructor and Description |
---|
LightChunk() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ChunkChopper chopper)
Gets the data put into the chopper by the subchunks
and creates a light, adding it to the scene as a named object.
|
void |
loadData(ChunkChopper chopper)
This is called by the chunk chopper before any of the chunk's
subchunks are loaded.
|
addSubChunk, getDescription, getName, getSubChunk, setDescription, setName, toString
public void loadData(ChunkChopper chopper)
ChunkChopper.pushData(java.lang.Object, java.lang.Object)
public void initialize(ChunkChopper chopper)
initialize
in class Chunk
chopper
- the ChunkChopper containing sub chunk data.Copyright © 2000-2016 Microcrowd. All Rights Reserved.