From ffe5c028c138e2aa8bc19117a737edd78eff24fb Mon Sep 17 00:00:00 2001 From: Nguyen Quang-Liem <quang-liem.nguyen7@etu.univ-lorraine.fr> Date: Sun, 16 Mar 2025 20:29:10 +0000 Subject: [PATCH] Replace source.js --- NGUYEN-RALLI-VINCENT/source.js | 1 - 1 file changed, 1 deletion(-) diff --git a/NGUYEN-RALLI-VINCENT/source.js b/NGUYEN-RALLI-VINCENT/source.js index d6589f0..71b1387 100644 --- a/NGUYEN-RALLI-VINCENT/source.js +++ b/NGUYEN-RALLI-VINCENT/source.js @@ -10,7 +10,6 @@ import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'; window.scene = new THREE.Scene(); -import { Coordinates } from './lib/Coordinates.js'; import { Stats } from './lib/stats.min.js'; var camera, renderer, stats; var cameraControls, effectController; -- GitLab