Creates a primitive that will display given data.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
protected override void CreatePrimitive( Vector3[] vertices, XMaterial material ) |
Parameters
- vertices
- Type: array<
Vector3
>[]()[]
Vertex coordinates of the primitive.
- material
- Type: SGP.XSpace..::.XMaterial
Material of the primitive.