From 4248361270a81222a55f9e624a441b0180d55827 Mon Sep 17 00:00:00 2001 From: Elwyn Herry <elwyn.herry7@etu.univ-lorraine.fr> Date: Sun, 16 Mar 2025 22:55:26 +0100 Subject: [PATCH] ENVIRONMENT MAP ET C'EST FINI RAAAAAAAAAAAAAH --- HERRY-M--HERRY-E/TABLO.js | 1 + HERRY-M--HERRY-E/checklistProjet.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HERRY-M--HERRY-E/TABLO.js b/HERRY-M--HERRY-E/TABLO.js index c14ab57..ad8e785 100644 --- a/HERRY-M--HERRY-E/TABLO.js +++ b/HERRY-M--HERRY-E/TABLO.js @@ -223,6 +223,7 @@ function fillScene() { ]); scene.background = textureCube; // Appliquer la skybox en arrière-plan + scene.environment = textureCube; // Appliquer la skybox comme environment map } //Brouillard diff --git a/HERRY-M--HERRY-E/checklistProjet.md b/HERRY-M--HERRY-E/checklistProjet.md index 5713b95..d936213 100644 --- a/HERRY-M--HERRY-E/checklistProjet.md +++ b/HERRY-M--HERRY-E/checklistProjet.md @@ -1,7 +1,7 @@ - [X] Esthetisme -- [ ] Mise en page de la page web -- [ ] Paragraphe(s) d'explications techniques -- [ ] Légèreté du dossier (<2Mo) +- [X] Mise en page de la page web +- [X] Paragraphe(s) d'explications techniques +- [X] Légèreté du dossier (<2Mo) - [X] Géométrie(table) - [X] Couleur(table) - [X] Transparence(verre) @@ -16,8 +16,8 @@ - [X] Texture classique(livre) - [X] Texture avec transparence (verre) - [X] Sprites -- [ ] Environment map -- [ ] Skybox +- [X] Environment map +- [X] Skybox - [X] Animations (fumée cigarette) - [X] normal maps(la nappe) - [X] Interaction par GUI (brouillard) \ No newline at end of file -- GitLab