|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.aviatrix3d.pipeline.CullOutputDetails
public class CullOutputDetails
Class for passing the detailed rendering information through the pipeline.
| Field Summary | |
|---|---|
BoundingVolume |
cullableBounds
The bounds of the cullable |
java.lang.Object |
customData
Passed along additional rendering information for the object |
Renderable |
renderable
The node instance to be rendered. |
javax.vecmath.Matrix4f |
transform
The transform from the root of the scene graph to here |
| Constructor Summary | |
|---|---|
CullOutputDetails()
Construct a default instance with just the transform initialised to the zero matrix. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Renderable renderable
public javax.vecmath.Matrix4f transform
public java.lang.Object customData
public BoundingVolume cullableBounds
| Constructor Detail |
|---|
public CullOutputDetails()
|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||