Returns true if controller contains animations. */
| 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 | */ |
no test coverage detected