Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ex3d(3)				Allegro	manual			       ex3d(3)

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	trans-
       parent perspective correct texture mapped version, and many other.

SEE ALSO
       BITMAP(3), COLOR_MAP(3),	END_OF_MAIN(3),	MATRIX(3),  PALETTE(3),	 POLY-
       TYPE_ATEX(3),	POLYTYPE_ATEX_LIT(3),	POLYTYPE_ATEX_MASK(3),	 POLY-
       TYPE_ATEX_MASK_LIT(3),	     POLYTYPE_ATEX_MASK_TRANS(3),	 POLY-
       TYPE_ATEX_TRANS(3),     POLYTYPE_FLAT(3),    POLYTYPE_GCOL(3),	 POLY-
       TYPE_GRGB(3),	 POLYTYPE_PTEX(3),     POLYTYPE_PTEX_LIT(3),	 POLY-
       TYPE_PTEX_MASK(3),	    POLYTYPE_PTEX_MASK_LIT(3),		 POLY-
       TYPE_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),	  bit-
       map_color_depth(3),   bitmap_mask_color(3),  blit(3),  clear_bitmap(3),
       clear_to_color(3),  color_map(3),  create_bitmap(3),   create_light_ta-
       ble(3), create_rgb_table(3), create_trans_table(3), desktop_palette(3),
       destroy_bitmap(3), fixed(3), fixtoi(3), font(3),	get_transformation_ma-
       trix(3),	 gfx_mode_select_ex(3),	install_keyboard(3), install_mouse(3),
       install_timer(3),  itofix(3),  key(3),  keypressed(3),  line(3),	  pal-
       ette_color(3),  persp_project(3), polygon_z_normal(3), quad3d(3), read-
       key(3),	  rect(3),    retrace_count(3),	    rgb_map(3),	    screen(3),
       set_color_depth(3),    set_gfx_mode(3),	 set_palette(3),   set_projec-
       tion_viewport(3),	 set_trans_blender(3),		textout_ex(3),
       textprintf_ex(3), vsync(3)

Allegro				 version 4.4.3			       ex3d(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ex3d&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>

home | help