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

Method processNode

radiantcore/selection/algorithm/Texturing.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool TextureBoundsAccumulator::processNode(const textool::INode::Ptr& node)
37{
38 _bounds.includeAABB(node->localAABB());
39 return true;
40}
41
42const Matrix3& TextureNodeManipulator::getTransform() const
43{

Callers 4

FlipNodeMethod · 0.45
RotateNodeMethod · 0.45
ScaleNodeMethod · 0.45
NormaliseNodeMethod · 0.45

Calls 2

includeAABBMethod · 0.80
applyTransformFunction · 0.70

Tested by

no test coverage detected