|
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.rendering.RenderableInstructions
public class RenderableInstructions
Container for returning the details about what should be rendered from a
node that implements the CustomRenderable
interface.
The data stored in this class is considered to be temporary only - it lasts just enough time to process the children for renderable objects to be passed to the sort stage.
Field Summary | |
---|---|
boolean |
hasTransform
Flag to indicate if the transform needs to be used from this class as part of the traversal of the scene graph. |
java.lang.Object |
instructions
Any local data that may need to be passed around. |
javax.vecmath.Matrix4f |
localTransform
The local transformation matrix that should be applied as part of the traversal process. |
Constructor Summary | |
---|---|
RenderableInstructions()
Initialise a new instance of this instruction. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean hasTransform
public javax.vecmath.Matrix4f localTransform
hasTransform
to false and ignore this matrix.
public java.lang.Object instructions
Constructor Detail |
---|
public RenderableInstructions()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |