postprocessing

This commit is contained in:
2025-07-29 00:43:56 +01:00
parent 1508b3cb29
commit 8cab3ce92d
13 changed files with 69831 additions and 6 deletions

10
app/package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@types/three": "^0.178.1",
"cannon-es": "^0.20.0",
"postprocessing": "^6.37.6",
"three": "^0.178.0",
"three-good-godrays": "^0.7.1"
},
@@ -950,6 +951,15 @@
"node": "^10 || ^12 || >=14"
}
},
"node_modules/postprocessing": {
"version": "6.37.6",
"resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.37.6.tgz",
"integrity": "sha512-KrdKLf1257RkoIk3z3nhRS0aToKrX2xJgtR0lbnOQUjd+1I4GVNv1gQYsQlfRglvEXjpzrwqOA5fXfoDBimadg==",
"license": "Zlib",
"peerDependencies": {
"three": ">= 0.157.0 < 0.179.0"
}
},
"node_modules/rollup": {
"version": "4.46.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.46.1.tgz",