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 2a022dc commit ad81c02Copy full SHA for ad81c02
.storybook/stories/Sparkles.stories.ts
@@ -27,10 +27,10 @@ export const SparkleStory = async () => {
27
gui = new GUI({ title: SparkleStory.storyName })
28
renderer.shadowMap.enabled = true
29
renderer.toneMapping = THREE.ACESFilmicToneMapping
30
- camera.position.set(12, 12, 12)
+ camera.position.set(8, 5, 8)
31
32
const controls = new OrbitControls(camera, renderer.domElement)
33
- controls.target.set(0, 6, 0)
+ controls.target.set(0, 2, 0)
34
controls.update()
35
36
const floor = new THREE.Mesh(
0 commit comments