wheelScrollable
Enable browser scrolling with mouse wheel on the canvas area.
This will block the zoom control with mouse wheel.
Example
wheelScrollable: false (default)
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/draco/alarm.glb",
wheelScrollable: false
}
wheelScrollable: true
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/draco/alarm.glb",
wheelScrollable: true
}