record TBorderEdge
Unit
CastleSceneCore
Declaration
type TBorderEdge = record
Description
Scene edge that has one neighbor, i.e. border edge. It's used by TCastleSceneCore.BorderEdges, and this is crucial for rendering silhouette shadow volumes in OpenGL.
Overview
Fields
Description
Fields
VertexIndex: Cardinal; |
Index to get vertex of this edge. The actual edge's vertexes are not recorded here (this would prevent using TCastleSceneCore.ShareManifoldAndBorderEdges with various scenes from the same animation). You should get them as the VertexIndex and (VertexIndex +1) mod 3 vertexes of the triangle TriangleIndex.
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:39
|