Spankied Posted October 24, 2018 Share Posted October 24, 2018 Not really sure whats going on here. Normally ArcCamera allows you to control the camera angle onPointerDown and releases its control onPointerUp. However, when I also modify a user interface onPointerDown, the ArcCamera control is locked, and isnt realsed until the interface is not visible (click button). https://www.babylonjs-playground.com/#TWTL5J Quote Link to comment Share on other sites More sharing options...
Guest Posted October 24, 2018 Share Posted October 24, 2018 On it! Quote Link to comment Share on other sites More sharing options...
Spankied Posted October 24, 2018 Author Share Posted October 24, 2018 I edited my OP and the PG with new info on issue Quote Link to comment Share on other sites More sharing options...
Guest Posted October 24, 2018 Share Posted October 24, 2018 Ok this is not a bug per se Because you are moving the button UNDER the mouse on pointerdown, the pointerup is captured by the GUI. A simple solution would be to move the button on pointer Up: https://www.babylonjs-playground.com/#KXT177#1 Spankied 1 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.