fx: ran linter

This commit is contained in:
2026-05-02 14:02:06 +02:00
parent 17ad6e30db
commit a44e61c1f7
7 changed files with 14 additions and 32 deletions

View File

@@ -43,7 +43,7 @@ impl Hittable for Cube {
Hit::hit_list(&self.faces, r)
}
fn normal_at(&self, p: &Vec3) -> Vec3 {
fn normal_at(&self, _p: &Vec3) -> Vec3 {
// TODO: normal calc for cube
todo!()
}