farther draw radius
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a1aef00d23
commit
32641d0035
@ -91,7 +91,7 @@
|
||||
"pine2"
|
||||
],
|
||||
"regularity": 0.6,
|
||||
"threshold": 0.2,
|
||||
"threshold": 0.05,
|
||||
"scale": 0.5,
|
||||
"priority": 1.0
|
||||
}
|
||||
|
||||
@ -1397,6 +1397,7 @@ AssetManager streaming budget
|
||||
Better chunk position hashing algo
|
||||
Hills generator work
|
||||
Fix foliage manager and cells confusing worldpos and absolutevoxelpos
|
||||
Farther draw radius
|
||||
|
||||
|
||||
|
||||
|
||||
@ -40,17 +40,17 @@ public class ClientDrawCellManager {
|
||||
/**
|
||||
* The distance for half resolution
|
||||
*/
|
||||
public static final double HALF_RES_DIST = 12;
|
||||
public static final double HALF_RES_DIST = 16;
|
||||
|
||||
/**
|
||||
* The distance for quarter resolution
|
||||
*/
|
||||
public static final double QUARTER_RES_DIST = 16;
|
||||
public static final double QUARTER_RES_DIST = 24;
|
||||
|
||||
/**
|
||||
* The distance for eighth resolution
|
||||
*/
|
||||
public static final double EIGHTH_RES_DIST = 24;
|
||||
public static final double EIGHTH_RES_DIST = 64;
|
||||
|
||||
/**
|
||||
* The distance for sixteenth resolution
|
||||
|
||||
Loading…
Reference in New Issue
Block a user