Package org.web3d.browser
Interface Xj3DConstants
public interface Xj3DConstants
Collection of constants used across the browser internals.
- Version:
- $Revision: 1.19 $
- Author:
- Alan Hudson, Justin Couch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Nav mode string representing the Any modestatic final String
ID String of the AWT ui toolkitstatic final String
Nav mode string representing the Examine modestatic final String
Nav mode string representing the Fly Levelstatic final String
Nav mode string representing the Fly modestatic final String
Nav mode string representing the Inspect modestatic final String
ID String of the Java3D rendererstatic final int
Definition of the Java3D rendererstatic final String
Nav mode string representing the LookAt modestatic final String
ID String of the mobile rendererstatic final int
Definition of the OpenGL mobile device rendererstatic final String
Nav mode string representing the None modestatic final String
ID String of the null rendererstatic final int
Definition of the null rendererstatic final String
ID String of the OpenGL rendererstatic final int
Definition of the OpenGL immersive rendererstatic final String
Nav mode string representing the Orbit modestatic final String
Nav mode string representing the Pan modestatic final int
The rendering style uses flat shading modestatic final int
The rendering style uses wireframe modestatic final int
The rendering style uses point modestatic final int
The rendering style uses a generic shading modelstatic final String
ID String of the SWT ui toolkitstatic final String
Nav mode string representing the Tilt modestatic final String
Nav mode string representing the tracking Examine modestatic final String
Nav mode string representing the tracking Pan modestatic final String
The release version.static final String
Nav mode string representing the Walk mode
-
Field Details
-
VERSION
The release version. Milestone format will beMMainVersion_DevRelease#
- See Also:
-
JAVA3D_RENDERER
static final int JAVA3D_RENDERERDefinition of the Java3D renderer- See Also:
-
JAVA3D_ID
-
NULL_RENDERER
static final int NULL_RENDERERDefinition of the null renderer- See Also:
-
NULL_ID
-
OPENGL_RENDERER
static final int OPENGL_RENDERERDefinition of the OpenGL immersive renderer- See Also:
-
OPENGL_ID
-
MOBILE_RENDERER
static final int MOBILE_RENDERERDefinition of the OpenGL mobile device renderer- See Also:
-
MOBILE_ID
-
AWT_ID
-
SWT_ID
-
RENDER_POINTS
static final int RENDER_POINTSThe rendering style uses point mode- See Also:
-
RENDER_LINES
static final int RENDER_LINESThe rendering style uses wireframe mode- See Also:
-
RENDER_FLAT
static final int RENDER_FLATThe rendering style uses flat shading mode- See Also:
-
RENDER_SHADED
static final int RENDER_SHADEDThe rendering style uses a generic shading model- See Also:
-
NONE_NAV_MODE
-
ANY_NAV_MODE
-
FLY_NAV_MODE
-
WALK_NAV_MODE
-
EXAMINE_NAV_MODE
-
ORBIT_NAV_MODE
-
LOOKAT_NAV_MODE
-
PAN_NAV_MODE
-
TILT_NAV_MODE
-
INSPECT_NAV_MODE
-
TRACK_EXAMINE_NAV_MODE
Nav mode string representing the tracking Examine mode- See Also:
-
TRACK_PAN_NAV_MODE
-
FLY_LEVEL_NAV_MODE
-