@gltf-transform/functions
Advanced tools
Comparing version 3.4.5 to 3.4.6
@@ -22,3 +22,3 @@ import type { Transform } from '@gltf-transform/core'; | ||
* await document.transform( | ||
* vertexColorspace({ inputColorSpace: 'srgb' }) | ||
* vertexColorSpace({ inputColorSpace: 'srgb' }) | ||
* ); | ||
@@ -25,0 +25,0 @@ * ``` |
{ | ||
"name": "@gltf-transform/functions", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -38,4 +38,4 @@ "homepage": "https://gltf-transform.dev/functions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^3.4.5", | ||
"@gltf-transform/extensions": "^3.4.5", | ||
"@gltf-transform/core": "^3.4.6", | ||
"@gltf-transform/extensions": "^3.4.6", | ||
"ktx-parse": "^0.5.0", | ||
@@ -56,3 +56,3 @@ "ndarray": "^1.0.19", | ||
}, | ||
"gitHead": "66dded6547d078b3fceba2d2dc7624bd10e9b2ec" | ||
"gitHead": "ef36bee93cd111dd45b6ce13f65d4f662c487a9e" | ||
} |
@@ -373,3 +373,3 @@ import { | ||
const visitedNodes = new Set<Property>(); | ||
const edgeQueue = graph.listChildEdges(prop); | ||
const edgeQueue = graph.listParentEdges(prop); | ||
@@ -376,0 +376,0 @@ // Search dependency subtree for 'modifyChild' attribute. |
@@ -28,3 +28,3 @@ import type { Accessor, Document, Primitive, Transform, vec3 } from '@gltf-transform/core'; | ||
* await document.transform( | ||
* vertexColorspace({ inputColorSpace: 'srgb' }) | ||
* vertexColorSpace({ inputColorSpace: 'srgb' }) | ||
* ); | ||
@@ -31,0 +31,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 not supported yet
Sorry, the diff of this file is too big to display
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
1347153