-----------------------------------------------------------------------
| 1108 | } |
| 1109 | //----------------------------------------------------------------------- |
| 1110 | void TextureUnitState::createAnimController() |
| 1111 | { |
| 1112 | if( mAnimController ) |
| 1113 | { |
| 1114 | ControllerManager::getSingleton().destroyController( mAnimController ); |
| 1115 | mAnimController = 0; |
| 1116 | } |
| 1117 | mAnimController = ControllerManager::getSingleton().createTextureAnimator( this, mAnimDuration ); |
| 1118 | } |
| 1119 | //----------------------------------------------------------------------- |
| 1120 | void TextureUnitState::createEffectController( TextureEffect &effect ) |
| 1121 | { |
nothing calls this directly
no test coverage detected