fix(environment): reduce grass generation cost
This commit is contained in:
@@ -4,7 +4,7 @@ export const GRASS_CONFIG = {
|
|||||||
loadRadius: 30,
|
loadRadius: 30,
|
||||||
unloadRadius: 34,
|
unloadRadius: 34,
|
||||||
updateInterval: 250,
|
updateInterval: 250,
|
||||||
baseBladesPerChunk: 2600,
|
baseBladesPerChunk: 420,
|
||||||
bladeWidth: 0.08,
|
bladeWidth: 0.08,
|
||||||
maxBladeHeight: 0.36,
|
maxBladeHeight: 0.36,
|
||||||
randomHeightAmount: 0.25,
|
randomHeightAmount: 0.25,
|
||||||
|
|||||||
Reference in New Issue
Block a user