Hey,
I have a small question, I think it is not too complicated but I gave up
So I have a map with a minimap attached. I want to be able to click on map to go to a specific position and the same functionality should have the minimap. I know there is an option with picking but I think there should be another option with Unproject ( I’m doing this on pointerMove because of this I want to avoid pickRay), but somehow I don’t use it corectly.
Here is a very simplified version of my problem.
When you click on the minimap I expect to move the camera at the clicked position in the main viewport, but for some reasons this is not happening. Any insights are welcome!
Meanwhile I’m trying to create a better version because in my project this is almost working but the pickedPoint has an offset which I don’t know from where it comes yet