babylonjs-serializers
Advanced tools
Comparing version 7.41.0 to 7.41.1
@@ -445,6 +445,11 @@ | ||
* Processes a node to be exported to the glTF file | ||
* @returns A promise that resolves with the node index when the processing is complete, or null if the node should not be exported | ||
* @returns A promise that resolves once the node has been exported | ||
* @internal | ||
*/ | ||
private _exportNodeAsync; | ||
/** | ||
* Creates a glTF node from a Babylon.js node. If skipped, returns null. | ||
* @internal | ||
*/ | ||
private _createNodeAsync; | ||
private _exportIndices; | ||
@@ -451,0 +456,0 @@ private _exportVertexBuffer; |
{ | ||
"name": "babylonjs-serializers", | ||
"version": "7.41.0", | ||
"version": "7.41.1", | ||
"main": "babylonjs.serializers.js", | ||
@@ -18,4 +18,4 @@ "types": "babylonjs.serializers.module.d.ts", | ||
"dependencies": { | ||
"babylonjs": "^7.41.0", | ||
"babylonjs-gltf2interface": "^7.41.0" | ||
"babylonjs": "^7.41.1", | ||
"babylonjs-gltf2interface": "^7.41.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3304677
19229
Updatedbabylonjs@^7.41.1