Skip to content

Commit 3132e68

Browse files
committed
Update to three.js 0.66.2, ref max-mapperGH-74
Required update to voxel-mesh: deathcap/voxel-mesh@b170a0f Replace Face4 with two Face3s, for three.js
1 parent 55c05c6 commit 3132e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"voxel": "git://github.com/deathcap/voxel.git#4ce16e8b8d10362a0114483c21cc66777f5702f2",
16-
"voxel-mesh": "git://github.com/deathcap/voxel-mesh.git#6a881552c2281648a8ad8f50e6dd71ff610ef770",
16+
"voxel-mesh": "git://github.com/deathcap/voxel-mesh.git#b170a0f18977fb8eac571d445e9522fd6073a63d",
1717
"voxel-view": "git://github.com/deathcap/voxel-view.git#be8a36643ddc5de42c8506d6372510c16665f57c",
1818
"voxel-raycast": "0.2.1",
1919
"voxel-control": "git://github.com/deathcap/voxel-control.git#44540136f963b7aa0dda1363b837540e6b6bcb1e",
@@ -22,7 +22,7 @@
2222
"voxel-physical": "git://github.com/deathcap/voxel-physical.git#4deb6d93aca18aa8b12a813aedd457a451eec2bd",
2323
"voxel-region-change": "0.1.0",
2424
"raf": "0.0.1",
25-
"three": "0.58.10",
25+
"three": "0.66.2",
2626
"pin-it": "0.0.1",
2727
"aabb-3d": "0.0.0",
2828
"inherits": "1.0.0",

0 commit comments

Comments
 (0)