WindowOverlayTrianglesOptions.ElementType Property |
Top |
DescriptionThe type of triangle elements to be drawn. Triangles are defined by 3 vertices (3N vertices yield N triangles). TriangleStrip is a connected strip of triangles where every group of 3 adjacent vertices forms a triangle (N+2 vertices yield N triangles). TriangleFan is a similar structure to TriangleStrip except the first vertex is always held fixed, and every two adjacent vertices forms a triangle with the first (N+2 vertices yields N triangles).
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Attributes
Syntax
See also WindowOverlayTrianglesOptions Object
|