diff options
author | rodri <rgl@antares-labs.eu> | 2024-05-28 16:43:38 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-05-28 16:43:38 +0000 |
commit | 6be6c7a12a4dc890ca67750aa8924f430b2922ea (patch) | |
tree | d61192dfc75e747c69bef40a69dc1e58881f5c85 /obj.h | |
parent | b31457e40a5178320d1aefa588d2d9fc2c5bdfc0 (diff) | |
download | libobj-6be6c7a12a4dc890ca67750aa8924f430b2922ea.tar.gz libobj-6be6c7a12a4dc890ca67750aa8924f430b2922ea.tar.bz2 libobj-6be6c7a12a4dc890ca67750aa8924f430b2922ea.zip |
add support for normal map loading.
Diffstat (limited to 'obj.h')
-rw-r--r-- | obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |