From 6be6c7a12a4dc890ca67750aa8924f430b2922ea Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 28 May 2024 16:43:38 +0000 Subject: add support for normal map loading. --- obj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'obj.h') diff --git a/obj.h b/obj.h index 5ca2676..c819e8f 100644 --- a/obj.h +++ b/obj.h @@ -75,6 +75,7 @@ struct OBJMaterial double d; /* dissolution factor */ int illum; /* illumination model */ Memimage *map_Kd; /* color texture file */ + Memimage *norm; /* normal texture file */ OBJMaterial *next; }; -- cgit v1.2.3