mizuwu Posted September 19, 2018 Share Posted September 19, 2018 Right now, the environment moves in the rightward direction when i move the camera leftward. I want it to move left. Playground: http://www.babylonjs-playground.com/#11GAIH#3 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted September 19, 2018 Share Posted September 19, 2018 You could inverse the sensibility: camera.angularSensibilityX =-camera.angularSensibilityX; http://www.babylonjs-playground.com/#11GAIH#51 mizuwu 1 Quote Link to comment Share on other sites More sharing options...
lordTouch Posted September 30, 2018 Share Posted September 30, 2018 On 9/19/2018 at 10:49 AM, Sebavan said: You could inverse the sensibility: camera.angularSensibilityX =-camera.angularSensibilityX; http://www.babylonjs-playground.com/#11GAIH#51 Is there a way to do it without inverting the pinch gestures on touch devices too? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.