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

Method setDefaultTextureFiltering

OgreMain/src/OgreMaterialManager.cpp:129–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127 }
128 //-----------------------------------------------------------------------
129 void MaterialManager::setDefaultTextureFiltering(TextureFilterOptions fo)
130 {
131 TextureManager::getSingleton().getDefaultSampler()->setFiltering(fo);
132 }
133 //-----------------------------------------------------------------------
134 void MaterialManager::setDefaultAnisotropy(unsigned int maxAniso)
135 {

Callers 5

keyPressedMethod · 0.80
setupContentFunction · 0.80
_shutdownMethod · 0.80
setupContentFunction · 0.80
setupContentFunction · 0.80

Calls 1

setFilteringMethod · 0.80

Tested by

no test coverage detected