MIRROR flags for panels

Posted By: Hummel

MIRROR flags for panels - 12/16/10 16:52

Hi,

I would like to see a possibility to mirror panel bitmaps per flag, like:
Code:
PANEL* aircraft_pan =
{
   bmap = compass_map; 
   flags = SHOW | MIRROR_V | MIRROR_H;//mirror bitmap vertically and horizontally
}


Doesnt look particularly difficult for me. laugh
So what do you think?
Posted By: Pappenheimer

Re: MIRROR flags for panels - 12/16/10 18:17

Hm. Why not the common way?

scale_x = -1;
scale_y = -1;
Posted By: Hummel

Re: MIRROR flags for panels - 12/16/10 18:26

Alright. Did know that this works. Thx.
© 2024 lite-C Forums