https://github.com/ehwan/raytracing
ray tracing engine
https://github.com/ehwan/raytracing
cpp physics-based-rendering raytracer raytracing spatial-index tree-structure
Last synced: 3 months ago
JSON representation
ray tracing engine
- Host: GitHub
- URL: https://github.com/ehwan/raytracing
- Owner: ehwan
- Created: 2023-04-15T06:50:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T10:00:42.000Z (about 1 year ago)
- Last Synced: 2025-03-25T15:58:25.795Z (3 months ago)
- Topics: cpp, physics-based-rendering, raytracer, raytracing, spatial-index, tree-structure
- Language: C++
- Homepage:
- Size: 3.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayTracing
ray tracing engine## Dependencies
This project is using [Eigen3](https://eigen.tuxfamily.org/) as linear algebra, [SFML](https://github.com/SFML/SFML) for window management and [RTree](https://github.com/ehwan/RTree) for spatial indexing.## Examples
### Utah Teapot with Diffusive Reflection
9400+ triangles
### Utah Teapot with Water Refraction
### Utah Teapot with Metal Reflection
