https://github.com/tyfkda/deferred_shadow_mapping
https://github.com/tyfkda/deferred_shadow_mapping
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyfkda/deferred_shadow_mapping
- Owner: tyfkda
- Created: 2023-11-09T05:44:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T07:09:56.000Z (over 2 years ago)
- Last Synced: 2025-01-13T07:40:52.920Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tyfkda.github.io/deferred_shadow_mapping/
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deferred Rendering & Shadow Mapping
===================================

ブログ記事:[【WebGPU】Deferred RenderingとShadow Mappingと - Kludge Factory](https://tyfkda.github.io/blog/2023/11/09/deferred-rendering-webgpu-sample.html)
### 参考
* WebGPU Samples:
* [Deferred Rendering](https://webgpu.github.io/webgpu-samples/samples/deferredRendering)
* [Shadow Mapping](https://webgpu.github.io/webgpu-samples/samples/shadowMapping)