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

Method setTextureVScale

OgreMain/src/OgreTextureUnitState.cpp:812–816  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

810 }
811 //-----------------------------------------------------------------------
812 void TextureUnitState::setTextureVScale( Real value )
813 {
814 mVScale = value;
815 mRecalcTexMatrix = true;
816 }
817 //-----------------------------------------------------------------------
818 void TextureUnitState::setScrollAnimation( Real uSpeed, Real vSpeed )
819 {

Callers 1

setValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected