We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7eed6 commit 281597dCopy full SHA for 281597d
1 file changed
docs/index.html
@@ -344,13 +344,15 @@ <h2>Controls</h2>
344
345
// Gestion du bouton "Load sample OBJ"
346
const sampleFiles = [
347
- "car.obj",
348
- "cat.obj",
349
- //"fan.obj",
350
- //"moto.obj",
351
- //"padlock.obj",
352
- "tree.obj",
353
- "gun.obj"
+ "light-car.obj",
+ "light-cat.obj",
+ "light-tree.obj",
+ "medium-gun.obj",
+ "medium-moto.obj",
+ "medium-padlock.obj",
+ "heavy-fan.obj",
354
+ "heavy-man.obj",
355
+ "ultraheavy-plane.obj"
356
];
357
358
document.getElementById('loadSampleBtn').onclick = function() {
0 commit comments