add interactive 3D sample animated by threejs

This commit is contained in:
isUnknown 2024-09-23 18:34:02 +02:00
parent ee4e6adf06
commit 32dc56f9dd
17 changed files with 165 additions and 26 deletions

6
package-lock.json generated
View file

@ -13,6 +13,7 @@
"pinia": "^2.1.7",
"primevue": "^4.0.6",
"slugify": "^1.6.6",
"three": "^0.168.0",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
@ -1061,6 +1062,11 @@
"node": ">=0.10.0"
}
},
"node_modules/three": {
"version": "0.168.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.168.0.tgz",
"integrity": "sha512-6m6jXtDwMJEK/GGMbAOTSAmxNdzKvvBzgd7q8bE/7Tr6m7PaBh5kKLrN7faWtlglXbzj7sVba48Idwx+NRsZXw=="
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",