You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we calculate camera positioning by using a <perspectiveCamera> inside a <group>.
It would be better to use a calculateCameraPosition({ coords, origin }) function that returned { position, rotation }, that we would apply to the perspectiveCamera ref.
The text was updated successfully, but these errors were encountered:
At the moment we calculate camera positioning by using a
<perspectiveCamera>
inside a<group>
.It would be better to use a
calculateCameraPosition({ coords, origin })
function that returned{ position, rotation }
, that we would apply to the perspectiveCamera ref.The text was updated successfully, but these errors were encountered: