babylonjs-loaders 6.40.0 → 6.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3924,14 +3924,6 @@ export class SPLATFileLoader implements ISceneLoaderPluginAsync, ISceneLoaderPlu
|
|
|
3924
3924
|
* @returns if the data can be loaded directly
|
|
3925
3925
|
*/
|
|
3926
3926
|
canDirectLoad(): boolean;
|
|
3927
|
-
/**
|
|
3928
|
-
* Code from https://github.com/dylanebert/gsplat.js/blob/main/src/loaders/PLYLoader.ts Under MIT license
|
|
3929
|
-
* Loads a .ply from data array buffer
|
|
3930
|
-
* if data array buffer is not ply, returns the original buffer
|
|
3931
|
-
* @param data the data to load
|
|
3932
|
-
* @returns the loaded buffer
|
|
3933
|
-
*/
|
|
3934
|
-
private _loadPLY;
|
|
3935
3927
|
/**
|
|
3936
3928
|
* Imports from the loaded gaussian splatting data and adds them to the scene
|
|
3937
3929
|
* @param _meshesNames a string or array of strings of the mesh names that should be loaded from the file
|
|
@@ -7900,14 +7892,6 @@ declare module BABYLON {
|
|
|
7900
7892
|
* @returns if the data can be loaded directly
|
|
7901
7893
|
*/
|
|
7902
7894
|
canDirectLoad(): boolean;
|
|
7903
|
-
/**
|
|
7904
|
-
* Code from https://github.com/dylanebert/gsplat.js/blob/main/src/loaders/PLYLoader.ts Under MIT license
|
|
7905
|
-
* Loads a .ply from data array buffer
|
|
7906
|
-
* if data array buffer is not ply, returns the original buffer
|
|
7907
|
-
* @param data the data to load
|
|
7908
|
-
* @returns the loaded buffer
|
|
7909
|
-
*/
|
|
7910
|
-
private _loadPLY;
|
|
7911
7895
|
/**
|
|
7912
7896
|
* Imports from the loaded gaussian splatting data and adds them to the scene
|
|
7913
7897
|
* @param _meshesNames a string or array of strings of the mesh names that should be loaded from the file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-loaders",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.41.1",
|
|
4
4
|
"main": "babylonjs.loaders.js",
|
|
5
5
|
"types": "babylonjs.loaders.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.loaders.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^6.
|
|
19
|
-
"babylonjs-gltf2interface": "^6.
|
|
18
|
+
"babylonjs": "^6.41.1",
|
|
19
|
+
"babylonjs-gltf2interface": "^6.41.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@dev/build-tools": "1.0.0",
|