@gltf-transform/core
Advanced tools
Comparing version 3.8.0 to 3.9.0
@@ -84,5 +84,5 @@ import { Nullable, PropertyType } from '../constants.js'; | ||
*/ | ||
/** Lists all {@link Extension} properties enabled for this root. */ | ||
/** Lists all {@link Extension Extensions} enabled for this root. */ | ||
listExtensionsUsed(): Extension[]; | ||
/** Lists all {@link Extension} properties enabled and required for this root. */ | ||
/** Lists all {@link Extension Extensions} enabled and required for this root. */ | ||
listExtensionsRequired(): Extension[]; | ||
@@ -89,0 +89,0 @@ /********************************************************************************************** |
{ | ||
"name": "@gltf-transform/core", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -55,3 +55,3 @@ "homepage": "https://gltf-transform.dev/", | ||
}, | ||
"gitHead": "94ea01f4c998c85cb25d56a057f7326d36a81786" | ||
"gitHead": "96b77d94254e199c84307875e77399f8bb1fbf41" | ||
} |
@@ -53,3 +53,3 @@ import { multiply } from 'gl-matrix/mat4'; | ||
/** | ||
* Internal reference to ≤1 parent Nodes, omitted from {@link Graph}. | ||
* Internal reference to <=1 parent Nodes, omitted from {@link Graph}. | ||
* @internal | ||
@@ -56,0 +56,0 @@ * @privateRemarks Requires non-graph state. |
@@ -174,3 +174,3 @@ import { Nullable, PropertyType, VERSION } from '../constants.js'; | ||
/** Lists all {@link Extension} properties enabled for this root. */ | ||
/** Lists all {@link Extension Extensions} enabled for this root. */ | ||
public listExtensionsUsed(): Extension[] { | ||
@@ -180,3 +180,3 @@ return Array.from(this._extensions); | ||
/** Lists all {@link Extension} properties enabled and required for this root. */ | ||
/** Lists all {@link Extension Extensions} enabled and required for this root. */ | ||
public listExtensionsRequired(): Extension[] { | ||
@@ -183,0 +183,0 @@ return this.listExtensionsUsed().filter((extension) => extension.isRequired()); |
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
1523516