public class ChunkMap
extends java.util.HashMap
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
AMBIENT_COLOR
ID of the chunk that will be used to represent the ambient color.
|
static java.lang.Integer |
ATTENUATED
Signifies that the light is attenuated
|
static java.lang.Integer |
BOUNDING_BOX |
static java.lang.Integer |
CAMERA
Represent a camera for viewing
|
static java.lang.Integer |
COLOR |
static java.lang.Integer |
COORDINATE_AXES
Local coordinate system of the mesh.
|
static java.lang.Integer |
DIFFUSE_COLOR
ID of the chunk that will be used to represent the diffuse color.
|
static java.lang.Integer |
EDITOR |
static java.lang.Integer |
FACES_DESCRIPTION
reference coordinates into the vertex list which represent shape vertex coordinates.
|
static java.lang.Integer |
FACES_MATERIAL
Key mapping faces material chunk as a child of this chunk
|
static java.lang.Integer |
FRAMES_CHUNK
Constant designating a chunk as a frames chunk
|
static java.lang.Integer |
HIERARCHY_INFO
Indicates a hierarchy info chunk
|
static java.lang.Integer |
KEYFRAMER |
static java.lang.Integer |
LIGHT
Represent a light
|
static java.lang.Integer |
MATERIAL |
static java.lang.Integer |
MATERIAL_NAME
These are the chunk ids for colors
|
static java.lang.Integer |
MESH
Represent a mesh object for shapes.
|
static java.lang.Integer |
MESH_INFO
Constant designating a chunk as a mesh info chunk
|
static java.lang.Integer |
MULTIPLIER |
static java.lang.Integer |
NAME_AND_FLAGS
Key for the name and flags chunk
|
static java.lang.Integer |
NAMED_OBJECT |
static java.lang.Integer |
PIVOT
Key for the pivot chunk
|
static java.lang.Integer |
POSITION
Indicates a position track chunk
|
static java.lang.Integer |
RANGE_END |
static java.lang.Integer |
RANGE_START |
static java.lang.Integer |
ROTATION
Indicates a rotation track chunk
|
static java.lang.Integer |
SCALE |
static java.lang.Integer |
SCALE_TRACK
Indicates a scale track chunk
|
static java.lang.Integer |
SHININESS
ID of the chunk that will be used to represent the shinines.
|
static java.lang.Integer |
SMOOTH
Key mapping smoothing chunk as a child of this chunk
|
static java.lang.Integer |
SPECULAR_COLOR
ID of the chunk that will be used to represent the specular color.
|
static java.lang.Integer |
SPOT_LIGHT_INFO |
static java.lang.Integer |
SPOTLIGHT |
static int |
TEXBLUR |
static java.lang.Integer |
TEXTURE
ID of the chunk that will be used to represent the texture.
|
static java.lang.Integer |
TEXTURE_COORDINATES
reference coordinates into the vertex list which represent texture coordinates.
|
static java.lang.Integer |
TEXTURE_NAME
the id of a texture name chunk.
|
static int |
TEXTURE_TILING |
static java.lang.Integer |
TRANSPARENCY
ID of the chunk that will be used to represent the transparency.
|
static java.lang.Integer |
TWO_SIDED
ID of the chunk that will be used to represent the two sided.
|
static java.lang.Integer |
VERSION |
static java.lang.Integer |
VERTEX_LIST
The vertex list from which vertices of a face array will be used.
|
Constructor and Description |
---|
ChunkMap(Chunk mainChunk)
singleton constructor.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
get(java.lang.Integer chunkID) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public static final java.lang.Integer FRAMES_CHUNK
public static final java.lang.Integer MESH_INFO
public static final java.lang.Integer SPOT_LIGHT_INFO
public static final java.lang.Integer NAME_AND_FLAGS
public static final java.lang.Integer PIVOT
public static final java.lang.Integer POSITION
public static final java.lang.Integer SCALE_TRACK
public static final java.lang.Integer ROTATION
public static final java.lang.Integer BOUNDING_BOX
public static final java.lang.Integer HIERARCHY_INFO
public static final java.lang.Integer ATTENUATED
public static final java.lang.Integer RANGE_START
public static final java.lang.Integer RANGE_END
public static final java.lang.Integer MULTIPLIER
public static final java.lang.Integer SPOTLIGHT
public static final java.lang.Integer COLOR
public static final java.lang.Integer VERSION
public static final java.lang.Integer EDITOR
public static final java.lang.Integer KEYFRAMER
public static final java.lang.Integer MATERIAL_NAME
public static final java.lang.Integer AMBIENT_COLOR
public static final java.lang.Integer DIFFUSE_COLOR
public static final java.lang.Integer SPECULAR_COLOR
public static final java.lang.Integer SHININESS
public static final java.lang.Integer TRANSPARENCY
public static final java.lang.Integer TWO_SIDED
public static final java.lang.Integer TEXTURE
public static final java.lang.Integer MESH
public static final java.lang.Integer CAMERA
public static final java.lang.Integer LIGHT
public static final java.lang.Integer TEXTURE_NAME
public static final int TEXTURE_TILING
public static final int TEXBLUR
public static final java.lang.Integer VERTEX_LIST
public static final java.lang.Integer TEXTURE_COORDINATES
public static final java.lang.Integer COORDINATE_AXES
public static final java.lang.Integer FACES_DESCRIPTION
public static final java.lang.Integer MATERIAL
public static final java.lang.Integer SCALE
public static final java.lang.Integer NAMED_OBJECT
public static final java.lang.Integer FACES_MATERIAL
public static final java.lang.Integer SMOOTH
public ChunkMap(Chunk mainChunk)
public Chunk get(java.lang.Integer chunkID)
Copyright © 2000-2013 Microcrowd. All Rights Reserved.