WIP: hacky world torus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user