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

Method GetStartTime

src/engine/KeyframeAnimation.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160float Sampler::GetStartTime() const
161{
162 if (!m_Keyframes.empty())
163 return m_Keyframes[0].time;
164
165 return 0.f;
166}
167
168float Sampler::GetEndTime() const
169{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected