Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainLodManager.cpp179 uint16 currresolution = size; in buildLodInfoTable() local
206 bakedresolution = ((currresolution - 1) >> 1) + 1; in buildLodInfoTable()
210 currresolution = ((currresolution - 1) >> 1) + 1; in buildLodInfoTable()
H A DOgreTerrain.cpp1066 uint16 currresolution = mSize; in distributeVertexData() local
1084 bakedresolution = ((currresolution - 1) >> 1) + 1; in distributeVertexData()
1090 currresolution = ((currresolution - 1) >> 1) + 1; in distributeVertexData()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainLodManager.cpp193 uint16 currresolution = size; in buildLodInfoTable() local
220 bakedresolution = ((currresolution - 1) >> 1) + 1; in buildLodInfoTable()
224 currresolution = ((currresolution - 1) >> 1) + 1; in buildLodInfoTable()
H A DOgreTerrain.cpp1082 uint16 currresolution = mSize; in distributeVertexData() local
1100 bakedresolution = ((currresolution - 1) >> 1) + 1; in distributeVertexData()
1106 currresolution = ((currresolution - 1) >> 1) + 1; in distributeVertexData()