|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.discreet.ObjectBlock
public class ObjectBlock
Representation of a collection of triangle meshes that form a single block of data in the file.
Field Summary | |
---|---|
CameraBlock[] |
cameras
Cameras (viewpoints) registered with this object |
LightBlock[] |
lights
Set of lights surrounding this mesh |
TriangleMesh[] |
meshes
Array of mesh instances forming this block. |
java.lang.String |
name
A name or label associated with this block. |
int |
numCameras
The number of valid camera objects |
int |
numLights
Listing of lights effecting this object |
int |
numMeshes
Number of valid items in the mesh list |
int |
objectId
The ID associated with this block. |
Constructor Summary | |
---|---|
ObjectBlock()
Construct a new instance with meshes initialised to a size of 8. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int objectId
public java.lang.String name
public TriangleMesh[] meshes
public int numMeshes
public LightBlock[] lights
public int numLights
public CameraBlock[] cameras
public int numCameras
Constructor Detail |
---|
public ObjectBlock()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |