|
Anark Core SDK
|
Public Member Functions | |
| Sdk3DTriangleStrip (IEnumerable< ISdkVertex3D > vertices) | |
| Initialize a new triangle strip. | |
| Sdk3DTriangleStrip (ISdkVertex3D v1, ISdkVertex3D v2, ISdkVertex3D v3) | |
| Initialize a new triangle strip with a single triangle. | |
Properties | |
| IEnumerable< ISdkVertex3D > | Vertices [get] |
| The vertices that define the geometry. | |
|
inline |
Initialize a new triangle strip.
| vertices | The vertices that define the triangle strip. |
|
inline |
Initialize a new triangle strip with a single triangle.
| v1 | Vertex 1 |
| v2 | Vertex 2 |
| v3 | Vertex 3 |
|
get |
The vertices that define the geometry.
Implements Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >.