JarrodBegnoche / graytracer

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

World #29

Closed JarrodBegnoche closed 4 years ago

JarrodBegnoche commented 4 years ago

Create the world, which will hold all the objects inside as well as other information. Also possibly add multi-threading to increase performance.