|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java3D extensions to the SensorManager interface.
| Method Summary | |
boolean |
getNavigationEnabled()
Get the currently set navigation state. |
void |
setGlobalEffectsHandler(J3DGlobalEffectsHandler handler)
Set the global effects handler for this sensor manager. |
void |
setNavigationEnabled(boolean state)
Enable or disable navigation processing sub-section of the user input processing. |
void |
setRendererEffectsHandler(J3DRendererEffectsHandler handler)
Set the renderer effects handler for this sensor manager. |
void |
setWorldRoot(javax.media.j3d.BranchGroup root)
Set the branchgroup that acts as the world root for doing picking against. |
| Methods inherited from interface org.web3d.vrml.nodes.runtime.SensorManager |
addSensors, addViewDependentNodes, clear, getUserInputHandler, getVRMLClock, loadScene, processUserInput, removeSensors, removeViewDependentNodes, setErrorReporter, setInputManager, setNavigationStacks, setPickingManager, setTerrainSectorManager, unloadScene, updateViewMatrix |
| Method Detail |
public boolean getNavigationEnabled()
public void setNavigationEnabled(boolean state)
state - true to enable navigationpublic void setGlobalEffectsHandler(J3DGlobalEffectsHandler handler)
handler - The new handler instance to usepublic void setWorldRoot(javax.media.j3d.BranchGroup root)
root - The world root to pick againstpublic void setRendererEffectsHandler(J3DRendererEffectsHandler handler)
handler - The new handler instance to use
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||