@gltf-transform/functions
Advanced tools
Comparing version 4.0.4 to 4.0.7
@@ -50,3 +50,3 @@ import { Primitive, Transform } from '@gltf-transform/core'; | ||
* await document.transform( | ||
* weld({ tolerance: 0.0001 }), | ||
* weld({}), | ||
* simplify({ simplifier: MeshoptSimplifier, ratio: 0.75, error: 0.001 }) | ||
@@ -53,0 +53,0 @@ * ); |
{ | ||
"name": "@gltf-transform/functions", | ||
"version": "4.0.4", | ||
"version": "4.0.7", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -38,4 +38,4 @@ "homepage": "https://gltf-transform.dev/functions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^4.0.4", | ||
"@gltf-transform/extensions": "^4.0.4", | ||
"@gltf-transform/core": "^4.0.7", | ||
"@gltf-transform/extensions": "^4.0.7", | ||
"ktx-parse": "^0.7.0", | ||
@@ -57,3 +57,3 @@ "ndarray": "^1.0.19", | ||
}, | ||
"gitHead": "5f0e85f208498ad458eb7b12a99c1bea4dc0f27b" | ||
"gitHead": "895b70777fda68aa321358d17dab2105e8564d08" | ||
} |
@@ -79,3 +79,3 @@ import { Document, Primitive, PropertyType, Transform } from '@gltf-transform/core'; | ||
* await document.transform( | ||
* weld({ tolerance: 0.0001 }), | ||
* weld({}), | ||
* simplify({ simplifier: MeshoptSimplifier, ratio: 0.75, error: 0.001 }) | ||
@@ -82,0 +82,0 @@ * ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2143065