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 5f54d4c commit f4824ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cuestionario.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const cameraQuiz = new THREE.PerspectiveCamera(75, window.innerWidth / window.in
const geometryQuiz = new THREE.BoxGeometry();
const materialQuiz = new THREE.MeshPhongMaterial( {

shininess: 150,
shininess: 1024,
reflectivity: 0.7,
specular: 0xffffff
});

Expand Down

0 comments on commit f4824ea

Please sign in to comment.