MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / setTextureVScroll

Method setTextureVScroll

OgreMain/src/OgreTextureUnitState.cpp:800–804  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected