Skip to content

Commit

Permalink
new light
Browse files Browse the repository at this point in the history
  • Loading branch information
mbodge committed Sep 27, 2024
1 parent 6866af6 commit 2935114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/ThreeHero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function EnvironmentSetup() {
rotation-x={Math.PI / 2}
position={[5, 5, -3]}
scale={4}
color={blue}
color={'white'}
/>
<Lightformer
form="circle"
Expand All @@ -159,7 +159,7 @@ function EnvironmentSetup() {
/>
<Lightformer
form="ring"
color={blue}
color={'white'}
intensity={10}
onUpdate={(self) => self.lookAt(0, 0, 0)}
position={[10, 10, 0]}
Expand Down Expand Up @@ -499,7 +499,7 @@ function Pointer({ vec = new THREE.Vector3() }) {
<BallCollider args={[2]} />
</RigidBody>

<directionalLight ref={light} position={[0, 0, 10]} intensity={18} color={blue} />
<directionalLight ref={light} position={[0, 0, 10]} intensity={21} color={blue} />
</>
);
}

0 comments on commit 2935114

Please sign in to comment.