Skip to content

Commit 0011322

Browse files
committed
updates
1 parent 9ffaeae commit 0011322

13 files changed

+5406
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ data/nyc-footprints
55
data/nyc-buildings
66
data/nyc-lidar
77
plots/plots
8+
resources/data/nyc-buildings/manhattan-sorted.bin
9+
resources/data/nyc-lidar/987210.bin

package-lock.json

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"encode-object": "^0.2.2",
4444
"eslint": "^6.5.1",
4545
"fontmetrics": "^1.0.0",
46+
"frustum-intersects": "^0.2.4",
4647
"geo-3d-transform-mat4": "^1.0.0",
4748
"geo-ambient-occlusion": "^3.0.4",
4849
"geo-center": "^1.0.2",
@@ -118,13 +119,14 @@
118119
"web-audio-player": "^1.3.2"
119120
},
120121
"devDependencies": {
121-
"@webgpu/types": "^0.1.42",
122+
"@webgpu/types": "^0.1.44",
122123
"browserify": "^13.1.0",
123124
"bundle-collapser": "^1.2.1",
124125
"mkdirp": "^0.5.1",
125126
"rimraf": "^2.5.4",
126127
"simple-html-index": "^1.4.0",
127128
"tsify": "^5.0.4",
129+
"typescript": "^5.5.3",
128130
"uglify-js": "^2.7.3"
129131
},
130132
"browserify": {
Binary file not shown.
17.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)