Skip to content

Commit 0106771

Browse files
authored
Update GLTFExporter.js
Add `EXT_texture_webp` to list of supported extensions.
1 parent d05aedd commit 0106771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/jsm/exporters/GLTFExporter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const KHR_mesh_quantization_ExtraAttrTypes = {
8888
* - KHR_texture_transform
8989
* - EXT_materials_bump
9090
* - EXT_mesh_gpu_instancing
91+
* - EXT_texture_webp
9192
*
9293
* The following glTF 2.0 extension is supported by an external user plugin:
9394
*

0 commit comments

Comments
 (0)