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 9, 2024
1 parent 07e3a76 commit a0f5035
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,7 +1,7 @@
import * as THREE from "three";
import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js";
import { createMenu, createJoypad } from "./ui.js"; // Importar funciones de interfaz
import ProceduralTerrain from "./ground.js"; // Importar la clase para crear el terreno procedural
import proceduralTerrain from "./ground.js"; // Importar la clase para crear el terreno procedural

let scene, camera, renderer, cube, terrain, robot, light, mixer;
let speed = 0.02; // Velocidad inicial
Expand Down

0 comments on commit a0f5035

Please sign in to comment.