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

Method DrawMesh

include/MaterialUnmanaged.hpp:68–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66 * Draw a 3d mesh with material and transform.
67 */
68 void DrawMesh(const ::Mesh& mesh, ::Matrix transform) const { ::DrawMesh(mesh, *this, transform); }
69
70 /**
71 * Draw multiple mesh instances with material and different transforms.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected