|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.aviatrix3d.pipeline.RenderDetails
public class RenderDetails
Class for passing the detailed rendering information through the pipeline.
Field Summary | |
---|---|
int |
id
An arbitrary, unique identifier for the operations that need it |
java.lang.Object |
instructions
A per-RenderOp defined set of data that is passed from the sorter to the rendering device. |
Renderable |
renderable
The lead node instance to be rendered. |
Constructor Summary | |
---|---|
RenderDetails()
Construct a default instance with nothing initialised. |
Method Summary | |
---|---|
void |
clear()
Remove any currently set references that may be here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Renderable renderable
public int id
public java.lang.Object instructions
Constructor Detail |
---|
public RenderDetails()
Method Detail |
---|
public void clear()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |