changed the default model_distance to 4

This commit is contained in:
Zeno Rogue 2018-04-22 11:13:25 +02:00
parent b6da7779d5
commit 89841a6717
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ bool subdivide_further();
void subdivide();
ld modelscale = 1;
ld model_distance = 2;
ld model_distance = 4;
eGeometry gwhere = gEuclid;