Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.rendering.CullInstructions

Packages that use CullInstructions
org.j3d.aviatrix3d.rendering Interfaces used to describe the scene graph structure to rendering and sorting routines of the pipeline. 
org.j3d.renderer.aviatrix3d.geom.volume Volume rendering extensions to the Aviatrix3D scene graph. 
org.j3d.renderer.aviatrix3d.nodes Scenegraph nodes that extend Aviatrix with new functionality. 
 

Uses of CullInstructions in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering with parameters of type CullInstructions
 void CustomCullable.cullChildren(CullInstructions output, javax.vecmath.Matrix4f vworldTx, javax.vecmath.Matrix4f viewTransform, javax.vecmath.Vector4f[] frustumPlanes, float angularRes)
          Check this node for children to traverse.
 

Uses of CullInstructions in org.j3d.renderer.aviatrix3d.geom.volume
 

Methods in org.j3d.renderer.aviatrix3d.geom.volume with parameters of type CullInstructions
 void OctTree.cullChildren(CullInstructions output, javax.vecmath.Matrix4f vworldTx, javax.vecmath.Matrix4f viewTransform, javax.vecmath.Vector4f[] frustumPlanes, float angularRes)
          Check this node for children to traverse.
 

Uses of CullInstructions in org.j3d.renderer.aviatrix3d.nodes
 

Methods in org.j3d.renderer.aviatrix3d.nodes with parameters of type CullInstructions
 void MarkerGroup.cullChildren(CullInstructions output, javax.vecmath.Matrix4f vworldTx, javax.vecmath.Matrix4f viewTransform, javax.vecmath.Vector4f[] frustumPlanes, float angularRes)
          Check this node for children to traverse.
 void LODGroup.cullChildren(CullInstructions output, javax.vecmath.Matrix4f vworldTx, javax.vecmath.Matrix4f viewTransform, javax.vecmath.Vector4f[] frustumPlanes, float angularRes)
          Check this node for children to traverse.
 void Billboard.cullChildren(CullInstructions output, javax.vecmath.Matrix4f vworldTx, javax.vecmath.Matrix4f viewTransform, javax.vecmath.Vector4f[] frustumPlanes, float angularRes)
          Check this node for children to traverse.
 


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org