Re: [AD] 3d transformations |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, 28 Jul 2012 18:11:45 +0200, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
>
> 2) The new projection transformation, which is per display. It is
> therefore completely ignored when drawing to memory bitmaps (there is
> no display involved) and it also cannot be changed while drawing is
> held.
Would it help things if we named them to emphasize
"display" and "projection" and not "transform"?
ALLEGRO_TRANSFORM *
al_get_display_projection(ALLEGRO_DISPLAY *display)
void al_set_display_projection(ALLEGRO_DISPLAY *display,
ALLEGRO_TRANSFORM *t)
Peter