I don’t seem to be getting pointer move events when the pointer is held down.
Hello,
Can you provide a Playground so we can take a better look?
2 Likes
That’s happening because the pointer events get captured by the scene while the pointer is down, to not have this behavior you can just set isPointerBlocker
in your root control: Babylon.js Playground (babylonjs.com)
2 Likes