From 96eb8b3c74e8d95579dbd8a3727b7c25f4d49ba2 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 6 Mar 2024 12:41:00 +0000 Subject: add a texture sampler with nearest and bilinear routines. pass the material reference along with the vertices. also implemented back-face culling, but it's disabled for now. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 8964317..7a05817 100644 --- a/mkfile +++ b/mkfile @@ -7,6 +7,7 @@ OFILES=\ render.$O\ scene.$O\ vertex.$O\ + texture.$O\ alloc.$O\ fb.$O\ shadeop.$O\ -- cgit v1.2.3