This commit is contained in:
Pierrelech
2026-06-01 16:07:40 +02:00
parent fa426e49f5
commit 3a1eb09fda
20 changed files with 6 additions and 3 deletions
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://sketchfab.com/3d-models/belle-rose-58ca4e20039347e8a2d687342c2e3c80
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://sketchfab.com/3d-models/florida-ae27fe36305c4846bd1bbbc88d0906e6
Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

+2 -3
View File
@@ -25,13 +25,12 @@ La mission a été conduite de manière autonome, sans cahier des charges initia
│ ├── Scenes/ # 6 scènes Unity (une par période historique)
│ ├── Scripts/
│ │ ├── Framework/ # NarrationSegmentSO, NarrationSequenceSO, SceneNarrationDirector
│ │ └── Interactions/ # Systèmes de déplacement et interactions joueur
│ │ └── Autre/ # Autre
│ ├── Prefabs/ # Préfabriqués réutilisables
│ ├── Audio/ # Voix off et ambiances sonores
│ └── Materials/ # Matériaux et textures 3D
├── docs/
│ ├── rapport/ # Rapport de stage (PDF)
│ └── documentation/ # Documentation technique pour reprise du projet
├── 3DModels/
└── README.md
```