MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetRotation

Method SetRotation

src/engine/SceneGraph.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ApplyMethod · 0.45
LoadSceneGraphMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected