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

Method Model

include/Model.hpp:26–26  ·  view source on GitHub ↗

* The Model constructor with a Mesh() is removed. * * Use `raylib::MeshUnmanaged` or `::Mesh` instead, as raylib will take ownership of the data. * * @see raylib::MeshUnmanaged */

Source from the content-addressed store, hash-verified

24 * @see raylib::MeshUnmanaged
25 */
26 Model(const raylib::Mesh& mesh) = delete;
27
28 Model(const Model&) = delete;
29 Model& operator=(const Model&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected