mouselook

This commit is contained in:
2016-12-26 12:46:59 -08:00
committed by Jared Burce
parent f40786931e
commit 5e18d452cb
3 changed files with 17 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ pub trait Scene<D: gfx::Device,
depth: &gfx::handle::DepthStencilView<D::Resources, view::DepthFormat>);
fn origin(&self) -> na::Matrix4<f32>;
fn mouselook(&self) -> na::Matrix4<f32>;
}
pub enum Event {