-----------------------------------------------------------------------
| 798 | } |
| 799 | //----------------------------------------------------------------------- |
| 800 | void TextureUnitState::setTextureVScroll( Real value ) |
| 801 | { |
| 802 | mVMod = value; |
| 803 | mRecalcTexMatrix = true; |
| 804 | } |
| 805 | //----------------------------------------------------------------------- |
| 806 | void TextureUnitState::setTextureUScale( Real value ) |
| 807 | { |