j3d.org Aviatrix3D

Uses of Interface
org.j3d.aviatrix3d.DeletableSceneGraphObject

Packages that use DeletableSceneGraphObject
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
 

Uses of DeletableSceneGraphObject in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement DeletableSceneGraphObject
 class OffscreenTexture2D
          Describes the texture that is rendered to an offscreen buffer, using OpenGL pBuffers.
 class Texture
          Describes the texture properties of an object.
 class Texture1D
          Describes the 1D texture properties of an object.
 class Texture2D
          Describes the 2D texture properties of an object.
 class Texture3D
          Describes the 3D (volume) texture properties of an object.
 class TextureCubicEnvironmentMap
          A specialist object that renders a cubic environment map from pre-built images.
 

Methods in org.j3d.aviatrix3d with parameters of type DeletableSceneGraphObject
 void NodeUpdateHandler.objectRemoved(DeletableSceneGraphObject obj)
          The object provided is no longer needed by its parent.
 

Uses of DeletableSceneGraphObject in org.j3d.aviatrix3d.pipeline
 

Methods in org.j3d.aviatrix3d.pipeline with parameters of type DeletableSceneGraphObject
 void SingleThreadRenderManager.objectRemoved(DeletableSceneGraphObject obj)
          The object provided is no longer needed by its parent.
 


j3d.org Aviatrix3D

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