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