| 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 | { |
no outgoing calls
no test coverage detected