Fixad FOV

Levelgen Spawnfrequency
This commit is contained in:
ViktorLjung
2014-03-14 00:57:52 +01:00
parent 11dd3ef7c3
commit 4b9cb71cca
6 changed files with 28 additions and 8 deletions
+2
View File
@@ -8,6 +8,8 @@ namespace Components
struct Camera : Component
{
Camera() : FOV(glm::radians(45.f)), NearClip(0.1f), FarClip(100.f) { }
float FOV;
float NearClip;
float FarClip;