MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / setModelPath

Method setModelPath

radiantcore/model/NullModel.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void NullModel::setModelPath(const std::string& modelPath)
33{
34 _modelPath = modelPath;
35}
36
37void NullModel::applySkin(const decl::ISkin::Ptr& skin)
38{

Callers 2

loadModelMethod · 0.45
loadModelFromPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected