aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h1
1 files changed, 1 insertions, 0 deletions
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;
};