Go to file
Nathan Vegdahl 13ee6066b8 PsychoBlend: further preformance improvements, and minor fixes.
All scene data collection is now done in a single sweep of frame
changing.  Previous commits were already working towards this, and
but now it's done.  Yay!

Over-all, switching to this approach gives huge speed boosts on
large scenes with animation, rigs, dependencies, etc.  For such
scenes, frame changing is very expensive.
2017-06-10 16:11:28 -07:00
example_scenes PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
psychoblend PsychoBlend: further preformance improvements, and minor fixes. 2017-06-10 16:11:28 -07:00
src Added command-line argument to render an image cropped. 2017-06-06 21:11:35 -07:00
sub_crates LDS sampling falls back on random sampling at higher dimensions. 2017-05-14 16:06:54 -07:00
.gitignore Updated .gitignore file. 2017-02-23 19:59:22 -08:00
Cargo.lock PsychoBlend now updates render in realtime within Blender. 2017-06-03 00:00:19 -07:00
Cargo.toml PsychoBlend now updates render in realtime within Blender. 2017-06-03 00:00:19 -07:00
rustfmt.toml Reformat code with latest rustfmt and custom config. 2017-05-14 13:43:51 -07:00
todo.txt Updated todo. 2017-02-06 16:08:52 -08:00