auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-07 06:45:41 +02:00
parent d810f96d10
commit 80840536c8

View File

@@ -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,