added god rays

This commit is contained in:
2025-07-29 00:15:57 +01:00
parent 51427294da
commit 1508b3cb29
20 changed files with 2436 additions and 3 deletions

15
app/package-lock.json generated
View File

@@ -10,7 +10,8 @@
"dependencies": {
"@types/three": "^0.178.1",
"cannon-es": "^0.20.0",
"three": "^0.178.0"
"three": "^0.178.0",
"three-good-godrays": "^0.7.1"
},
"devDependencies": {
"typescript": "~5.8.3",
@@ -1005,6 +1006,18 @@
"integrity": "sha512-ybFIB0+x8mz0wnZgSGy2MO/WCO6xZhQSZnmfytSPyNpM0sBafGRVhdaj+erYh5U+RhQOAg/eXqw5uVDiM2BjhQ==",
"license": "MIT"
},
"node_modules/three-good-godrays": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/three-good-godrays/-/three-good-godrays-0.7.1.tgz",
"integrity": "sha512-VeaJlcWozjKPm2FgiHXPDTVmGxYr89arRYJlyLmJvLr+C+2OVm1RPsHcdXyRU4IPT33EQUfSuFBtL/z2lNqXAw==",
"engines": {
"node": ">= 0.13.2"
},
"peerDependencies": {
"postprocessing": "^6.33.4",
"three": ">= 0.125.0 <= 0.167.0"
}
},
"node_modules/tinyglobby": {
"version": "0.2.14",
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",