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 0d01092 commit faeba3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/three-scene.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Importar Three.js
import * as THREE from "https://cdn.jsdelivr.net/npm/three@0.168.0/build/three.module.js";
import * as THREE from "https://cdn.jsdelivr.net/npm/three@0.152.0/build/three.module.js";

// Importar OrbitControls
import { OrbitControls } from "https://cdn.jsdelivr.net/npm/three@0.168.0/examples/jsm/controls/OrbitControls.js";
import { OrbitControls } from "https://cdn.jsdelivr.net/npm/three@0.152.0/examples/jsm/controls/OrbitControls.js";

// Importar la base de datos para actualizar estadísticas
import { database } from "./firebase-config.js";
Expand Down

0 comments on commit faeba3d

Please sign in to comment.