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

Method SceneGraphAnimation

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

Source from the content-addressed store, hash-verified

438
439 public:
440 SceneGraphAnimation() = default;
441
442 [[nodiscard]] std::shared_ptr<SceneGraphLeaf> Clone() override;
443 [[nodiscard]] SceneContentFlags GetContentFlags() const override { return SceneContentFlags::Animations; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected