middle of attempting to fix rotations

This commit is contained in:
CDaut 2023-11-22 11:52:04 +01:00
parent 6cbd93aad0
commit 8657806aba
10 changed files with 692 additions and 78 deletions

View file

@ -1,5 +1,6 @@
mod renderer;
mod geometry;
mod ray;
use std::string::String;
use std::sync::{Arc, Mutex};