Hi
I have created a minimap for my scene which simply renders the scene dynamically to display current objects. The problem here is its set to pixel coordinates. I want them changed to normalized coordinates so that when I maximize the game window, the rectangle (of the minimap) resizes itself in proportion to the game scene.
Does anyone have a clue how to normalize the rectangular coordinates?
Thanks