simple tile heights

This commit is contained in:
2016-10-05 14:15:16 -07:00
parent d69223ef13
commit 193e807b6a
4 changed files with 123 additions and 88 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 = 10000.0;
const FAR: f32 = 1000.0;
gfx_constant_struct! {
Trans {