Skip to content

Commit 76572cb

Browse files
Examples: Add textured assets to webgl_loader_fbx(cleanup fbx). (#31117)
* Revert "Revert "Examples: Add textured assets to `webgl_loader_fbx`. (#31057)" (#31067)" This reverts commit 8c66673. * update model to clean mesh
1 parent a593f54 commit 76572cb

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
268 KB
Loading

examples/models/fbx/monkey.fbx

43.8 KB
Binary file not shown.
Binary file not shown.

examples/webgl_loader_fbx.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545

4646
const assets = [
4747
'Samba Dancing',
48-
'morph_test'
48+
'morph_test',
49+
'monkey',
50+
'monkey_embedded_texture'
4951
];
5052

5153

0 commit comments

Comments
 (0)