Skip to content

Commit 26e0a31

Browse files
committed
chore: cleaning unecessary files
1 parent fd030c4 commit 26e0a31

File tree

2 files changed

+3
-116
lines changed

2 files changed

+3
-116
lines changed

.storybook/stories/Autofocus.stories.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@ export const Primary: Story = {
3131
<sphereGeometry args={[0.5, 64, 64]} />
3232
<meshStandardMaterial color="#9d4b4b" />
3333
</mesh>
34-
<mesh castShadow position={[1, 0, -5]}>
34+
<mesh castShadow position={[1, 0, -3]}>
3535
<boxGeometry args={[1, 1, 1]} />
3636
<meshStandardMaterial color="#9d4b4b" />
3737
</mesh>
3838

3939
<gridHelper />
4040

4141
<EffectComposer>
42-
<Autofocus {...args} focusRange={0.001} bokehScale={18} />
42+
<Autofocus {...args} />
4343
</EffectComposer>
4444
</>
4545
),
4646
args: {
4747
mouse: true,
4848
debug: 0.04,
4949
bokehScale: 8,
50+
focusRange: 0.001,
5051
},
5152
}

.storybook/stories/Introduction.mdx

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)