Class TSkinMeshBuffer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSkinMeshBuffer = class(TMeshBuffer)

Description

A mesh buffer able to choose between TVertex2TCoords, TVertex and TVertexTangents at runtime.

Hierarchy

Overview

Methods

Public procedure ConvertTo2TCoords; inline;
Public procedure ConvertToTangents; inline;
Public procedure InvalidateBoundingBox; inline;

Description

Methods

Public procedure ConvertTo2TCoords; inline;

Converts all vertices to TVertex2TCoords.

Public procedure ConvertToTangents; inline;

Converts all vertices to TVertexTangents.

Public procedure InvalidateBoundingBox; inline;

Call this after changing the positions of any vertex. Equals the oddly-named boundingBoxNeedsRecalculated(void) method.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22