Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.