The arguments in the attachControl() method for ArcRotateCamera do not seem to behave as described in the documentation. I am unable to achieve what I could before 3.0.
Prevent default seems to be affected by whether "useCtrlForPanning" is true. I can't get the RMB to pan at all, as I could the previous version.
please toy with the booleans and see what I mean.
http://www.babylonjs-playground.com/index.html#6QH6SN
Ideally, I would have the RMB and ctrl+LMB both panning, with no menu showing up on RMB click.
At the very least, I would like to be able to disable the right click menu while having panning enabled.
Thanks!