https://github.com/tyfkda/paraboloid_shadow_envmap
https://github.com/tyfkda/paraboloid_shadow_envmap
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyfkda/paraboloid_shadow_envmap
- Owner: tyfkda
- Created: 2023-11-28T07:08:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T12:05:43.000Z (over 2 years ago)
- Last Synced: 2025-03-02T20:32:31.050Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tyfkda.github.io/paraboloid_shadow_envmap/
- Size: 591 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Point Light Shadow & Envmap
===========================

ブログ記事:[【WebGPU】全方位影と映り込みと - Kludge Factory](https://tyfkda.github.io/blog/2023/11/29/paraboloid-shadow-envmap.html)

#### 動画
[](https://youtu.be/NhdNzQr6sS4)
### 参考
* ベースにするリポジトリ:[Deferred Rendering & Shadow Mapping](https://github.com/tyfkda/deferred_shadow_mapping)
* [Game Programming - Dual Paraboloid Shadow Mapping](http://gamedevelop.eu/en/tutorials/dual-paraboloid-shadow-mapping.htm)
* [t-pot『動的双放物面環境マッピング』](https://t-pot.com/program/55_dpem/index.html)