MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / hasAnimations

Function hasAnimations

Source/Falcor/Scene/Animation/AnimationController.h:63–63  ·  view source on GitHub ↗

Returns true if controller contains animations. */

Source from the content-addressed store, hash-verified

61 /** Returns true if controller contains animations.
62 */
63 bool hasAnimations() const { return mAnimations.size() > 0 || hasAnimatedVertexCaches(); }
64
65 /** Returns true if controller is handling any skinned meshes.
66 */

Callers 3

animateMethod · 0.85
bindBuffersMethod · 0.85
animateMethod · 0.85

Calls 2

hasAnimatedVertexCachesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected