We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf5fb commit 08e316aCopy full SHA for 08e316a
packages/ui/src/components/skin/SkinPreviewRenderer.vue
@@ -88,7 +88,7 @@
88
/>
89
90
<TresAmbientLight :intensity="2" />
91
- <TresDirectionalLight :position="[2, 4, 3]" :intensity="1.2" :cast-shadow="true" />
+ <TresDirectionalLight :position="[-3, 4, -2]" :intensity="1.2" :cast-shadow="true" />
92
</TresCanvas>
93
94
<div
0 commit comments