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

Method setIsLooped

Source/Falcor/Scene/Animation/AnimationController.cpp:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 void AnimationController::setIsLooped(bool looped)
178 {
179 mLoopAnimations = looped;
180
181 if (mpVertexCache)
182 {
183 mpVertexCache->setIsLooped(looped);
184 }
185 }
186
187 void AnimationController::initLocalMatrices()
188 {

Callers 2

setIsLoopedFunction · 0.80
renderUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected