diff --git a/config/cull-less-leaves.json b/config/cull-less-leaves.json index fdf5e0f..c6518b9 100644 --- a/config/cull-less-leaves.json +++ b/config/cull-less-leaves.json @@ -1,6 +1,6 @@ { "enabled": true, - "depth": 3, - "randomRejection": 0.2, - "fastMangroveRootsCulling": true -} \ No newline at end of file + "depth": 2, + "randomRejection": 0.0, + "fastMangroveRootsCulling": false +}