JarrodBegnoche / graytracer

Basic raytracer written in Go
MIT License
3 stars 1 forks source link

World #30

Closed JarrodBegnoche closed 4 years ago

JarrodBegnoche commented 4 years ago

Fixes #29

Added world object that holds shapes and lights. Moved some of the calculations around. Added multithreading with goroutines and channels, along with a mutex for the img creation.