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

@@ -16,7 +16,7 @@ pub type ColorFormat = gfx::format::Srgba8;
pub type DepthFormat = gfx::format::DepthStencil;
const NEAR: f32 = 0.01;
const FAR: f32 = 1000.0;
const FAR: f32 = 3072.0;
gfx_constant_struct! {
Trans {