draw-capsule ( startPos endPos radius slices rings color -- )


Vocabulary
raylib

Inputs
startPosa Vector3
endPosa Vector3
radiusa float
slicesan int
ringsan int
colora Color


Outputs
None

Word description
Draw a capsule with the center of its sphere caps at startPos and endPos

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-capsule void
DrawCapsule
( Vector3 startPos, Vector3 endPos, float radius, int
slices, int rings, Color color )