Compare commits
No commits in common. "3e414881d9fb45bedfb07f454e0c92732e5e2311" and "711b9d8558f84004781a368619cbd26df1f0089c" have entirely different histories.
3e414881d9
...
711b9d8558
128795
resources/head.obj
128795
resources/head.obj
File diff suppressed because it is too large
Load Diff
@ -115,7 +115,7 @@ internal void get_image_coordinates(f32 norm_x, f32 norm_y, const Image *img,
|
|||||||
u64 *x, u64 *y);
|
u64 *x, u64 *y);
|
||||||
internal u64 ndc_to_image_coordinate(f32 value, u64 max);
|
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
|
// clang-format off
|
||||||
M4x4f g_cam_matrix = {
|
M4x4f g_cam_matrix = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user