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

Method Draw

include/MeshUnmanaged.hpp:177–177  ·  view source on GitHub ↗

* Draw a 3d mesh with material and transform */

Source from the content-addressed store, hash-verified

175 * Draw a 3d mesh with material and transform
176 */
177 void Draw(const ::Material& material, const ::Matrix& transform) const { ::DrawMesh(*this, material, transform); }
178
179 /**
180 * Draw multiple mesh instances with material and different transforms

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected