Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ hasAnimations
Method
hasAnimations
Source/Falcor/Scene/Animation/AnimatedVertexCache.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
bool AnimatedVertexCache::hasAnimations() const
181
{
182
return hasMeshAnimations() || hasCurveAnimations();
183
}
184
185
uint64_t AnimatedVertexCache::getMemoryUsageInBytes() const
186
{
Callers
4
renderUI
Method · 0.80
buildTlas
Method · 0.80
hasAnimation
Function · 0.80
animate
Method · 0.80
Calls
2
hasMeshAnimations
Function · 0.85
hasCurveAnimations
Function · 0.85
Tested by
no test coverage detected