Archived
1
Fork 0

Remove unused camera exposure parameter

This commit is contained in:
Joshua Goins 2022-08-15 10:14:37 -04:00
parent e7c157bb7b
commit f787e04011

View file

@ -98,7 +98,6 @@ struct Light {
struct Camera {
float fov = 75.0f;
float near = 0.1f;
float exposure = 1.0f;
Matrix4x4 view, perspective;
};