X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=camera.h;h=e818e8fed096e14bfdb8f4ca67495df3f10bec8b;hb=2ab1c45f664daf5a452fd212c89dcfd918f7dd81;hp=596409937ceb3cf2f532c7d22f2c999533bd9fa7;hpb=d45f2b7d71311ce5ce8cd3496844b4ec7d2f46ac;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/camera.h b/camera.h index 5964099..e818e8f 100644 --- a/camera.h +++ b/camera.h @@ -8,7 +8,7 @@ typedef struct camera camera; struct camera { /* Input */ - v2f angles; + v3f angles; v3f pos; float fov, nearz, farz;