Skip to content

Commit

Permalink
Update cuestionario.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 4, 2024
1 parent 69be2ba commit 410a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuestionario.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const cameraQuiz = new THREE.PerspectiveCamera(75, window.innerWidth / window.in

// Crear un cubo diferente para la escena del cuestionario
const geometryQuiz = new THREE.BoxGeometry();
geometryQuiz.position.y = 1;
geometryQuiz.position.x += 1;
const materialQuiz = new THREE.MeshPhongMaterial( {

shininess: 1024,
Expand Down

0 comments on commit 410a09a

Please sign in to comment.