aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-03-06 22:04:06 +0000
committerrodri <rgl@antares-labs.eu>2024-03-06 22:04:06 +0000
commit5a6f5e0d2e19b72a4264eeb6300a9352901c8a42 (patch)
tree900c2cc598095bb8abbebe6144a5c11e097737ce /obj.h
parentb31caa3645abe9ebed7885ceb7f9f9eff0524ee6 (diff)
downloadlibobj-master.tar.gz
libobj-master.tar.bz2
libobj-master.zip
add support to load diffuse color texture maps.HEADmaster
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.h b/obj.h
index f1edfb1..5ca2676 100644
--- a/obj.h
+++ b/obj.h
@@ -74,7 +74,7 @@ struct OBJMaterial
double Ni; /* index of refraction */
double d; /* dissolution factor */
int illum; /* illumination model */
- double map_Kd; /* color texture file */
+ Memimage *map_Kd; /* color texture file */
OBJMaterial *next;
};