https://github.com/datamine/raytracer
Raytracer for Spheres and Cubes
https://github.com/datamine/raytracer
Last synced: 8 months ago
JSON representation
Raytracer for Spheres and Cubes
- Host: GitHub
- URL: https://github.com/datamine/raytracer
- Owner: Datamine
- Created: 2016-03-11T10:08:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T09:00:26.000Z (about 9 years ago)
- Last Synced: 2025-03-12T13:29:36.280Z (11 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracer
**Note: this project is currently unfinished. The sphere raytracer is perfectly functional, but the cube raytracer is not. I will return to this when I have time.**
This is an implementation of a ray tracer for spheres and cubes. I'm writing it so I can randomly generate spheres and non-axis aligned cubes so that I can feed it into a perceptron for classification.
This is a rewrite of a general polygonal raytracer that I built a long time ago.