MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetMorphPath

Function GetMorphPath

Source/Internal/filesystem.cpp:1143–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143string GetMorphPath(const string& base_model, const string& morph) {
1144 return base_model.substr(0, base_model.size() - 4) + "_" + morph + ".obj";
1145}
1146
1147bool IsFile(Path& p) {
1148 return isFile(p.GetAbsPathStr().c_str());

Callers 2

ReturnPathsMethod · 0.85
LoadMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected