Background:
I have a minimap and on the minimap is the current camera position represented as a picture of a trapeze (some of you may know that from strategy games). When I move the camera on the map, the trapeze moves on the minimap. This works fine. But when I rotate the camera in the map, I would like to rotate the trapeze on the minimap. But it seems nifty does not support such rotation (please correct me if this assumption is wrong!).
So how would you guys do the rotation? Rotate the picture of the trapeze in java and update the picture in nifty all the time? At the moment this is my only idea. If anyone has a smarter solution this will be great!
Do you mean this off-screen rendering of the map and use the resulting picture as minimap?
At the moment my minimap looks like this:
The buttons beside the minimap shows resources, areas and buildings (overlaying pictures). This works quiet good. The black trapeziod in the upper right corner shows the camera.
I like this style for the minimap and I want to keep it.
But as you said I can put it on a quad. I give it a try.