Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
float 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
176
void Sampler::Load(Json::Value& node)
177
{
Callers
2
AddChannel
Method · 0.80
AddTrack
Method · 0.80
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected