Go to file
Nathan Vegdahl b58ba10f9b So the mutable aliasing in Tracer properly.
Apparently this is what UnsafeCell is for, and the code I wrote
before wasn't technically correct, even thought it worked in
practice.  Hooray for doing things properly!
2016-03-21 01:08:19 -07:00
example_scenes Added a simple example .psy file for testing purposes. 2016-03-13 13:14:11 -07:00
src So the mutable aliasing in Tracer properly. 2016-03-21 01:08:19 -07:00
.gitignore First commit. 2015-12-26 00:38:29 -08:00
Cargo.lock More work on scene parsing. 2016-03-10 23:58:19 -08:00
Cargo.toml More work on scene parsing. 2016-03-10 23:58:19 -08:00
todo.txt Moved ray tracing responsibilities to the Tracer. 2016-03-13 13:01:10 -07:00