From 80840536c8588bc22567be3ad0ba6ccc960f34f7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 06:45:41 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 69cc852f..a9ae7706 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -107,9 +107,11 @@ import { BOX_FACE_IDS, BOX_FACE_LABELS, BOX_VERTEX_LABELS, + DEFAULT_BOX_BRUSH_WATER_FOAM_CONTACT_LIMIT, DEFAULT_BOX_BRUSH_CENTER, DEFAULT_BOX_BRUSH_ROTATION_DEGREES, DEFAULT_BOX_BRUSH_SIZE, + MAX_BOX_BRUSH_WATER_FOAM_CONTACT_LIMIT, createDefaultFaceUvState, normalizeBrushName, type BoxBrush, @@ -118,6 +120,7 @@ import { type FaceUvState } from "../document/brushes"; import { + ADVANCED_RENDERING_WATER_REFLECTION_MODES, BOX_VOLUME_RENDER_PATHS, ADVANCED_RENDERING_SHADOW_MAP_SIZES, ADVANCED_RENDERING_SHADOW_TYPES, @@ -128,6 +131,7 @@ import { type WorldBackgroundMode, type AdvancedRenderingSettings, type BoxVolumeRenderPath, + type AdvancedRenderingWaterReflectionMode, type AdvancedRenderingShadowMapSize, type AdvancedRenderingShadowType, type AdvancedRenderingToneMappingMode,