Hi everyone,
I'm working on a Krpano project with Three.js integration. My goal is to translate to a clicked point (which is a Three.js sphere geometry). However, I am encountering issues with scaling and proportionality in the translation calculations.
Let's say I have a series of sphere geometries inside the Krpano viewer, and if I click on, for example, sphere 4, I should transition to that particular coordinate. Since the coordinates of the sphere geometries are Vector3(), I tried taking the vector difference and translating based on the offset, but that doesn't seem to give the expected result.
Thank you in advance for your help!
klaus.krpano please look into this.