Skip to content

Commit

Permalink
Update ground.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 9, 2024
1 parent 8ed618c commit 8b10275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ground.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function createFloor() {
});

// Crear geometría del terreno
const floorGeometry = new THREE.PlaneGeometry(400, 400, 2048, 2048); // Segmentos altos para un desplazamiento suave
const floorGeometry = new THREE.PlaneGeometry(400, 400, 2157, 2244); // Segmentos altos para un desplazamiento suave

// Crear la malla
const floor = new THREE.Mesh(floorGeometry, floorMaterial);
Expand Down

0 comments on commit 8b10275

Please sign in to comment.