|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderEnvironmentData | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline | Implementations of the various pipeline pieces. |
org.j3d.aviatrix3d.surface | Various surface types for rendering the OpenGL output too that implement the
DrawableSurface . |
Uses of RenderEnvironmentData in org.j3d.aviatrix3d |
Fields in org.j3d.aviatrix3d declared as RenderEnvironmentData | |
RenderEnvironmentData |
RenderableTarget.envData
The local data about the rendered environment |
RenderEnvironmentData |
RenderInstructions.renderData
Visual data such as viewpoint, background etc |
Methods in org.j3d.aviatrix3d with parameters of type RenderEnvironmentData | |
void |
SortStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParent,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
CulledGeometryReceiver.culledOutput(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes)
Here's the sorted output list of nodes. |
Uses of RenderEnvironmentData in org.j3d.aviatrix3d.pipeline |
Methods in org.j3d.aviatrix3d.pipeline with parameters of type RenderEnvironmentData | |
void |
StateSortStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
StateAndTransparencyDepthSortStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
SimpleTransparencySortStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
NullSortStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
DepthSortedTransparencyStage.sort(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes,
int buffer)
Sort the listing of nodes in the given array. |
void |
CullToSingleSortListener.culledOutput(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes)
Sort the listing of nodes in the given array. |
Uses of RenderEnvironmentData in org.j3d.aviatrix3d.surface |
Methods in org.j3d.aviatrix3d.surface with parameters of type RenderEnvironmentData | |
void |
BaseRenderingProcessor.setEnvironmentData(RenderEnvironmentData data)
Convenience method to assign up all the environment data. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |