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

Method ~Sampler

include/donut/engine/KeyframeAnimation.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 public:
67 Sampler() = default;
68 virtual ~Sampler() = default;
69
70 std::optional<dm::float4> Evaluate(float time, bool extrapolateLastValues = false) const;
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected