Galleries
Galleries fills a rectangular shape with images. The calls either defines the vertical or horizontal size of the rectangle, and image size, and the funtion will compute the size of the rectangle.
seduce_background_gallery_vertical_draw
uint seduce_background_gallery_vertical_draw(BInputState *input, float pos_x, float pos_y, float pos_z, float size_x, float *size_y, float image_height, uint *texture_id, float *aspects, uint image_count, float timer, float *center);
seduce_background_gallery_horizontal_draw
uint seduce_background_gallery_horizontal_draw(BInputState *input, float pos_x, float pos_y, float pos_z, float *size_x, float size_y, float image_height, uint *texture_id, float *aspects, uint image_count, float timer, float *center);