Protected
_dirtyPrivate
_orbitProtected
Optional
_viewerProtected
_viewerPrivate
_xAnimation distance in pixels
Animation duration in ms
Autostart after camera stop
Time in ms to wait before auto start after the camera stops.
Auto start on scene object load. This requires autoStart to be true
Auto stop on user interaction pointer down or wheel
Optional
currentOptional
cursorPointer icon svg Note: This is directly added to the DOM
Camera Rotation distance in radians.
Optional
uiMove the pointer icon up or down. Y offset in the range -1 to 1. 0 is the center of the screen, -1 is the top and 1 is the bottom.
Static
Optional
Readonly
OldStatic
Readonly
PluginPrivate
_addPrivate
_initializePrivate
_mainProtected
_onPrivate
_pointerProtected
_pointerPrivate
_preProtected
_storeOptional
meta: SerializationMetaTypeOptional
setOptional
meta: SerializationMetaTypeGenerated using TypeDoc
Interaction Prompt Plugin
A plugin that adds a hand pointer icon over the canvas that moves to prompt the user to interact with the 3d scene. Pointer icon from google/model-viewer
The pointer is automatically shown when some object is in the scene and the camera is not moving. The animation starts after a delay and stops on user interaction. It then restarts after a delay after the user stops interacting
The plugin provides several options and functions to configure the automatic behaviour or trigger the animation manually.
Todo