wip: normal material

This commit is contained in:
2026-05-02 13:48:27 +02:00
parent c3d37f4758
commit ae73e626b9
10 changed files with 36 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ impl Hittable for Cube {
}
fn normal_at(&self, p: &Vec3) -> Vec3 {
// TODO: normal calc for cube
todo!()
}
}