| 296 | } |
| 297 | |
| 298 | void SceneGraphNode::SetRotation(const dm::dquat& rotation) |
| 299 | { |
| 300 | SetTransform(nullptr, &rotation, nullptr); |
| 301 | } |
| 302 | |
| 303 | void SceneGraphNode::SetTranslation(const dm::double3& translation) |
| 304 | { |
no outgoing calls
no test coverage detected