|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualDetails | |
---|---|
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
Uses of VisualDetails in org.j3d.aviatrix3d.pipeline.graphics |
---|
Fields in org.j3d.aviatrix3d.pipeline.graphics declared as VisualDetails | |
---|---|
VisualDetails[] |
GraphicsCullOutputDetails.clipPlanes
Array of clip planes that effect this node. |
VisualDetails[] |
GraphicsCullOutputDetails.lights
Array of lights that effect this node. |
protected VisualDetails[] |
BaseStateSortStage.newClipPlanes
Temp array for holding new clip planes on the object being processed |
protected VisualDetails[] |
BaseStateSortStage.newLights
Temp array for holdin new lights on the object being processed |
Fields in org.j3d.aviatrix3d.pipeline.graphics with type parameters of type VisualDetails | |
---|---|
protected java.util.Stack<VisualDetails> |
BaseStateSortStage.currentLights
List of current lights that are being processed |
protected java.util.Stack<VisualDetails> |
BaseStateSortStage.keepLights
List to hold onto lights that are common between last node and this |
protected java.util.HashMap<VisualDetails,java.lang.Integer> |
BaseStateSortStage.lightIdMap
Mapping of the VisualDetails instance to the global ID |
protected java.util.Stack<VisualDetails> |
BaseStateSortStage.oldLights
List of lights for holding the difference between the current and new light lists |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type VisualDetails | |
---|---|
int |
VisualDetails.compareTo(VisualDetails vd)
Compares this object with the specified object for order. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |