Procházet zdrojové kódy

Update GLTFExporter.js

Add `EXT_texture_webp` to list of supported extensions.
Michael Herzog před 2 měsíci
rodič
revize
0106771d67
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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号