-----------------------------------------------------------------------
| 810 | } |
| 811 | //----------------------------------------------------------------------- |
| 812 | void TextureUnitState::setTextureVScale( Real value ) |
| 813 | { |
| 814 | mVScale = value; |
| 815 | mRecalcTexMatrix = true; |
| 816 | } |
| 817 | //----------------------------------------------------------------------- |
| 818 | void TextureUnitState::setScrollAnimation( Real uSpeed, Real vSpeed ) |
| 819 | { |