Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnmxmx/shadowmap-fog-demo
https://github.com/mnmxmx/shadowmap-fog-demo
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnmxmx/shadowmap-fog-demo
- Owner: mnmxmx
- Created: 2018-06-07T08:43:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T16:40:16.000Z (over 6 years ago)
- Last Synced: 2024-08-01T00:53:59.233Z (3 months ago)
- Language: JavaScript
- Size: 11.4 MB
- Stars: 82
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadowmap & Fog Test
* [demo](https://mnmxmx.github.io/shadowmap-fog-demo/dst/)
* inspired by [spite - polygon-shredder](https://github.com/spite/polygon-shredder)
[](./screenshot1.png)
[](./screenshot2.png)
[](./screenshot3.png)
## Resources
* [OpenGL Shadow Mapping](https://learnopengl.com/Advanced-Lighting/Shadows/Shadow-Mapping)
* [WebGL Shadow Mapping(in Japanese)](https://wgld.org/d/webgl/w051.html)
* [WebGL Fog(in Japanese)](https://wgld.org/d/webgl/w060.html)
## Usage
* Clone repository
* Install Node.js
* Run following commands
```
npm install
npm start
```