diff options
author | Julian T <julian@jtle.dk> | 2021-02-01 17:16:27 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-02-01 17:16:27 +0100 |
commit | df6a266e5823a7fc4cca3060ec86d35f2125cd0d (patch) | |
tree | 5ba9c907e4c3db28ffee47691f3da6c8dca636d1 | |
parent | c4369f86c920888bfaa00e46d74e3f5a1872a9ab (diff) |
Add test for None sphere intersect
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ pub mod core; pub mod camera; mod scene; -mod render; use std::ops::{Add, Sub, Mul, DivAssign}; use std::cmp; |