Apply transformation first then project the points

This commit is contained in:
2024-07-07 23:19:29 +01:00
parent 9d929c22ba
commit 26fc513d4a
2 changed files with 20 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ typedef struct {
MAKE_LIST_TYPE(f32);
MAKE_LIST_TYPE(vec2i_t);
MAKE_LIST_TYPE(vec3f_t);
MAKE_LIST_TYPE(vec4f_t);
MAKE_LIST_TYPE(scene_triangle_t);
typedef struct {