code demo url
I want create div control
scene.simulatePointerDown
scene.simulatePointerMove
scene.simulatePointerUp
but no effect
code demo url
I want create div control
scene.simulatePointerDown
scene.simulatePointerMove
scene.simulatePointerUp
but no effect
First of all, I checked this far. I’ll check further tomorrow.
This fixes all issues - Babylon.js Playground (babylonjs.com)
Pointer simulation will require you to pass the same event as initialization to the new event. Also, if you want GUI to work the scene’s pointer values should be passed correctly.
Thank you