Uses of Interface
org.xj3d.core.eventmodel.SensorManager
Packages that use SensorManager
Package
Description
-
Uses of SensorManager in org.web3d.vrml.renderer.common.input
Classes in org.web3d.vrml.renderer.common.input that implement SensorManagerModifier and TypeClassDescriptionclass
Common implementation of the SensorManager interface for all renderers. -
Uses of SensorManager in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return SensorManagerModifier and TypeMethodDescriptionOGLBrowserCanvas.getSensorManager()
Get the current sensor manager in use with this class. -
Uses of SensorManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type SensorManagerModifier and TypeMethodDescriptionvoid
LayerManager.initialise
(SensorManager sensors) Complete the initialization of the layer manager now.void
EventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) Initialise the evaluator with the given managers. -
Uses of SensorManager in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel with parameters of type SensorManagerModifier and TypeMethodDescriptionvoid
DefaultEventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) -
Uses of SensorManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as SensorManagerModifier and TypeFieldDescriptionprotected SensorManager
Construct.sensorManager
The manager for input and sensor handlingMethods in org.xj3d.ui.construct that return SensorManager