WIP: hacky world torus

This commit is contained in:
2016-09-25 00:41:14 -07:00
parent 8a68c1780e
commit 9323380d5c
5 changed files with 76 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ pub fn main() {
'main:
//while let Some(_) = window.next() {
loop {
scene.update();
scene.update(&mut window.encoder);
view.draw(&mut window, &mut vr, &scene);
// handle window events