|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
org.j3d.aviatrix3d | A lightweight Object Oriented wrapper for OpenGL. |
Uses of Group in org.j3d.aviatrix3d |
Subclasses of Group in org.j3d.aviatrix3d | |
class |
SharedGroup
A grouping node that can have multiple parents, thus allowing a graph structure to the scene graph. |
class |
SwitchGroup
Special grouping node that allows the selection of only a single child to be rendered. |
class |
TransformGroup
A grouping node that contains a transform. |
Methods in org.j3d.aviatrix3d that return Group | |
Group |
Scene.getRenderedGeometry()
Get the root of the currently rendered scene. |
Methods in org.j3d.aviatrix3d with parameters of type Group | |
void |
Scene.setRenderedGeometry(Group geom)
Set the collection of geometry that should be rendered to this texture. |
|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |