diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-03 23:07:03 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-03 23:07:03 +0700 |
commit | 5fd5bb979765ec47e04e3f1f34d362d8d0c9c41e (patch) | |
tree | ca82c91e210d1cb1af98a8a4c23172aab2393b52 /src/main.rs | |
parent | 210259c586ba950392bb5ae413d050da2f9bb430 (diff) |
refactor move interval related to calculus.rs
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 8c632f7..69542fb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ mod common; mod calculus; mod camera; mod object; -mod interval; mod material; use crate::calculus::calculus::Point3; |