From a649efd151ae46f42402cf4aca41c78e71c475a4 Mon Sep 17 00:00:00 2001 From: surrsurus Date: Tue, 4 Jun 2024 17:28:31 -0400 Subject: [PATCH] Lint --- assets/js/gallery.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/gallery.js b/assets/js/gallery.js index 27ed7af..b143e68 100644 --- a/assets/js/gallery.js +++ b/assets/js/gallery.js @@ -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)