Rör på kameran!!! :D

This commit is contained in:
ViktorLjung
2014-03-10 00:48:48 +01:00
parent 622533c9b9
commit 928c6be1fe
5 changed files with 36 additions and 6 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ namespace Components
struct Camera : Component
{
int FOV;
int NearClip;
int FarClip;
float FOV;
float NearClip;
float FarClip;
};
}