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 5, 2024
1 parent faeba3d commit 36c0bd4
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 @@
// Importar Three.js
import * as THREE from "https://cdn.jsdelivr.net/npm/three@0.152.0/build/three.module.js";
import * as THREE from "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.138.3/three.min.js";

// Importar OrbitControls
import { OrbitControls } from "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/controls/OrbitControls.js";
Expand Down

0 comments on commit 36c0bd4

Please sign in to comment.