-
{{ formatValue(store.config.lights.backlightIntensity) }}
@@ -166,12 +166,48 @@ function formatValue(v: number): string {
+
+
Spot X
+
+
+ {{ formatValue(store.config.lights.spotlightX) }}
+
+
+
+
Spot Y
+
+
+ {{ formatValue(store.config.lights.spotlightY) }}
+
+
+
+
Spot angle
+
+
+ {{ formatValue(store.config.lights.spotlightAngle) }}
+
+
+
+
Spot soft
+
+
+ {{ formatValue(store.config.lights.spotlightPenumbra) }}
+
+
diff --git a/src/composables/useThreeScene.ts b/src/composables/useThreeScene.ts
index bc0081d..b32c0ef 100644
--- a/src/composables/useThreeScene.ts
+++ b/src/composables/useThreeScene.ts
@@ -44,6 +44,8 @@ export function useThreeScene(containerRef: Ref