draw-sphere-wires ( centerPos radius rings slices color -- )


Vocabulary
raylib

Inputs
centerPosa Vector3
radiusa float
ringsan int
slicesan int
colora Color


Outputs
None

Word description
Draw sphere wires

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-sphere-wires void
DrawSphereWires
( Vector3 centerPos, float radius, int rings, int slices,
Color color )