Uses of Interface
org.web3d.vrml.nodes.VRMLClock
Packages that use VRMLClock
Package
Description
-
Uses of VRMLClock in org.web3d.browser
Methods in org.web3d.browser that return VRMLClockModifier and TypeMethodDescriptionBrowserCore.getVRMLClock()Get the clock instance in use by the core. -
Uses of VRMLClock in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidVRMLTimeDependentNodeType.setVRMLClock(VRMLClock clock) Set the clock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement VRMLClockModifier and TypeClassDescriptionclassA default time scheduler that deals with all time information within a given scene. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.input
Methods in org.web3d.vrml.renderer.common.input that return VRMLClockModifier and TypeMethodDescriptionDefaultSensorManager.getVRMLClock()Get the VRMLClock instance in use by this sensor manager.Methods in org.web3d.vrml.renderer.common.input with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseLayerSensorManager.setVRMLClock(VRMLClock clk) Set the VRML clock instance that we are using so that we can set the bind time information for nodes that require it. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes
Fields in org.web3d.vrml.renderer.common.nodes declared as VRMLClockModifier and TypeFieldDescriptionprotected VRMLClockBaseTimeDependentNode.vrmlClockThe sim clock this node usesMethods in org.web3d.vrml.renderer.common.nodes with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseBindableNode.setVRMLClock(VRMLClock clock) Set the clock that this time dependent node will be running with.voidBaseTimeDependentNode.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.dis
Fields in org.web3d.vrml.renderer.common.nodes.dis declared as VRMLClockModifier and TypeFieldDescriptionprotected VRMLClockBaseEspduTransform.vrmlClockThe clock used to drive collide time eventOutsMethods in org.web3d.vrml.renderer.common.nodes.dis with parameters of type VRMLClock -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.environment
Fields in org.web3d.vrml.renderer.common.nodes.environment declared as VRMLClockModifier and TypeFieldDescriptionprotected VRMLClockBaseProximitySensor.vrmlClockThe sim clock this node usesprotected VRMLClockBaseVisibilitySensor.vrmlClockThe sim clock this node usesMethods in org.web3d.vrml.renderer.common.nodes.environment with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseProximitySensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with.voidBaseVisibilitySensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.eventutils
Methods in org.web3d.vrml.renderer.common.nodes.eventutils with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseTimeTrigger.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.networking
Methods in org.web3d.vrml.renderer.common.nodes.networking with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseLoadSensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.sound
Fields in org.web3d.vrml.renderer.common.nodes.sound declared as VRMLClockModifier and TypeFieldDescriptionprotected VRMLClockBaseSound.vrmlClockThe sim clock this node usesMethods in org.web3d.vrml.renderer.common.nodes.sound with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseAudioClip.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with.voidBaseSound.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.texture
Methods in org.web3d.vrml.renderer.common.nodes.texture with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseMovieTexture.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.common.nodes.time
Methods in org.web3d.vrml.renderer.common.nodes.time with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBaseTimeController.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with.voidBaseTimeSensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.renderer.norender.browser
Methods in org.web3d.vrml.renderer.norender.browser that return VRMLClockModifier and TypeMethodDescriptionNRUniverse.getVRMLClock()Get the clock instance in use by the core. -
Uses of VRMLClock in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return VRMLClockModifier and TypeMethodDescriptionOGLMinimalBrowserCore.getVRMLClock()Get the clock instance in use by the core.OGLStandardBrowserCore.getVRMLClock()Get the clock instance in use by the core. -
Uses of VRMLClock in org.web3d.vrml.renderer.ogl.input
Methods in org.web3d.vrml.renderer.ogl.input with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidDefaultUserInputHandler.setVRMLClock(VRMLClock clk) Set the clock we are going to operate from when generating events. -
Uses of VRMLClock in org.web3d.vrml.renderer.ogl.nodes.environment
Methods in org.web3d.vrml.renderer.ogl.nodes.environment with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidOGLProximitySensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with.voidOGLVisibilitySensor.setVRMLClock(VRMLClock clk) Set the vrmlClock that this time dependent node will be running with. -
Uses of VRMLClock in org.web3d.vrml.scripting.external.buffer
Fields in org.web3d.vrml.scripting.external.buffer declared as VRMLClockModifier and TypeFieldDescriptionprotected VRMLClockBaseExternalEventAdapter.timeClockThe clock for producing consistent timestampsConstructors in org.web3d.vrml.scripting.external.buffer with parameters of type VRMLClockModifierConstructorDescriptionBaseExternalEventAdapter(VRMLNodeType aNode, VRMLClock clock) Construct the basic event adapter. -
Uses of VRMLClock in org.web3d.vrml.scripting.external.neteai
Constructors in org.web3d.vrml.scripting.external.neteai with parameters of type VRMLClockModifierConstructorDescriptionNetworkBrowserServer(ServerSocket socket, BrowserCore browserCore, VRML97CommonBrowser vrmlBrowser, VRMLClock clock) Basic constructorServerProcess(ServerSocket socket, ServerBrowserFactory browserFactory, VRMLClock clock) Create a ServerProcess which will accept incoming connections on a specified ServerSocket -
Uses of VRMLClock in org.xj3d.core.eventmodel
Subinterfaces of VRMLClock in org.xj3d.core.eventmodelModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of the time sensor managerMethods in org.xj3d.core.eventmodel that return VRMLClockModifier and TypeMethodDescriptionEventModelEvaluator.getVRMLClock()Get the VRMLClock instance in use by this evaluator.SensorManager.getVRMLClock()Get the VRMLClock instance in use by this sensor manager.Methods in org.xj3d.core.eventmodel with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidBindableNodeManager.setVRMLClock(VRMLClock clk) Set the VRML clock instance that we are using so that we can set the bind time information for nodes that require it.voidLayerSensorManager.setVRMLClock(VRMLClock clk) Set the VRML clock instance that we are using so that we can set the bind time information for nodes that require it.voidNodeManager.setVRMLClock(VRMLClock clk) Set the VRMLClock instance in use by this manager.voidUserInputHandler.setVRMLClock(VRMLClock clk) Set the clock we are going to operate from when generating events. -
Uses of VRMLClock in org.xj3d.impl.core.eventmodel
Classes in org.xj3d.impl.core.eventmodel that implement VRMLClockModifier and TypeClassDescriptionclassGeneralised manager for time sensor nodes that also represents the VRMLClock.classA manager for time sensor nodes that allows application control of the clock.Methods in org.xj3d.impl.core.eventmodel that return VRMLClockMethods in org.xj3d.impl.core.eventmodel with parameters of type VRMLClockModifier and TypeMethodDescriptionvoidDefaultHumanoidManager.setVRMLClock(VRMLClock clk) voidDefaultNetworkManager.setVRMLClock(VRMLClock clk) Set the VRMLClock instance in use by this manager.voidDefaultParticleSystemManager.setVRMLClock(VRMLClock clk) Set the VRMLClock instance in use by this manager.voidDefaultRigidBodyPhysicsManager.setVRMLClock(VRMLClock clk)