- throttling threejs animation in main.js

- use Group class instead of Object3D for touchMeshes and displayMeshes in Selection.js
- npm updates
This commit is contained in:
Arno Kaimbacher 2021-03-09 16:18:30 +01:00
parent dfec6b542b
commit 91e43173e5
5 changed files with 150 additions and 140 deletions

View file

@ -5,6 +5,7 @@
"main": "dist/main.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"proj4": "^2.6.3",
"three": "^0.126.0"