Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 6, 2024
1 parent a17e30a commit 51fdbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/aquarium/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import turtleModel from './model_52a_-_kemps_ridley_sea_turtle_no_id-transformed
export default function App({ spheres }) {
return (
<Canvas shadows camera={{ position: [30, 0, -3], fov: 35, near: 1, far: 50 }} gl={{ stencil: true }}>
<color attach="background" args={['yellow']} />
<color attach="background" args={['#c6e5db']} />
{/** Glass aquarium */}
<Aquarium position={[0, 0.25, 0]}>
<Float rotationIntensity={2} floatIntensity={10} speed={2}>
Expand Down

0 comments on commit 51fdbc6

Please sign in to comment.