Hi
I have created a minimap at top right corner of the screen. Also, there’s a small rectangle window inside it that focuses on the current screen that the main camera is seeing. It also responds to WASD well. Now, I want to be able to click anywhere within the minimap that should make the current viewing window smoothly slide over to the clicked location. Also, dragging the window must make the camera move to the corresponding location.
FYI, the main camera sees the screen and the minimap has a textured background that’s rendered by a different camera that sees the entire environment.
Can anyone give me ideas on how to approach this? I have tried many different ways but none seems to work. I am open to any suggestions from you guys.
Thanks a lot!