Aviatrix3D
2.1.0

Uses of Interface
org.j3d.aviatrix3d.rendering.LeafCullable

Packages that use LeafCullable
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
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 High-level simple geometry utility primitives for quickly making a scene graph with. 
 

Uses of LeafCullable in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement LeafCullable
 class AmbientLight
          Representation of a purely ambient light source with no other abilities.
 class AppearanceOverride
          An appearance that can be placed higher in the tree other than the Appearance node and overrides the appearance of all objects lower in the tree.
 class BackgroundSound
          A BackgroundSound class whichs emits a sound which doesn't change by distance or orientation.
 class ClipPlane
          Representation of a single clip plane that can be used to clip a model in addition to the normal view volume clipping.
 class ConeSound
          A ConeSound class which emits a conical sound in one direction.
 class DirectionalLight
          Representation of a directional light source.
 class Fog
          Describes a fog rendering effect.
 class Light
          Base representation of a light source that corresponds to the base set of capabilities that all lights in OpenGL have.
 class Pixmap
          A Pixmap wraps 2D screen-aligned pixel blits.
 class PointLight
          Representation of a point light source.
 class PointSound
          A PointSound class which emits sound in all directions from a point.
 class Shape3D
          A Shape3D class wraps polygonal geometry and appearance information.
 class Sound
          A Sound class represents all sound emiting nodes in the system.
 class SpotLight
          Representation of a spot light source.
 

Methods in org.j3d.aviatrix3d that return LeafCullable
 LeafCullable SimpleScene.getFogCullable()
          Get the cullable object representing the active fog in this environment.
 LeafCullable RenderPass.getFogCullable()
          Get the cullable object representing the active fog in this environment.
 

Uses of LeafCullable in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering that return LeafCullable
 LeafCullable RenderPassCullable.getFogCullable()
          Get the cullable object representing the active fog in this environment.
 

Uses of LeafCullable in org.j3d.renderer.aviatrix3d.geom
 

Classes in org.j3d.renderer.aviatrix3d.geom that implement LeafCullable
 class Box
          A simple box primitive.
 class Cone
          A simple cone that uses triangles.
 class Cylinder
          A simple cylinder that uses triangle strips for rendering.
 class Sphere
          A simple sphere that uses triangle strips.
 class Spring
          A simple spring that uses triangle strips.
 class Torus
          A simple torus that uses triangle strips.
 


Aviatrix3D
2.1.0

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