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

Method setTextureUScale

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

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

Source from the content-addressed store, hash-verified

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

Callers 2

createAsMaterialMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected