@babylonjs/serializers
Advanced tools
Comparing version 4.1.0-alpha.5 to 4.1.0-alpha.6
@@ -99,6 +99,3 @@ import { IBufferView, IAccessor, INode, IMaterial, ITexture, IImage, ISampler, ImageMimeType, IMeshPrimitive, IGLTF } from "babylonjs-gltf2interface"; | ||
private _animationSampleRate; | ||
/** | ||
* Callback which specifies if a node should be exported or not | ||
*/ | ||
private _shouldExportNode; | ||
private _options; | ||
private _localEngine; | ||
@@ -290,3 +287,2 @@ _glTFMaterialExporter: _GLTFMaterialExporter; | ||
* @param nodes Babylon transform nodes | ||
* @param shouldExportNode Callback specifying if a transform node should be exported | ||
* @param binaryWriter Buffer to write binary data to | ||
@@ -293,0 +289,0 @@ * @returns Node mapping of unique id to index |
@@ -15,2 +15,8 @@ import { Node } from "@babylonjs/core/node"; | ||
/** | ||
* Function used to extract the part of node's metadata that will be exported into glTF node extras | ||
* @param metadata source metadata to read from | ||
* @returns the data to store to glTF node extras | ||
*/ | ||
metadataSelector?(metadata: any): any; | ||
/** | ||
* The sample rate to bake animation curves | ||
@@ -17,0 +23,0 @@ */ |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js serializers library is an extension you can use to serialize Babylon scenes.", | ||
"version": "4.1.0-alpha.5", | ||
"version": "4.1.0-alpha.6", | ||
"repository": { | ||
@@ -96,4 +96,4 @@ "type": "git", | ||
"dependencies": { | ||
"@babylonjs/core": "4.1.0-alpha.5", | ||
"babylonjs-gltf2interface": "4.1.0-alpha.5", | ||
"@babylonjs/core": "4.1.0-alpha.6", | ||
"babylonjs-gltf2interface": "4.1.0-alpha.6", | ||
"tslib": "^1.9.3" | ||
@@ -100,0 +100,0 @@ }, |
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 not supported yet
615455
5109
+ Added@babylonjs/core@4.1.0-alpha.6(transitive)
+ Addedbabylonjs-gltf2interface@4.1.0-alpha.6(transitive)
- Removed@babylonjs/core@4.1.0-alpha.5(transitive)
- Removedbabylonjs-gltf2interface@4.1.0-alpha.5(transitive)