Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AneesMuzzafer authored Jan 21, 2024
1 parent 1362f25 commit d14368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class GameRenderer {
// this.controls = new FirstPersonControls(this.camera, this.renderer.domElement)
// this.controls.lookSpeed = 0.1
// this.controls.movementSpeed = 100
//

const dirLight = new THREE.DirectionalLight(0xffffe0, 0.4);
dirLight.position.set(20, 100, 10);
Expand Down

0 comments on commit d14368d

Please sign in to comment.