Rework zooming (#2798)
* Rework zooming * Adjust sketch mode zoom * Do not retry failures * typo * use sha as file upload id * again * again * again * again * Fix camera moving too * Use virtual fps instead of buffering for mouse --------- Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com>
This commit is contained in:
@ -1737,6 +1737,7 @@ export class EngineCommandManager extends EventTarget {
|
||||
if (
|
||||
(cmd.type === 'camera_drag_move' ||
|
||||
cmd.type === 'handle_mouse_drag_move' ||
|
||||
cmd.type === 'default_camera_zoom' ||
|
||||
cmd.type === ('default_camera_perspective_settings' as any)) &&
|
||||
this.engineConnection?.unreliableDataChannel &&
|
||||
!forceWebsocket
|
||||
|
Reference in New Issue
Block a user