modified camara-height-limit to reflect later game better
This commit is contained in:
parent
db0631eb4b
commit
87946cb501
@ -93,8 +93,8 @@ main =
|
|||||||
--TTF.setFontHinting font TTFHNormal
|
--TTF.setFontHinting font TTFHNormal
|
||||||
|
|
||||||
glHud' <- initHud
|
glHud' <- initHud
|
||||||
let zDistClosest' = 1
|
let zDistClosest' = 2
|
||||||
zDistFarthest' = zDistClosest' + 50
|
zDistFarthest' = zDistClosest' + 10
|
||||||
--TODO: Move near/far/fov to state for runtime-changability & central storage
|
--TODO: Move near/far/fov to state for runtime-changability & central storage
|
||||||
fov = 90 --field of view
|
fov = 90 --field of view
|
||||||
near = 1 --near plane
|
near = 1 --near plane
|
||||||
|
Loading…
Reference in New Issue
Block a user