diff --git a/js/three-scene.js b/js/three-scene.js index b3cbf3c1..8a747f8a 100644 --- a/js/three-scene.js +++ b/js/three-scene.js @@ -1,5 +1,6 @@ import * as THREE from "three"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; +import { TerrainMesh } from "../terrain2/TerrainMesh"; import { createMenu, createJoypad, createStats } from "./ui.js"; // Importar funciones de interfaz import { createFloor } from "./ground.js"; // Importar la funciĆ³n para crear el suelo