properly parameterize world torus radii

This commit is contained in:
2016-10-01 00:29:00 -07:00
parent 8faa60b921
commit d69223ef13
4 changed files with 58 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ pub fn main() {
.vsync(false)
.build().expect("Building Window");
let mut scene = scenes::world::WorldScene::new(&mut window.factory);
let mut scene = scenes::world::WorldScene::new(&mut window.factory, &mut window.encoder);
let view = view::ViewRoot::<gfx_device_gl::Device, view::ColorFormat, view::DepthFormat>
::create_view(&mut window, &mut vr);