Skip to content

raylib.DrawCubeV

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw cube (Vector version)

Parameters

Parameter Default Value Note
position
size [1, 1, 1]
color WHITE

Return value

None.

Notes

Example

// Inside BeginMode3D / EndMode3D:
raylib.DrawCubeV [0,1,0], [2,2,2], raylib.BLUE

Clone this wiki locally