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

Method setTextureVScale

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

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

Source from the content-addressed store, hash-verified

804 }
805 //-----------------------------------------------------------------------
806 void TextureUnitState::setTextureVScale(float value)
807 {
808 mVScale = value;
809 mRecalcTexMatrix = true;
810 }
811 //-----------------------------------------------------------------------
812 void TextureUnitState::setScrollAnimation(float uSpeed, float vSpeed)
813 {

Callers 2

createAsMaterialMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected