From b429311ed087ee7cf7fc7771a8e1834ea074f8da Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 3 May 2024 13:32:48 +0000 Subject: add a general primitive with support for points, lines and triangles. also got rid of the dependency on OBJ for the entire renderer, instead letting the user load a Model from any given OBJ. this modularity will allow for other formats to be used in the same way, relying on a single, internal representation for the entire pipeline. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 7a05817..b84fe8d 100644 --- a/mkfile +++ b/mkfile @@ -5,6 +5,7 @@ OFILES=\ camera.$O\ viewport.$O\ render.$O\ + clip.$O\ scene.$O\ vertex.$O\ texture.$O\ -- cgit v1.2.3