X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=camera.h;h=e818e8fed096e14bfdb8f4ca67495df3f10bec8b;hb=07d0834b13ecf5de312cf3578e8aca8f106f5ef1;hp=596409937ceb3cf2f532c7d22f2c999533bd9fa7;hpb=f7db507815e2822d971031c30f25e02b45e9c914;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;