Skip to content

Commit a1224db

Browse files
Examples: Add textured assets to webgl_loader_fbx. (mrdoob#31057)
* add fbx with texture sample * add screenshot * merge example
1 parent 4b29a47 commit a1224db

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
268 KB
Loading

examples/models/fbx/monkey.fbx

55.1 KB
Binary file not shown.
Binary file not shown.

examples/webgl_loader_fbx.html

+3-1
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)