Trying to inrease LOD on my terrain. I try to make all terrain highest detail (its LOD=0 right?). I try the code below, try some other combinations but nothing seems to effect the way the terrain lowers quality at some distances... I see many posts on this and people are confused. The API doesnt explain this really...
www.terrain->overrideLODDistance(0,20000);
www.terrain->overrideLODDistance(1,21000);
www.terrain->overrideLODDistance(2,22000);
www.terrain->overrideLODDistance(3,23000);
www.terrain->overrideLODDistance(4,24000);
see a screenshot:
![Image](http://s22.postimg.org/x8mwlinn5/terrain_LOD.jpg)
upload