Skip to main content

useGrabCursor

Typeboolean
Defaultfalse

Enable CSS cursor: grab on the canvas element.
cursor: grabbing will be used on mouse click.

Example

useGrabCursor: true (default)

{
src: "/egjs-view3d/model/draco/alarm.glb",
useGrabCursor: true
}

useGrabCursor: false

{
src: "/egjs-view3d/model/draco/alarm.glb",
useGrabCursor: false
}