Open iraritchiemeek opened 8 years ago
Is there a way to disable zoom?
I'd like to set it to a constant FOV and re-enable scrolling.
How would I do this?
Thanks
Jquery: $("#canvasId").bind("wheel mousewheel", function(e) {e.preventDefault()});
Is there a way to disable zoom?
I'd like to set it to a constant FOV and re-enable scrolling.
How would I do this?
Thanks