Unit Animation_3D

///////////////////////////////////////////////////////////////////////////// // 3D Animation routines // ŠJohn Biddiscombe Sep 1997 // j.biddiscombe@rl.ac.uk // // /////////////////////////////////////////////////////////////////////////////

Classes

animated_colour_cube -
animated_credits -
animation__3D -

Functions

Types

ByteArray
pByteArray
PointArray
PointStruc
pPointArray
pPointStruc

Constants

Variables


Functions


Types


ByteArray   = Array[0..0] of Byte;

pByteArray  = ^ByteArray

PointArray  = Array[0..0] of PointStruc;

PointStruc = record
x : double;
y : double;
z : double;
c : double;
dx : double;
dy : double;
dz : double;
dc : double;
end;

pPointArray = ^PointArray

pPointStruc = ^PointStruc
Mine

Constants


Variables