Commit 8cccca7
authored
WebGPURenderer: Introduce Shadow Map Array (#30830)
* WebGPURenderer: Introduce Shadow Map Array
* WebGPURenderer: Introduce Shadow Map Array
* fixes
* cleanup
* fix webgl backend
* works on both windows & macos so ignore puppeteer failing
* cannot optimize fbo with redformat or it breaks transparent shadows
* Add TileShadowNodeHelper.js
* improved example
* Introduce FrustumArray: Fix CameraArray frustum culling
* cleanup
* cleanup
* more cleanup
* Add FrustumArray to Core
* feedbacks
* fix formatting issues
* fix CI
* fix volume example
* add needsUpdate support and fix light shadow clone missing properties
* reduce gc
* cleanup
* js-docs
* rename
* Update ShadowNode.js
---------1 parent e062392 commit 8cccca7
File tree
31 files changed
+2499
-400
lines changed- examples
- jsm/tsl/shadows
- screenshots
- src
- lights
- math
- nodes
- accessors
- core
- lighting
- objects
- renderers
- common
- webgl-fallback
- nodes
- utils
- webgpu
- nodes
- utils
- textures
- test/e2e
31 files changed
+2499
-400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
0 commit comments