Feat/map-environment #6
@@ -3,15 +3,15 @@ import { TERRAIN_COLORS } from "@/data/world/terrainConfig";
|
|||||||
export const FOG_CONFIG = {
|
export const FOG_CONFIG = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
color: "#c8dbbe",
|
color: "#c8dbbe",
|
||||||
near: 22,
|
near: 48,
|
||||||
far: 38,
|
far: 78,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CHUNK_CONFIG = {
|
export const CHUNK_CONFIG = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
chunkSize: 30,
|
chunkSize: 45,
|
||||||
loadRadius: 30,
|
loadRadius: 60,
|
||||||
unloadRadius: 40,
|
unloadRadius: 75,
|
||||||
updateInterval: 350,
|
updateInterval: 350,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user