hotkeys for torus radius, camera reset

This commit is contained in:
2016-10-21 18:59:34 -07:00
parent 73ac584ca4
commit 11a16e092f
3 changed files with 52 additions and 18 deletions

View File

@@ -29,7 +29,6 @@ pub fn main() {
let mut aux_command = window.factory.create_command_buffer();
let mut scene = scenes::world::WorldScene::new(&mut window.device,
&mut window.factory,
&mut window.encoder,
&mut aux_command);
let view = view::ViewRoot::<gfx_device_gl::Device, view::ColorFormat, view::DepthFormat>
::create_view(&mut window, &mut vr);