ft (wip): textures
This commit is contained in:
@@ -23,4 +23,8 @@ impl Hittable for Cylinder {
|
||||
fn hit(&self, r: &crate::ray::Ray) -> Option<super::hit::Hit> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn to_uv(&self, point: &Vec3) -> Vec3 {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user