fx: incorrect log statement
This commit is contained in:
@@ -19,7 +19,6 @@ pub struct Quad {
|
||||
|
||||
impl Quad {
|
||||
pub fn new(p1: Vec3, p2: Vec3, p3: Vec3, p4: Vec3, material: Arc<dyn Material>) -> Self {
|
||||
warn!("quad normal {}", (p2 - p1).cross(&(p4 - p1)).get_unit());
|
||||
Self {
|
||||
p1,
|
||||
p2,
|
||||
|
||||
Reference in New Issue
Block a user