Home
last modified time | relevance | path

Searched refs:mAutoUpdateLod (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainGroup.cpp76 , mAutoUpdateLod(0) in TerrainGroup()
93 if(mAutoUpdateLod) in ~TerrainGroup()
95 OGRE_DELETE mAutoUpdateLod; in ~TerrainGroup() local
96 mAutoUpdateLod = 0; in ~TerrainGroup()
336 if(mAutoUpdateLod) in setAutoUpdateLod()
337 OGRE_DELETE mAutoUpdateLod; in setAutoUpdateLod() local
338 mAutoUpdateLod = updater; in setAutoUpdateLod()
343 if(mAutoUpdateLod) in autoUpdateLod()
355 if(mAutoUpdateLod) in autoUpdateLodAll()
713 if(mAutoUpdateLod) in handleResponse()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainGroup.cpp80 , mAutoUpdateLod(0) in TerrainGroup()
97 if(mAutoUpdateLod) in ~TerrainGroup()
99 OGRE_DELETE mAutoUpdateLod; in ~TerrainGroup() local
100 mAutoUpdateLod = 0; in ~TerrainGroup()
410 if(mAutoUpdateLod) in setAutoUpdateLod()
411 OGRE_DELETE mAutoUpdateLod; in setAutoUpdateLod() local
412 mAutoUpdateLod = updater; in setAutoUpdateLod()
417 if(mAutoUpdateLod) in autoUpdateLod()
429 if(mAutoUpdateLod) in autoUpdateLodAll()
802 if(mAutoUpdateLod) in handleResponse()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainGroup.h526 TerrainAutoUpdateLod *mAutoUpdateLod; variable
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/include/
H A DOgreTerrainGroup.h551 TerrainAutoUpdateLod *mAutoUpdateLod; variable