-----------------------------------------------------------------------
| 804 | } |
| 805 | //----------------------------------------------------------------------- |
| 806 | void TextureUnitState::setTextureVScale(float value) |
| 807 | { |
| 808 | mVScale = value; |
| 809 | mRecalcTexMatrix = true; |
| 810 | } |
| 811 | //----------------------------------------------------------------------- |
| 812 | void TextureUnitState::setScrollAnimation(float uSpeed, float vSpeed) |
| 813 | { |
no outgoing calls
no test coverage detected