draw-triangle-strip-3d ( points pointCount color -- )


Vocabulary
raylib

Inputs
pointsa pointer to a Vector3
pointCountan int
colora Color


Outputs
None

Word description
Draw a triangle strip defined by points

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-triangle-strip-3d void
DrawTriangleStrip3D
( Vector3* points, int pointCount, Color color )