diff --git a/src/main.rs b/src/main.rs index a806209..39c498f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,12 +1,10 @@ use hello::geometry::Geometry; -use hello::math::{Mat4x4, Point3}; +use hello::math::Mat4x4; -/* enum SceneGraphNode { Geometry(Mat4x4, Geometry), - SubNode(Mat4x4, SceneGraphNode), + SubNode(Mat4x4, Box), } -*/ fn main() { let v1 = 5;