Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Load
Method
Load
include/Model.hpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
~Model() { Unload(); }
71
72
void Load(const std::string& fileName) {
73
Unload();
74
ModelUnmanaged::Load(fileName);
75
}
76
77
void Load(const ::Mesh& mesh) {
78
Unload();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected