Hello!
I’m currently using PhotoDome + FreeCamera to display panoramic images.
In the past I’ve used a library called Pannellum that supports rotating the image on the horizontal to account for e.g. the camera being tilted when taking the photo.
Is there is a way to achieve something similar using BabylonJS?
I have tried to rotate the FreeCamera on the z-axis using rotation.z / altering the upVector, and while it does display the corrected image, subsequently moving the camera around with the mouse doesn’t appear to work as expected.
I am guessing what I need to do is somehow rotate the image / photodome rather than the camera, but I can’t seem to get anything to work.
Hopefully that makes sense, I am still learning the basics of Babylon.
Thanks!