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 TAnimatedTesselator

Unit

C2Anim

Declaration

type TAnimatedTesselator = class(TMeshTesselator)

Description

 

Hierarchy

TMeshTesselator > TTesselator > TReferencedItem

Fields

 NameDescription
ProtectedFFactor 
ProtectedFFrame1 
ProtectedFFrame2 
ProtectedFTotalFrames 

Methods

Overview

Publicdestructor Destroy; override;
Publicprocedure Fill(AVerticesRes: TVerticesResource; AIndicesRes: TIndicesResource);
Publicprocedure SetFrames(Frame1, Frame2: Integer; Factor: Single); virtual;
Protectedprocedure SetTotalFrames(const Value: Integer); virtual;
Protectedprocedure Update; virtual; abstract;

Description

Publicdestructor Destroy; override;

 

Publicprocedure Fill(AVerticesRes: TVerticesResource; AIndicesRes: TIndicesResource);

 

Publicprocedure SetFrames(Frame1, Frame2: Integer; Factor: Single); virtual;

 

Protectedprocedure SetTotalFrames(const Value: Integer); virtual;

 

Protectedprocedure Update; virtual; abstract;

 

Properties

Overview

Publicproperty Factor: Single;
Publicproperty Frame1: Integer;
Publicproperty Frame2: Integer;
Publicproperty TotalFrames: Integer;

Description

Publicproperty Factor: Single;

 

Publicproperty Frame1: Integer;

 

Publicproperty Frame2: Integer;

 

Publicproperty TotalFrames: Integer;

 

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