DrawTriangleStrip3D abstract method
Draw a triangle strip defined by points
Implementation
void DrawTriangleStrip3D(
List<Vector3StructType> points,
ColorStructType color,
);
Draw a triangle strip defined by points
void DrawTriangleStrip3D(
List<Vector3StructType> points,
ColorStructType color,
);