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

Method SceneGraphNode

include/donut/engine/SceneGraph.h:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292 public:
293 SceneGraphNode() = default;
294 /* non-virtual */ ~SceneGraphNode() = default;
295
296 [[nodiscard]] const dm::dquat& GetRotation() const { return m_Rotation; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected