Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datamine/raytracer
Raytracer for Spheres and Cubes
https://github.com/datamine/raytracer
Last synced: 7 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T09:00:26.000Z (about 8 years ago)
- Last Synced: 2024-12-03T15:31:57.317Z (24 days ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- 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.