@gltf-transform/extensions
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -37,6 +37,6 @@ import { Extension, PropertyType, ReaderContext, WriterContext } from '@gltf-transform/core'; | ||
* compress the image data first, then pass the `.ktx2` payload to {@link Texture.setImage}. The | ||
* glTF-Transform CLI has functions to help with this, or any similar KTX2-capable | ||
* glTF Transform CLI has functions to help with this, or any similar KTX2-capable | ||
* utility will work. | ||
* | ||
* When the `KHR_texture_basisu` extension is added to a file by glTF-Transform, the extension | ||
* When the `KHR_texture_basisu` extension is added to a file by glTF Transform, the extension | ||
* should always be required. This tool does not support writing assets that "fall back" to optional | ||
@@ -43,0 +43,0 @@ * PNG or JPEG image data. |
{ | ||
"name": "@gltf-transform/extensions", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -38,3 +38,3 @@ "homepage": "https://gltf-transform.dev/extensions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^3.4.2", | ||
"@gltf-transform/core": "^3.4.3", | ||
"ktx-parse": "^0.5.0" | ||
@@ -48,3 +48,3 @@ }, | ||
], | ||
"gitHead": "af29fb35bad5b7996828206a5797ddabecb259d9" | ||
"gitHead": "701a51849636e2cf9c2d10e0f3faf13b4a808352" | ||
} |
@@ -7,3 +7,3 @@ # @gltf-transform/extensions | ||
Part of the glTF-Transform project. | ||
Part of the glTF Transform project. | ||
@@ -10,0 +10,0 @@ - GitHub: https://github.com/donmccurdy/glTF-Transform |
@@ -108,6 +108,6 @@ import { read as readKTX, KHR_DF_MODEL_ETC1S, KHR_DF_MODEL_UASTC } from 'ktx-parse'; | ||
* compress the image data first, then pass the `.ktx2` payload to {@link Texture.setImage}. The | ||
* glTF-Transform CLI has functions to help with this, or any similar KTX2-capable | ||
* glTF Transform CLI has functions to help with this, or any similar KTX2-capable | ||
* utility will work. | ||
* | ||
* When the `KHR_texture_basisu` extension is added to a file by glTF-Transform, the extension | ||
* When the `KHR_texture_basisu` extension is added to a file by glTF Transform, the extension | ||
* should always be required. This tool does not support writing assets that "fall back" to optional | ||
@@ -114,0 +114,0 @@ * PNG or JPEG image data. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1109240
Updated@gltf-transform/core@^3.4.3