Skip to content

Commit

Permalink
Update three-scene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 8, 2024
1 parent 4b7a309 commit 8d4541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/three-scene.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as THREE from "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js";
import { GLTFLoader } from "./js/GLTFLoader.js"
import { GLTFLoader } from "./js/GLTFLoader.js";
// Variables globales
let scene, camera, renderer;
let cube, floor, robot;
Expand Down

0 comments on commit 8d4541d

Please sign in to comment.