Skip to content

Commit

Permalink
chore(stage): adjust directional light
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 5, 2024
1 parent 718ef3a commit 378137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Stage = ({ children }: React.PropsWithChildren) => {
/>
</IfInSessionMode>
<SoftShadows />
<directionalLight castShadow position={[1, 8, 1]} />
<directionalLight castShadow position={[0, 5, 1]} />
<ambientLight />
{children}
</>
Expand Down

0 comments on commit 378137d

Please sign in to comment.