Skip to main content

scrollable

Typeboolean
Defaulttrue

Enable browser scrolling with touch on the canvas area.
This will block the rotate(pitch) control if the user is currently scrolling.

Example

scrollable: true (default)

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

scrollable: false

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