wip: normal material
This commit is contained in:
@@ -44,6 +44,7 @@ impl Hittable for Cube {
|
||||
}
|
||||
|
||||
fn normal_at(&self, p: &Vec3) -> Vec3 {
|
||||
// TODO: normal calc for cube
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user