| 237 | } |
| 238 | |
| 239 | void Group::SetTranslationRotationFast(const vec3& trans, const quaternion& rotation) { |
| 240 | Object::SetTranslationRotationFast(trans, rotation); |
| 241 | PropagateTransformsDownFast(false); |
| 242 | } |
| 243 | |
| 244 | void Group::PropagateTransformsDownFast(bool deep) { |
| 245 | for (auto& child : children) { |
no outgoing calls
no test coverage detected