Many spheres with many different materials, each with their own colors, reflections and refractions. Tree spheres next to each other, each in a different material.

RAY TRACER

A simple ray tracer built in pure Go. Built following the 'Ray tracer in a weekend' book, with some twists like multithreading using goroutines and a class-less implementation. Will be adding more things like lighting and textures in the future.