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

Method setModel

radiantcore/model/StaticModelNode.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void StaticModelNode::setModel(const StaticModelPtr& model) {
87 _model = model;
88}
89
90void StaticModelNode::setRenderSystem(const RenderSystemPtr& renderSystem)
91{

Callers 4

showAndBlockMethod · 0.45
handleSelectionChangeMethod · 0.45
updateModelPreviewMethod · 0.45
createCMFromSelectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected