diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-09 16:38:15 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-09 16:38:15 +1100 |
commit | a42c7d493a4b064b858dcd36623e13bc7099df9e (patch) | |
tree | e67849301a71a1fb2b0bb4f414a759acf562f59b /src/camera.h | |
parent | 428e68c9464de6c2d340d67c7fb6a3ac688bb74a (diff) |
chore: format
Diffstat (limited to 'src/camera.h')
-rw-r--r-- | src/camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h index df91712..f7bc6eb 100644 --- a/src/camera.h +++ b/src/camera.h @@ -23,4 +23,5 @@ typedef struct camera { camera camera_create(vec3 pos, vec3 front, vec3 up, f32 fov); /** @brief get a 4x4 transform matrix for the view and perspective projection */ -void camera_view_projection(camera *c, f32 screen_height, f32 screen_width,mat4 *out_view, mat4 *out_proj);
\ No newline at end of file +void camera_view_projection(camera *c, f32 screen_height, f32 screen_width, mat4 *out_view, + mat4 *out_proj);
\ No newline at end of file |