CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit C2Tess2D

Description

ToFix: Remove unneeded data from vertex formats

Classes, Interfaces and Objects

NameDescription
Class TLineMesh 
Class TTetragonMesh 
Class TTextMesh 

Types

Overview

TPPoint = packed record X, Y, Z, U, V: Single; Color: BaseTypes.TColor; end;
TTextLine = record Text: string; Color: BaseTypes.TColor; X, Y, Z: Single; Font: BaseGraph.TBaseBitmapFont; Viewport: BaseGraph.TViewport; Transform: BaseGraph.T2DTransform; end;

Description

TPPoint = packed record X, Y, Z, U, V: Single; Color: BaseTypes.TColor; end;

 

TTextLine = record Text: string; Color: BaseTypes.TColor; X, Y, Z: Single; Font: BaseGraph.TBaseBitmapFont; Viewport: BaseGraph.TViewport; Transform: BaseGraph.T2DTransform; end;

 

Constants

Overview

amCenter = 1;
amLeft = 0;
amRight = 2;
LinesGrowStep = 1;
MaxColorStack = 15;
PointsGrowStep = 1;

Description

amCenter = 1;

 

amLeft = 0;

Alignment

amRight = 2;

 

LinesGrowStep = 1;

 

MaxColorStack = 15;

 

PointsGrowStep = 1;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com