psychopath/src/parse
Nathan Vegdahl 946a1860e0 Remove hierarchical instancing.
After thinking about this and after some discussion with other
people, I now believe that hierarchical instancing isn't actually
that useful in practice for rendering.

Single-level instancing is still supported, of course.
2020-05-01 16:08:37 +09:00
..
mod.rs Parse errors now use Strings for error messages. 2020-05-01 16:08:37 +09:00
parse_utils.rs More parsing code cleanup and some better error messages. 2020-05-01 16:08:37 +09:00
psy_assembly.rs Remove hierarchical instancing. 2020-05-01 16:08:37 +09:00
psy_light.rs More parsing code cleanup and better error messages. 2020-05-01 16:08:37 +09:00
psy_mesh_surface.rs Remove hierarchical instancing. 2020-05-01 16:08:37 +09:00
psy_surface_shader.rs More parsing code cleanup and better error messages. 2020-05-01 16:08:37 +09:00
psy.rs Re-implemented nicer error reporting. 2020-05-01 16:08:37 +09:00