@loaders.gl/potree 4.0.0-alpha.6 → 4.0.0-alpha.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/LICENSE +1 -5
- package/dist/es5/potree-loader.js +1 -1
- package/dist/esm/potree-loader.js +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
============
|
|
3
2
|
== POTREE ==
|
|
4
|
-
============
|
|
5
3
|
|
|
6
4
|
http://potree.org
|
|
7
5
|
|
|
@@ -13,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
|
|
|
13
11
|
|
|
14
12
|
1. Redistributions of source code must retain the above copyright notice, this
|
|
15
13
|
list of conditions and the following disclaimer.
|
|
16
|
-
|
|
14
|
+
1. Redistributions in binary form must reproduce the above copyright notice,
|
|
17
15
|
this list of conditions and the following disclaimer in the documentation
|
|
18
16
|
and/or other materials provided with the distribution.
|
|
19
17
|
|
|
@@ -33,9 +31,7 @@ of the authors and should not be interpreted as representing official policies,
|
|
|
33
31
|
either expressed or implied, of the FreeBSD Project.
|
|
34
32
|
|
|
35
33
|
|
|
36
|
-
=====================
|
|
37
34
|
== PLASIO / LASLAZ ==
|
|
38
|
-
=====================
|
|
39
35
|
|
|
40
36
|
http://plas.io/
|
|
41
37
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.PotreeLoader = void 0;
|
|
7
|
-
var VERSION = typeof "4.0.0-alpha.
|
|
7
|
+
var VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
|
|
8
8
|
var PotreeLoader = {
|
|
9
9
|
name: 'potree',
|
|
10
10
|
id: 'potree',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/potree",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.7",
|
|
4
4
|
"description": "potree loaders for large point clouds.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@loaders.gl/math": "4.0.0-alpha.
|
|
38
|
+
"@loaders.gl/math": "4.0.0-alpha.7",
|
|
39
39
|
"@math.gl/core": "^3.5.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "afb59c4d8e5d8ebb9c28f111cb0c96c5527d0ffd"
|
|
42
42
|
}
|