| Package | Description |
|---|---|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WandBehaviorJ3D
WandBehaviorJ3D is the VisAD class for wand behaviors for Java3D
it works with ImmersaDeskDisplayRendererJ3D
|
| Modifier and Type | Method and Description |
|---|---|
BranchGroup |
DisplayRendererJ3D.createBasicSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c,
MouseBehaviorJ3D m)
Deprecated.
use createBasicSceneGraph(View v, TransformGroup vpt,
VisADCanvasJ3D c, MouseBehaviorJ3D m, ColoringAttributes bc,
ColoringAttributes cc)
instead
|
BranchGroup |
DisplayRendererJ3D.createBasicSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c,
MouseBehaviorJ3D m,
ColoringAttributes bc,
ColoringAttributes cc)
Create scene graph root, if none exists, with Transform
and direct manipulation root.
|