Added center and scale

This commit is contained in:
Thomas Forgione
2018-04-12 09:44:32 +02:00
parent 53137b9d89
commit b42abd0325
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ fn main() {
}
}
model.center_and_scale();
let mut events_loop = EventsLoop::new();
let window = WindowBuilder::new().with_visibility(false);
let context = glutin::ContextBuilder::new().with_depth_buffer(24);