upadte: gain some fps

This commit is contained in:
Tom Boullay
2026-05-24 22:06:59 +02:00
parent 6957b9e4f0
commit b8e5c4d1a9
2 changed files with 55 additions and 7 deletions
+11
View File
@@ -9,3 +9,14 @@ export const INSTANCED_MAP_EXCEPTIONS = new Set([
"blocking",
"terrain",
]);
export const INSTANCED_MAP_CHUNK_SIZE = 45;
export const INSTANCED_MAP_NO_SHADOW_NAMES = new Set([
"arbre",
"sapin",
"buisson",
"champdeble",
"champdesoja",
"champsdetournesol",
]);