-----------------------------------------------------------------------
| 727 | } |
| 728 | //----------------------------------------------------------------------- |
| 729 | void TextureUnitState::setTextureRotate(const Radian& angle) |
| 730 | { |
| 731 | mRotate = angle; |
| 732 | mRecalcTexMatrix = true; |
| 733 | } |
| 734 | //----------------------------------------------------------------------- |
| 735 | const Matrix4& TextureUnitState::getTextureTransform() const |
| 736 | { |
no outgoing calls
no test coverage detected