Smooth the transition to avoid a gap
This commit is contained in:
parent
b193592ccf
commit
c543c02b21
@ -255,7 +255,7 @@ void LODNode::autoComputeLevel(float scale)
|
|||||||
// If the draw distance is too big we artificially reduce it
|
// If the draw distance is too big we artificially reduce it
|
||||||
if(max_draw > 250)
|
if(max_draw > 250)
|
||||||
{
|
{
|
||||||
max_draw = 250 + (max_draw * 0.06);
|
max_draw = 235 + (max_draw * 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
max_draw *= agressivity;
|
max_draw *= agressivity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user