Update fallback face color in multiple files

This commit is contained in:
2026-04-11 14:53:34 +02:00
parent da4e79b15e
commit 8ba8d1d730
4 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ interface RuntimeWaterContactUniformBinding {
lastReflectionUpdateTime: number;
}
const FALLBACK_FACE_COLOR = 0x747d89;
const FALLBACK_FACE_COLOR = 0xf2ece2;
const BOX_FACE_MATERIAL_COUNT = 6;
const WATER_REFLECTION_UPDATE_INTERVAL_MS = 96;