Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
surrsurus committed Jun 4, 2024
1 parent 70db6da commit a649efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const axesHelper = new THREE.AxesHelper();
const fpsMeter = new Stats();
const camera_rig = new CameraRig();
const camera_offset = new THREE.Vector3(0, 0.3, -1);
const mainLight = new Light(new THREE.Vector3(0, 5, -10), 0xffffff, 500); // main light in the scene

new Light(new THREE.Vector3(0, 5, -10), 0xffffff, 500); // main light in the scene

// Turns light on over time, disabled because there's no point right now
// const brightenLight = new TWEEN.Tween(mainLight.drawable)
Expand Down

0 comments on commit a649efd

Please sign in to comment.