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 410a09a commit fd6473b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuestionario.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const materialQuiz = new THREE.MeshPhongMaterial( {
// red (can also use a CSS color
// Color inicial: naranja
const cubeQuiz = new THREE.Mesh(geometryQuiz, materialQuiz);
cubeQuiz.position.x += 1;
sceneQuiz.add(cubeQuiz);

cameraQuiz.position.z = 5;
Expand Down

0 comments on commit fd6473b

Please sign in to comment.