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 fd6473b commit cbf544a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cuestionario.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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.x += 1;
const materialQuiz = new THREE.MeshPhongMaterial( {

shininess: 1024,
Expand Down Expand Up @@ -46,7 +45,7 @@ quizContainer.innerHTML = `
<button type="submit">Calcular Color</button>
</form>
`;
quizContainer.style.display = 'none';
quizContainer.style.display = 'block';
document.body.appendChild(quizContainer);

// Función para generar las 20 preguntas dinámicamente
Expand Down

0 comments on commit cbf544a

Please sign in to comment.