Hey there!
I am experimenting a lot with the new experimental floating origin feature, and am trying to use the physics viewer.
When using useLargeWorldRendering, it works perfectly
:
But now if I want to set floating origin for a single scene only, I set useHighPrecisionMatrix and useHighPrecisionFloats to true at the engine level and useFloatingOrigin at the scene level, but the physics viewer seems to suffer from imprecision.
Is there another flag that needs to be set? Also, what is the use case of useHighPrecisionFloats when useHighPrecisionMatrix seems sufficient to get floating origin working
?