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

Method setTextureUScale

OgreMain/src/OgreTextureUnitState.cpp:806–810  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

804 }
805 //-----------------------------------------------------------------------
806 void TextureUnitState::setTextureUScale( Real value )
807 {
808 mUScale = value;
809 mRecalcTexMatrix = true;
810 }
811 //-----------------------------------------------------------------------
812 void TextureUnitState::setTextureVScale( Real value )
813 {

Callers 1

setValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected