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

Method GetEndTime

src/engine/KeyframeAnimation.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168float Sampler::GetEndTime() const
169{
170 if (!m_Keyframes.empty())
171 return m_Keyframes[m_Keyframes.size() - 1].time;
172
173 return 0.f;
174}
175
176void Sampler::Load(Json::Value& node)
177{

Callers 2

AddChannelMethod · 0.80
AddTrackMethod · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected