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

Update GLTFExporter.js

Add `EXT_texture_webp` to list of supported extensions.
Michael Herzog 1 месяц назад
Родитель
Сommit
0106771d67
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/jsm/exporters/GLTFExporter.js

+ 1 - 0
examples/jsm/exporters/GLTFExporter.js

@@ -88,6 +88,7 @@ const KHR_mesh_quantization_ExtraAttrTypes = {
  * - KHR_texture_transform
  * - EXT_materials_bump
  * - EXT_mesh_gpu_instancing
+ * - EXT_texture_webp
  *
  * The following glTF 2.0 extension is supported by an external user plugin:
  *

粤ICP备19079148号