Record TPolygon
Hierarchy Methods Properties
Unit
a3dge.Model3D
Declaration
type TPolygon = record
Description
Defines a polygon.
The way this description is used depends the specific implementation of the model.
Overview
Fields
Description
Fields
Vertices: TIntegerDynArray; |
Polygon vertices.
This list contains the index of each vertex of the polygon.
|
TexCoords: TIntegerDynArray; |
Texture coordenates.
This list contains the index of each texture UV pair.
|
Material: Integer
|
Material used by polygon.
|
Generated by PasDoc 0.15.0. Generated on 2025-07-31 11:41:01.
|