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

Method NormaliseNode

radiantcore/selection/algorithm/Texturing.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void TextureNormaliser::NormaliseNode(const textool::INode::Ptr& node)
183{
184 const auto& bounds = node->localAABB();
185 TextureNormaliser normaliser({ bounds.origin.x(), bounds.origin.y() });
186
187 normaliser.processNode(node);
188}
189
190}
191

Callers

nothing calls this directly

Calls 3

xMethod · 0.80
yMethod · 0.80
processNodeMethod · 0.45

Tested by

no test coverage detected