CAST II Game Engine

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

Class TVerticesResource

Unit

C2Res

Declaration

type TVerticesResource = class(TArrayResource)

Description

Vertices data container

Hierarchy

TArrayResource > TResource > TItem > TBaseItem

Methods

Overview

Publicconstructor Create(AManager: TItemsManager); override;
Publicprocedure AddProperties(const Result: Props.TProperties); override;
Protectedfunction Convert(OldFormat, NewFormat: Integer): Boolean; override;
Publicfunction GetElementSize: Integer; override;
Publicprocedure SetProperties(Properties: Props.TProperties); override;

Description

Publicconstructor Create(AManager: TItemsManager); override;

 

Publicprocedure AddProperties(const Result: Props.TProperties); override;

 

Protectedfunction Convert(OldFormat, NewFormat: Integer): Boolean; override;

Performs mesh conversion to new format

Publicfunction GetElementSize: Integer; override;

 

Publicprocedure SetProperties(Properties: Props.TProperties); override;

 

Properties

Overview

Publicproperty VertexCoords[Index: Integer]: TVector3s;

Description

Publicproperty VertexCoords[Index: Integer]: TVector3s;

Coordinates of each vertice

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com