useGrabCursor
Enable CSS cursor: grab on the canvas element.
cursor: grabbing will be used on mouse click.
Example
useGrabCursor: true (default)
- JSON
 - JavaScript
 - React
 - Angular
 - Vue@2
 - Vue@3
 - Svelte
 
{
    src: "/egjs-view3d/model/draco/alarm.glb",
    useGrabCursor: true
}
useGrabCursor: false
- JSON
 - JavaScript
 - React
 - Angular
 - Vue@2
 - Vue@3
 - Svelte
 
{
    src: "/egjs-view3d/model/draco/alarm.glb",
    useGrabCursor: false
}