https://github.com/willguimont/ray
https://github.com/willguimont/ray
cpp openframeworks raytracing
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willguimont/ray
- Owner: willGuimont
- Created: 2020-11-20T19:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T17:42:50.000Z (about 5 years ago)
- Last Synced: 2025-04-05T03:02:46.183Z (over 1 year ago)
- Topics: cpp, openframeworks, raytracing
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ray
Simple ray marching test
Accompagning [post](https://willguimont.github.io/cs/2021/03/16/ray-marching.html)
## Resources
[iquilezles.org](https://iquilezles.org/www/articles/distfunctions/distfunctions.htm)
[michaelwalczyk.com](https://michaelwalczyk.com/blog-ray-marching.html)