|
Aviatrix3D 2.0 Dev |
||||||||||
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.output.audio | Implementations of audio output devices for rendering sound data. |
org.j3d.aviatrix3d.output.graphics | Implementations of graphics output devices types for rendering the OpenGL output. |
org.j3d.aviatrix3d.pipeline | Common representation interfaces of a rendering pipeline. |
org.j3d.aviatrix3d.rendering | Various audio device types for rendering sound data. |
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. |
Uses of DeletableSceneGraphObject in org.j3d.aviatrix3d.output.audio |
Methods in org.j3d.aviatrix3d.output.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.output.graphics |
Methods in org.j3d.aviatrix3d.output.graphics with parameters of type DeletableSceneGraphObject | |
void |
BaseSurface.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 |
OutputDevice.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.rendering |
Methods in org.j3d.aviatrix3d.rendering 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. |
|
Aviatrix3D 2.0 Dev |
||||||||||
PREV NEXT | FRAMES NO FRAMES |