draw-cube ( position width height length color -- )


Vocabulary
raylib

Inputs
positiona Vector3
widtha float
heighta float
lengtha float
colora Color


Outputs
None

Word description
Draw cube

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-cube void DrawCube
( Vector3 position, float width, float height, float length,
Color color )