|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeletableSceneGraphObject | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.audio | Various audio device types for rendering sound data. |
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 DeletableSceneGraphObject in org.j3d.aviatrix3d |
Classes in org.j3d.aviatrix3d that implement DeletableSceneGraphObject | |
class |
BoxBackground
Background node that renders a sky box using any or all of the 6 textures. |
class |
OffscreenTexture2D
Describes the texture that is rendered to an offscreen buffer, using OpenGL pBuffers. |
class |
ShaderProgram
Representation of a complete GLSLang shader program. |
class |
SphereBackground
Background node that renders a single user-provided texture on a sphere. |
class |
Texture
Describes the basic textured appearance of an object. |
class |
Texture1D
Describes the 1D texture properties of an object. |
class |
Texture2D
Describes the 2D texture that can be applied to 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 sources. |
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. |
void |
DrawableSurface.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
void |
AudioDevice.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
Uses of DeletableSceneGraphObject in org.j3d.aviatrix3d.audio |
Methods in org.j3d.aviatrix3d.audio with parameters of type DeletableSceneGraphObject | |
void |
OpenALAudioDevice.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
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. |
void |
MultiThreadRenderManager.objectRemoved(DeletableSceneGraphObject obj)
The object provided is no longer needed by its parent. |
Uses of DeletableSceneGraphObject in org.j3d.aviatrix3d.surface |
Fields in org.j3d.aviatrix3d.surface declared as DeletableSceneGraphObject | |
protected DeletableSceneGraphObject[] |
BaseRenderingProcessor.deleteQueue
Queue for holding deleted textures |
Methods in org.j3d.aviatrix3d.surface with parameters of type DeletableSceneGraphObject | |
void |
StereoAWTSurface.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
void |
SimpleAWTSurface.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
void |
ElumensAWTSurface.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
void |
DebugAWTSurface.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
void |
BaseRenderingProcessor.queueDeletedObject(DeletableSceneGraphObject obj)
An object has been detected as being deleted (no internal or external references to it left) and it needs to be cleaned up. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |