fx: ran linter
This commit is contained in:
@@ -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!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user