Hi !
I’m create a first person view camera, but with the last release, the free camera go forward infinite and without vision direction. I create a playground for this.
That is really strange, but when I switch the Sandbox to 5.71.1 it works as it should to.
Seems something was broken in the latest update…
cc @PolygonalSun, maybe it’s related to the latest changes to the inertia computation.
FYI, I confirm this bug has appeared sometime after yesterday ~11am GMT+1. It appears to be in for both preview and cdn. Hoping for a quick fix. Thx,
EDIT: Dears, Looks to me like the arcRotateCamera panning is also affected after switching camera. I now have very weird (speed up) behavior of the camera panning after switching from the buggy cam.
I’ll take a look and see what’s going on.
Okay, so I’ve got a fix that I’m putting into PR for the gravity stuff. As far as the panning on ArcRotateCamera, that’s my next fix. @mawa, by any chance, do you have a PG handy that shows this?
No, I don’t. I checked in my scene. It’s a fairly large scene with a skybox at 50000. I’m having panningSensitivity customizable as a user input. The default was 15. Though, since yesterday it looks like this value creates a very sensible panning. It feels like it’s either more sensible/sensitive or it accounts something like mouse acceleration?! It also seems to me that when nothing or little is in the frustrum, the camera becomes even more sensitive, could it be? Then, when I push the value of panningSensitivity to 150 (instead of 15), I feel I’m closer to what I had before.
I’ve quickly pasted my camera settings in the arcRotateCamera PG from the doc. Not sure if it helps though.
EDIT: You know what? Do the fix for the above and I will check on this matter of arcRotate panning sensitivity after. Truth is I can’t be 100% sure of everything. It appears that, eventually, when I change the sensitivity settings afterwards, it kind of seems to return to ‘normal’, for whatever reason. So I guess easiest is to make the first fix and next, let me just double-check on this once the fix is done. If that’s ok with you?
We reverted the change for now until @PolygonalSun has the full fix
Thanks, Yes. I confirm it’s back to ‘normal’. With this, I can now also confirm that the arcRotateCamera panning is no longer ‘eratic’. I didn’t change anything from the sensitivity settings (nor any settings) and the panning is back to ‘as expected’ and is definetely different from the behavior I was experiencing with the change. So there must be some sort of relation affecting also this part. Sorry that I cannot be more precise. All I can be positive about is that there is ‘something’… just ‘something’