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 8, 2024
1 parent 070d78a commit fc274c8
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 @@ -227,7 +227,7 @@ function handleKeyDown(event) {
}
const loader = new GLTFLoader();
const npcModels = [
'./models/npc/robotauro_walk.glb', // Ruta del primer modelo
"./models/npc/robotauro_walk.glb", // Ruta del primer modelo
// Ruta del segundo modelo
];

Expand Down

0 comments on commit fc274c8

Please sign in to comment.