MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawWires

Method DrawWires

include/ModelUnmanaged.hpp:159–161  ·  view source on GitHub ↗

* Draw a model wires (with texture if set). */

Source from the content-addressed store, hash-verified

157 * Draw a model wires (with texture if set).
158 */
159 void DrawWires(::Vector3 position, float scale = 1.0f, ::Color tint = {255, 255, 255, 255}) const {
160 ::DrawModelWires(*this, position, scale, tint);
161 }
162
163 /**
164 * Draw a model wires (with texture if set) with extended parameters.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected