Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | Add box shape and replicate RTTNW boxHEADmaster | Julian T | |
2021-08-04 | Add translation and move center position from sphere | Julian T | |
2021-08-02 | Move back to dynamic dispatch for object.shape | Julian T | |
This will allow more general nesting, with the performance penalty of dynamic dispatching. This is implemented with the DynHittable for convenience. | |||
2021-07-31 | Remove dynamic boxes from object and list implementation | Julian T | |
2021-07-31 | Better documentation and cleanup | Julian T | |
2021-03-06 | Several changes to bounding boxes | Julian T | |
For instance removed support for shapes without a bounding box, such as planes | |||
2021-02-21 | Add 3d bounding box and merged SceneIntersection and Intersection | Julian T | |
2021-02-12 | Implement multithreaded compiling of tiles | Julian T | |
2021-02-10 | Fixed most clippy warnings | Julian T | |