Go to file
Nathan Vegdahl 4988a6d1e6 Added AssemblyBuilder and got instancing working (sans testing...).
The AssemblyBuilder is responsible for collecting the data needed
to actually create an Assembly.  AssemblyBuilders are now the
only way to create an Assembly, which guarantees that Assemblies
aren't half-baked.

Also got instancing working with transforms and such.  It may not
be _really_ working because I don't have a complex test case for
it yet.  But that will come later.
2016-04-23 20:14:10 -07:00
example_scenes Added a simple example .psy file for testing purposes. 2016-03-13 13:14:11 -07:00
src Added AssemblyBuilder and got instancing working (sans testing...). 2016-04-23 20:14:10 -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 Added AssemblyBuilder and got instancing working (sans testing...). 2016-04-23 20:14:10 -07:00