Class TGlMesh

DescriptionHierarchyFieldsMethodsProperties

Unit

glmeshunit

Declaration

type TGlMesh = class(TMesh)

Description

implements a OpenGl based Mesh.

Hierarchy

TGlMesh > TMesh > TObject

Fields

 NameDescription
Private list

the display list associated with this mesh

Methods

Overview

Public constructor Create; override;
Public destructor Destroy; override;
Public procedure Draw; override;
Private procedure BuildDisplayList;
Private procedure DrawComplete;
Private procedure FreeDisplayList;

Description

Private procedure BuildDisplayList;

builds up the display list with mesh data

Public constructor Create; override;

initialize the mesh

Public destructor Destroy; override;

release all resources

Public procedure Draw; override;

draw the mesh with the display list (eventually building one on the fly)

Private procedure DrawComplete;

do the actual drawing of the object (without display list)

Private procedure FreeDisplayList;

frees eventual display list.


Generated by PasDoc 0.8.8 on 2005-03-14 21:03:49