PDA

View Full Version : mini-map rotation


istarion
09-23-2016, 03:06 AM
Hey,

I'm trying to implement a mini-map for navigation. I have an image for the whole map. Now I'm trying to just use a small image patch as the texture for the map. How do I select a small and arbitrarily oritented image patch for this?

thanks and cheers

Jeff
09-26-2016, 04:20 AM
You maybe able to use smaller parts of the whole image using the Pillow (http://docs.worldviz.com/vizard/#Python_Imaging_Library.htm) library.

istarion
09-29-2016, 01:52 AM
I'll take a look, thanks