Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ AddKeyframe
Method
AddKeyframe
src/engine/KeyframeAnimation.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void Sampler::AddKeyframe(const Keyframe keyframe)
156
{
157
m_Keyframes.push_back(keyframe);
158
}
159
160
float Sampler::GetStartTime() const
161
{
Callers
2
LoadAnimations
Method · 0.80
Load
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected