Skip to content

Commit

Permalink
Move spotlight slightly back
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Feb 24, 2024
1 parent a7cdf7e commit 104e139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/scene-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class SceneManager {

const spotLight = new THREE.SpotLight('#ffffff');
spotLight.position.y = 300;
spotLight.position.z = 30;
spotLight.position.z = 40;
spotLight.decay = 0;
spotLight.intensity = 1 * Math.PI;
this.scene.add(spotLight);
Expand Down

0 comments on commit 104e139

Please sign in to comment.