MCPcopy Create free account
hub / github.com/OGRECave/ogre / setTextureRotate

Method setTextureRotate

OgreMain/src/OgreTextureUnitState.cpp:729–733  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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 {

Callers 3

translateMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected