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 06c671b commit 4e81af2
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 "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/loaders/GLTFLoader.js";
import { GLTFLoader } from "./js/GLTFLoader.js"
// Variables globales
let scene, camera, renderer;
let cube, floor;
Expand Down

0 comments on commit 4e81af2

Please sign in to comment.