Compare commits

..

No commits in common. "3e414881d9fb45bedfb07f454e0c92732e5e2311" and "711b9d8558f84004781a368619cbd26df1f0089c" have entirely different histories.

2 changed files with 64399 additions and 64398 deletions

File diff suppressed because it is too large Load Diff

View File

@ -115,7 +115,7 @@ internal void get_image_coordinates(f32 norm_x, f32 norm_y, const Image *img,
u64 *x, u64 *y);
internal u64 ndc_to_image_coordinate(f32 value, u64 max);
V3f g_light_dir = {0.0f, 0.0f, 1.0f};
V3f g_light_dir = {0.0f, 0.0f, -1.0f};
// clang-format off
M4x4f g_cam_matrix = {