X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=camera.h;h=f028f825e67ef227119af309e365c2b49f494776;hb=7b1e8a237acc3121c86fab9b5946da6a8d3bf6c4;hp=6fcd2fc161e24b42be6701e73971fb8642fb5e9e;hpb=a99e5f5d5c16a3e865796a96ad648e3c570d32ac;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/camera.h b/camera.h index 6fcd2fc..f028f82 100644 --- a/camera.h +++ b/camera.h @@ -16,8 +16,7 @@ struct camera m4x3f transform, transform_inverse; - struct camera_mtx - { + struct camera_mtx{ m4x4f p, v, pv; @@ -25,7 +24,7 @@ struct camera mtx, mtx_prev; } -VG_STATIC main_camera, gate_camera; +static main_camera, gate_camera; VG_STATIC void camera_lerp_angles( v3f a, v3f b, float t, v3f d ) {