Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Examples, tools and demo game
al3D
type AL_V3D = record
A vertex structure used by al_polygon3d and other polygon rendering functions.
Allegro provides some routines for working with fixed point numbers, and defines the type AL_FIXED to be a signed 32-bit integer.
AL_FIXED
x: AL_FIXED;
y: AL_FIXED;
z: AL_FIXED;
u: AL_FIXED;
v: AL_FIXED;
c: AL_INT;
Position.
Texture map coordinates.
Color.