Skip to content

Commit 281597d

Browse files
authored
Update index.html
1 parent 3c7eed6 commit 281597d

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,15 @@ <h2>Controls</h2>
344344

345345
// Gestion du bouton "Load sample OBJ"
346346
const sampleFiles = [
347-
"car.obj",
348-
"cat.obj",
349-
//"fan.obj",
350-
//"moto.obj",
351-
//"padlock.obj",
352-
"tree.obj",
353-
"gun.obj"
347+
"light-car.obj",
348+
"light-cat.obj",
349+
"light-tree.obj",
350+
"medium-gun.obj",
351+
"medium-moto.obj",
352+
"medium-padlock.obj",
353+
"heavy-fan.obj",
354+
"heavy-man.obj",
355+
"ultraheavy-plane.obj"
354356
];
355357

356358
document.getElementById('loadSampleBtn').onclick = function() {

0 commit comments

Comments
 (0)