I’ve already raised this case in “Questions”.
Bug appears when dev console is opened in Chrome/Linux/Windows, FF is ok.
@Joe_Kerr succeed to get some same weird behavior (console closed) when setting engine.maxFps<60 (I noticed that the behavior appears when you set maxFps< your screen refresh rate). Bjs 6.49.0 is bug free when maxFps<60, but not the console case.
So start dragging the mouse from one pole to see the correct behavior (dev console closed) :
https://playground.babylonjs.com/#SRZRWV#2135 . Some instances will be created under your pointer.
- When dev console is opened, instances are created under your pointer, but some are also created near the drag start (ghost events -it seems the opposite alpha- ?).
- Close the console, and play with engine.maxFps ( beginning of the file), you will see something very near the console open case.
Maybe this is on my side, did I miss something in my camera custom input ? but hey, the dev console open case leaves me perplexed