GraphicsNode.AddTriangleStripGraphics Method
Parent Object: GraphicsNodeDescription
Method that creates a new TriangleStripGraphics graphic primitive.
Syntax
GraphicsNode.AddTriangleStripGraphics() As TriangleStripGraphicsSamples
Name | Description |
Client Graphics - Triangle | This sample demonstrates the creation of client graphics triangles using triange fans and strips. It does this by drawing a cylinder. The end caps are triangle fans and the cylinder is made from a triangle strip. |