draw-model-wires-ex ( model position rotationAxis rotationAngle scale tint -- )


Vocabulary
raylib

Inputs
modela Model
positiona Vector3
rotationAxisa Vector3
rotationAnglea float
scalea Vector3
tinta Color


Outputs
None

Word description
Draw a model wires (with texture if set) with extended parameters

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-model-wires-ex void
DrawModelWiresEx
( Model model, Vector3 position, Vector3 rotationAxis, float
rotationAngle, Vector3 scale, Color tint )