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

Method getModelScale

radiantcore/model/NullModelNode.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39Vector3 NullModelNode::getModelScale()
40{
41 return Vector3(1,1,1);
42}
43
44void NullModelNode::testSelect(Selector& selector, SelectionTest& test)
45{

Callers 2

TEST_FFunction · 0.45
constructCloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected