orthographic projection for fov=0, rework of order and defaults for 3d camera api
This commit is contained in:
@ -16,7 +16,7 @@ typedef struct Camera {
|
||||
} Camera;
|
||||
|
||||
Matrix4 camera_look_at(const Camera *camera);
|
||||
|
||||
Matrix4 camera_perspective(const Camera *const camera);
|
||||
Matrix4 camera_orthographic(const Camera *const camera);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user