|
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
org.j3d.aviatrix3d.pipeline.graphics.GraphicsCullOutputDetails
public class GraphicsCullOutputDetails
Class for passing the detailed graphics rendering information through the pipeline.
| Field Summary | |
|---|---|
VisualDetails[] |
clipPlanes
Array of clip planes that effect this node. |
VisualDetails[] |
lights
Array of lights that effect this node. |
EffectRenderable |
localFog
If a locally declared fog is set, use it |
int |
numClipPlanes
Number of valid lights in the array |
int |
numLights
Number of valid lights in the array |
| Fields inherited from class org.j3d.aviatrix3d.pipeline.CullOutputDetails |
|---|
cullableBounds, customData, renderable, transform |
| Constructor Summary | |
|---|---|
GraphicsCullOutputDetails()
Construct a default instance of the output details. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public VisualDetails[] lights
public int numLights
public VisualDetails[] clipPlanes
public int numClipPlanes
public EffectRenderable localFog
| Constructor Detail |
|---|
public GraphicsCullOutputDetails()
|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||