ex3d(3) - Linux man page

Name

ex3d - 3d 'bouncy cubes' demo. Allegro game programming library.

Synopsis

#include <allegro.h>

Example ex3d

Description

This program demonstrates how to use the 3d matrix functions. It isn't a very elegant or efficient piece of code, but it does show the stuff in action. It is left to the reader as an exercise to design a proper model structure and rendering pipeline: after all, the best way to do that sort of stuff varies hugely from one game to another.

The example first shows a screen resolution selection dialog. Then, a number of bouncing 3d cubes are animated. Pressing a key modifies the rendering of the cubes, which can be wireframe, the more complex transparent perspective correct texture mapped version, and many other.

See Also

bitmap(3), color_map(3), end_of_main(3), matrix(3), palette(3), polytype_atex(3), polytype_atex_lit(3), polytype_atex_mask(3), polytype_atex_mask_lit(3), polytype_atex_mask_trans(3), polytype_atex_trans(3), polytype_flat(3), polytype_gcol(3), polytype_grgb(3), polytype_ptex(3), polytype_ptex_lit(3), polytype_ptex_mask(3), polytype_ptex_mask_lit(3), polytype_ptex_mask_trans(3), polytype_ptex_trans(3), rgb(3), rgb_map(3), screen_h(3), screen_w(3), v3d(3), allegro_error(3), allegro_exit(3), allegro_init(3), allegro_message(3), apply_matrix(3), bitmap_color_depth(3), bitmap_mask_color(3), blit(3), clear_bitmap(3), clear_to_color(3), color_map(3), create_bitmap(3), create_light_table(3), create_rgb_table(3), create_trans_table(3), desktop_palette(3), destroy_bitmap(3), fixed(3), fixtoi(3), font(3), get_transformation_matrix(3), gfx_mode_select_ex(3), install_keyboard(3), install_mouse(3), install_timer(3), itofix(3), key(3), keypressed(3), line(3), palette_color(3), persp_project(3), polygon_z_normal(3), quad3d(3), readkey(3), rect(3), retrace_count(3), rgb_map(3), screen(3), set_color_depth(3), set_gfx_mode(3), set_palette(3), set_projection_viewport(3), set_trans_blender(3), textout_ex(3), textprintf_ex(3), vsync(3)

Referenced By

apply_matrix_f(3), persp_project_f(3), polygon_z_normal_f(3), quad3d_f(3)