https://github.com/and2797/raytracing
Experiments with raytracing
https://github.com/and2797/raytracing
Last synced: about 1 month ago
JSON representation
Experiments with raytracing
- Host: GitHub
- URL: https://github.com/and2797/raytracing
- Owner: AND2797
- Created: 2020-07-30T03:42:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T18:49:25.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T04:30:27.233Z (over 1 year ago)
- Language: C++
- Size: 364 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracing
Experiments with raytracing
Implementation of a raytracer in Python and C++
## Results

## Features
- [ ] Geometric Shapes
- [X] Ray - Sphere (Both)
- [ ] Ray - Cylinder
- [ ] Ray - Cone
- [ ] Ray - Cube
- [X] Phong - Blinn Shading (Both)
- [X] Lambert Shading (Both)
- [X] Reflections
- [ ] Refraction
- [ ] Shadows
- [X] Supersampling AA (Only Python)
- [ ] Multisampling AA
- [ ] Multithreaded Raytracing