Просмотр исходного кода

Examples: Add textured assets to `webgl_loader_fbx`. (#31057)

* add fbx with texture sample

* add screenshot

* merge example
tatsuya-ogawa 11 месяцев назад
Родитель
Сommit
a1224dbcad

BIN
examples/models/fbx/monkey.fbm/UVTexture.png


BIN
examples/models/fbx/monkey.fbx


BIN
examples/models/fbx/monkey_embedded_texture.fbx


+ 3 - 1
examples/webgl_loader_fbx.html

@@ -45,7 +45,9 @@
 
 			const assets = [
 				'Samba Dancing',
-				'morph_test'
+				'morph_test',
+				'monkey',
+				'monkey_embedded_texture'
 			];
 
 

粤ICP备19079148号