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

Method ~SceneGraphNode

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

non-virtual */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected