-
Classes in org.web3d.x3d.jsail.EnvironmentalEffects that implement X3DBindableNode
| Modifier and Type |
Class |
Description |
class |
BackgroundObject |
Background simulates ground and sky, using vertical arrays of wraparound color values.
|
class |
FogObject |
Fog simulates atmospheric effects by blending distant objects with fog color.
|
class |
TextureBackgroundObject |
TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.
|
-
-
Classes in org.web3d.x3d.jsail.Navigation that implement X3DBindableNode
| Modifier and Type |
Class |
Description |
class |
NavigationInfoObject |
NavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.
|
class |
OrthoViewpointObject |
OrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.
|
class |
ViewpointObject |
Viewpoint provides a specific location and direction where the user may view the scene.
|
-
-
Subinterfaces of X3DBindableNode in org.web3d.x3d.sai.EnvironmentalEffects
| Modifier and Type |
Interface |
Description |
interface |
Background |
Background simulates ground and sky, using vertical arrays of wraparound color values.
|
interface |
Fog |
Fog simulates atmospheric effects by blending distant objects with fog color.
|
interface |
TextureBackground |
TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.
|
interface |
X3DBackgroundNode |
Abstract type from which all backgrounds inherit, also defining a background binding stack.
|
-
-
Subinterfaces of X3DBindableNode in org.web3d.x3d.sai.Navigation
| Modifier and Type |
Interface |
Description |
interface |
NavigationInfo |
NavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.
|
interface |
OrthoViewpoint |
OrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.
|
interface |
Viewpoint |
Viewpoint provides a specific location and direction where the user may view the scene.
|
interface |
X3DViewpointNode |
Node type X3DViewpointNode defines a specific location in the local coordinate system from which the user may view the scene, and also defines a viewpoint binding stack.
|