org.j3d.device.input
Class ButtonModeConstants
java.lang.Object
org.j3d.device.input.ButtonModeConstants
public class ButtonModeConstants
- extends java.lang.Object
Button action constants. Allows a tracker to specify what each
button can be used for.
Picking is modal whereas all others are specific modes.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTHING
public static final int NOTHING
- See Also:
- Constant Field Values
PICKING
public static final int PICKING
- See Also:
- Constant Field Values
WALK
public static final int WALK
- Absolute choice of a mode. Disallowed modes due to NavInfo will be ignored.
- See Also:
- Constant Field Values
FLY
public static final int FLY
- See Also:
- Constant Field Values
EXAMINE
public static final int EXAMINE
- See Also:
- Constant Field Values
PAN
public static final int PAN
- See Also:
- Constant Field Values
PAN_COLLISION
public static final int PAN_COLLISION
- See Also:
- Constant Field Values
TILT
public static final int TILT
- See Also:
- Constant Field Values
NAV1
public static final int NAV1
- These specify which slot of the NavigationInfo.type field to use
- See Also:
- Constant Field Values
NAV2
public static final int NAV2
- See Also:
- Constant Field Values
NAV3
public static final int NAV3
- See Also:
- Constant Field Values
NAV4
public static final int NAV4
- See Also:
- Constant Field Values
NAV5
public static final int NAV5
- See Also:
- Constant Field Values
NAV6
public static final int NAV6
- See Also:
- Constant Field Values
NAV7
public static final int NAV7
- See Also:
- Constant Field Values
NAV8
public static final int NAV8
- See Also:
- Constant Field Values
VIEWPOINT_NEXT
public static final int VIEWPOINT_NEXT
- Action a button might perform
- See Also:
- Constant Field Values
VIEWPOINT_PREV
public static final int VIEWPOINT_PREV
- See Also:
- Constant Field Values
VIEWPOINT_RESET
public static final int VIEWPOINT_RESET
- See Also:
- Constant Field Values
ButtonModeConstants
public ButtonModeConstants()
Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org