record AL_V3D

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AL_V3D = record

Description

A vertex structure used by al_polygon3d and other polygon rendering functions.

See also
AL_V3D_F
Like AL_V3D but using float values instead of fixed ones.
alfixed
Fixed point math routines

Allegro provides some routines for working with fixed point numbers, and defines the type AL_FIXED to be a signed 32-bit integer.

Overview

Fields

x: AL_FIXED;
y: AL_FIXED;
z: AL_FIXED;
u: AL_FIXED;
v: AL_FIXED;
c: AL_INT;

Description

Fields

x: AL_FIXED;

Position.

y: AL_FIXED;

Position.

z: AL_FIXED;

Position.

u: AL_FIXED;

Texture map coordinates.

v: AL_FIXED;

Texture map coordinates.

c: AL_INT;

Color.


Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35