Unit Ccube

Classes

TCubeSpin -

Functions

Register -

Types

TCubeDispOpt
TCubeDispOpts
TPoint3d

Constants

Variables


Functions


procedure Register;


Types


TCubeDispOpt = (cdoErase,
                  cdoHide,  { Hidden Line Removal? }
                  cdoDblBuf,
                  cdoAuto,
                  cdoFaces,
                  cdoShade,
                  cdoColor);

TCubeDispOpts = Set of TCubeDispOpt
Hidden Line Removal?
TPoint3d = record
X : Integer;
Y : Integer;
Z : Integer;
end;
Spinning Cube Component

Constants


Variables