CAST II Game Engine |
|||||||||||||||
![]() |
DESCRIPTION | ![]() |
FEATURES | ![]() |
SCREENSHOTS | ![]() |
FORUMS | ![]() |
DOCUMENTATION | ![]() |
DOWNLOADS | ![]() |
CONTACTS | ![]() |
|
(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains engine core classes
| Name | Description |
|---|---|
Class TCore | Engine core class |
Class TSimpleParser |
function GetUnitClassList: TClassArray; |
function GetUnitClassList: TClassArray; |
Returns list of classes introduced by the unit
CCore = of TCore; |
TSortedItems = array of TVisItem; |
TVisItem = record PassIndex, ItemIndex: Word; end; |
CCore = of TCore; |
Core class reference
TSortedItems = array of TVisItem; |
TVisItem = record PassIndex, ItemIndex: Word; end; |
Sorted items data structure for internal use
tidMatrix4x4 = 0; |
tidVector4 = 1; |
tidMatrix4x4 = 0; |
4x4 matrix
tidVector4 = 1; |
Vector
|
Last modified: 4 Jul, 2008 |