NAME
exstars - 3d starfield and lightsourced spaceship. Allegro game
programming library.
SYNOPSIS
#include <allegro.h>
Example exstars
DESCRIPTION
This program draws a 3D star field (depth-cued) and a polygon starship
(controllable with the keyboard cursor keys), using the Allegro math
functions.
SEE ALSO
BITMAP(3alleg), END_OF_MAIN(3alleg), MATRIX(3alleg), PALETTE(3alleg),
SCREEN_H(3alleg), SCREEN_W(3alleg), allegro_error(3alleg),
allegro_init(3alleg), allegro_message(3alleg), apply_matrix(3alleg),
blit(3alleg), clear_bitmap(3alleg), create_bitmap(3alleg),
cross_product(3alleg), destroy_bitmap(3alleg), dot_product(3alleg),
fixed(3alleg), fixmul(3alleg), fixtof(3alleg), fixtoi(3alleg),
font(3alleg), get_rotation_matrix(3alleg),
get_transformation_matrix(3alleg), get_translation_matrix(3alleg),
install_keyboard(3alleg), install_timer(3alleg), itofix(3alleg),
key(3alleg), normalize_vector(3alleg), palette_color(3alleg),
persp_project(3alleg), poll_keyboard(3alleg), putpixel(3alleg),
rectfill(3alleg), screen(3alleg), set_gfx_mode(3alleg),
set_palette(3alleg), set_projection_viewport(3alleg),
textout_centre_ex(3alleg), textprintf_centre_ex(3alleg),
triangle(3alleg), vsync(3alleg)