-----------------------------------------------------------------------
| 804 | } |
| 805 | //----------------------------------------------------------------------- |
| 806 | void TextureUnitState::setTextureUScale( Real value ) |
| 807 | { |
| 808 | mUScale = value; |
| 809 | mRecalcTexMatrix = true; |
| 810 | } |
| 811 | //----------------------------------------------------------------------- |
| 812 | void TextureUnitState::setTextureVScale( Real value ) |
| 813 | { |