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.