I seem to be getting alot of Camera Jitter when moving or rotating my camera... If I just make a scene and spin around in circle with gamepad the whole scene background JITTERS...
it is really bad on the Xbox Using Edge (WebGL - 1) and Windows 10 Edge still jitters a bit but not a bad as the xbox one x.
On chrome using WebGL 2 you can hardly see the jitter ...
But it seems off that there is so much camera jitter on even a basic scene.
Anybody got any clues or heard of camera jitter issues when moving or rotating the camera... either using code to rotate the camera or simply using the attachControl to the current canvas method.
I read something about having to execute the computeWorldMatix on all other scene objects before moving or rotating the camera... Does that really help... seems like alot over overhead to iterate over everything calling computeWorldMatrix before I move the camera on every frame... That cant be right ???
Yo @Deltakosh or @RaananW or @Sebavan ... Got any clues or ideas to stop the camera jitter...