soonspacejs 2.4.6 → 2.4.7
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.
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).SoonSpace=t()}(this,(function(){"use strict";var e="soonspacejs",t="2.4.
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).SoonSpace=t()}(this,(function(){"use strict";var e="soonspacejs",t="2.4.7",n=!1;
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2010-2022 Three.js Authors
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soonspacejs",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.7",
|
|
4
4
|
"homepage": "http://www.xwbuilders.com:8800/",
|
|
5
5
|
"description": "soonspacejs 2.x",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"@tweenjs/tween.js": "^18.6.4",
|
|
26
26
|
"@types/three": "0.141.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "7e7fb9c14b3d1c93c5365cd517b423cf0a1417c8"
|
|
29
29
|
}
|
|
@@ -4,10 +4,10 @@ declare global {
|
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
export declare const dracoCompress: (compressBuffer: ArrayBuffer) => Promise<{
|
|
7
|
-
position: Uint32Array | Float32Array | Int8Array |
|
|
8
|
-
normal: Uint32Array | Float32Array | Int8Array |
|
|
9
|
-
color: Uint32Array | Float32Array | Int8Array |
|
|
10
|
-
texcoord: Uint32Array | Float32Array | Int8Array |
|
|
7
|
+
position: Uint8Array | Uint32Array | Float32Array | Int8Array | Int16Array | Int32Array | Uint16Array;
|
|
8
|
+
normal: Uint8Array | Uint32Array | Float32Array | Int8Array | Int16Array | Int32Array | Uint16Array;
|
|
9
|
+
color: Uint8Array | Uint32Array | Float32Array | Int8Array | Int16Array | Int32Array | Uint16Array;
|
|
10
|
+
texcoord: Uint8Array | Uint32Array | Float32Array | Int8Array | Int16Array | Int32Array | Uint16Array;
|
|
11
11
|
indice: Uint32Array;
|
|
12
12
|
sub_mesh: {
|
|
13
13
|
start: number;
|