mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:19:55 +00:00
Disabled terrain LOD
This commit is contained in:
parent
f76954e3dd
commit
d213ff680f
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ namespace MWRender
|
|||
->getActiveProfile();
|
||||
mActiveProfile = static_cast<TerrainMaterial::Profile*>(activeProfile);
|
||||
|
||||
//The pixel error should be as high as possible without it being noticed
|
||||
//as it governs how fast mesh quality decreases.
|
||||
mTerrainGlobals->setMaxPixelError(8);
|
||||
// We don't want any pixel error at all. Really, LOD makes no sense here - morrowind uses 65x65 verts in one cell,
|
||||
// so applying LOD is most certainly slower than doing no LOD at all.
|
||||
mTerrainGlobals->setMaxPixelError(0);
|
||||
|
||||
mTerrainGlobals->setLayerBlendMapSize(32);
|
||||
|
||||
|
|
Loading…
Reference in a new issue