feat: more post processing + shadow """culling"""

This commit is contained in:
Florian Sylvain
2024-03-14 04:37:50 +01:00
parent 8404527eb1
commit 5c5cae497a
5 changed files with 101 additions and 35 deletions
+3 -1
View File
@@ -14,9 +14,11 @@
"@react-three/fiber": "^8.15.19",
"@react-three/postprocessing": "^2.16.2",
"@types/three": "^0.162.0",
"postprocessing": "^6.35.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.162.0"
"three": "^0.162.0",
"three-csm": "^4.2.1"
},
"devDependencies": {
"@types/react": "^18.2.56",