Unit CastleGeometryArrays
Functions and Procedures Constants Variables
Description
Geometry represented as arrays (TGeometryArrays).
Uses
Overview
Classes, Interfaces, Objects and Records
Types
Description
Types
TGeometryPrimitive = (...); |
Primitive geometry types. Analogous to OpenGL / OpenGLES primitives.
Values
-
gpTriangles
-
gpQuads
-
gpTriangleFan
-
gpTriangleStrip
-
gpLineStrip
-
gpPoints
|
TTexCoordDimensions = 2..4; |
|
TProjectorMatrixFunction = function: TMatrix4 of object; |
|
TTextureGenerationVectors = array [0..2] of TVector4; |
|
TGeometryAttribType = (...); |
Values
-
atFloat
-
atVector2
-
atVector3
-
atVector4
-
atMatrix3
-
atMatrix4
|
TGeometryIndex = LongWord ; |
|
Generated by PasDoc 0.15.0.
|