Skip to content

Commit 08e316a

Browse files
authored
Move skin preview directional light (#4649)
1 parent 9aaf5fb commit 08e316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/skin/SkinPreviewRenderer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/>
8989

9090
<TresAmbientLight :intensity="2" />
91-
<TresDirectionalLight :position="[2, 4, 3]" :intensity="1.2" :cast-shadow="true" />
91+
<TresDirectionalLight :position="[-3, 4, -2]" :intensity="1.2" :cast-shadow="true" />
9292
</TresCanvas>
9393

9494
<div

0 commit comments

Comments
 (0)