include statements are the only form of file chaining supported. define statements can now be replaced at load time with global variable.
Working on the debug ui for it but it is also broken
Added multi-hit intersection. A ray will now return all objects which it intersects with. It's slower then optimal but based on the console output it appears to be still much faster than without a BVH. More testing is required.