@jdultra/threedtiles 6.0.1 → 6.0.2
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/README.md +10 -1
- package/package.json +1 -1
- package/src/tileset/OGC3DTile.js +0 -3
package/README.md
CHANGED
|
@@ -34,7 +34,16 @@ setInterval(function () {
|
|
|
34
34
|
}, 20);
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
The library is limmited to B3DM and glb/gltf tiles.
|
|
38
|
+
|
|
39
|
+
Here is a simple project : [Getting started](https://drive.google.com/file/d/1kJ-yfYmy8ShOMMPPXgqW2gMgGkLOIidf/view?usp=share_link)
|
|
40
|
+
|
|
41
|
+
Unzip and run :
|
|
42
|
+
|
|
43
|
+
> npm install
|
|
44
|
+
|
|
45
|
+
> npm run dev
|
|
46
|
+
|
|
38
47
|
|
|
39
48
|
## Features
|
|
40
49
|
|
package/package.json
CHANGED