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 10, 2024
1 parent 3daa1ad commit 8ae22c1
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
Expand Up @@ -2,7 +2,7 @@ import * as THREE from "three";
import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js";
import { TerrainMesh } from "../js/terrain2/TerrainMesh.js";
import { createMenu, createJoypad, createStats } from "./ui.js";
import Ammo from "https://cdn.jsdelivr.net/npm/[email protected]/builds/ammo.wasm.js";
import Ammo from "https://cdn.jsdelivr.net/npm/[email protected]/builds/ammo.js";

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

0 comments on commit 8ae22c1

Please sign in to comment.