aboutsummaryrefslogtreecommitdiff
path: root/src/world/shapes/sphere.rs
AgeCommit message (Collapse)Author
2021-08-02Move back to dynamic dispatch for object.shapeJulian T
This will allow more general nesting, with the performance penalty of dynamic dispatching. This is implemented with the DynHittable for convenience.
2021-08-01Implement dielectric material from RTIAWJulian T
2021-07-31Better documentation and cleanupJulian T
2021-03-06Several changes to bounding boxesJulian T
For instance removed support for shapes without a bounding box, such as planes
2021-02-21Add 3d bounding box and merged SceneIntersection and IntersectionJulian T
2021-02-10Fixed most clippy warningsJulian T