summaryrefslogtreecommitdiff
path: root/mdl/planet.mtl
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-05-12 20:34:03 +0000
committerrodri <rgl@antares-labs.eu>2024-05-12 20:34:03 +0000
commitaeb153cdd6cb37dc1e9d61b22a92430a756ddeb5 (patch)
tree679f3970653138702f9206a8beb256d814de1cb5 /mdl/planet.mtl
parent55ceca8db396829cba474164545c6bcfcc45eea4 (diff)
download3dee-aeb153cdd6cb37dc1e9d61b22a92430a756ddeb5.tar.gz
3dee-aeb153cdd6cb37dc1e9d61b22a92430a756ddeb5.tar.bz2
3dee-aeb153cdd6cb37dc1e9d61b22a92430a756ddeb5.zip
began work on a solar system planetarium.
Diffstat (limited to 'mdl/planet.mtl')
-rw-r--r--mdl/planet.mtl43
1 files changed, 43 insertions, 0 deletions
diff --git a/mdl/planet.mtl b/mdl/planet.mtl
new file mode 100644
index 0000000..343d38e
--- /dev/null
+++ b/mdl/planet.mtl
@@ -0,0 +1,43 @@
+newmtl Sol
+Kd 1.0 1.0 1.0
+map_Kd sol_diffuse.jpg
+
+newmtl Mercury
+Kd 1.0 1.0 1.0
+map_Kd mercury_diffuse.png
+
+newmtl Venus
+Kd 1.0 1.0 1.0
+map_Kd venus_diffuse.png
+
+newmtl Earth
+Kd 1.0 1.0 1.0
+map_Kd earth_diffuse.png
+
+newmtl Luna
+Kd 1.0 1.0 1.0
+map_Kd luna_diffuse.png
+
+newmtl Mars
+Kd 1.0 1.0 1.0
+map_Kd mars_diffuse.png
+
+newmtl Jupiter
+Kd 1.0 1.0 1.0
+map_Kd jupiter_diffuse.png
+
+newmtl Saturn
+Kd 1.0 1.0 1.0
+map_Kd saturn_diffuse.png
+
+newmtl Uranus
+Kd 0.8 0.1 0.1
+#map_Kd uranus_diffuse.png
+#
+newmtl Neptune
+Kd 0.1 0.8 0.1
+#map_Kd neptune_diffuse.png
+#
+newmtl Pluto
+Kd 0.1 0.1 0.8
+#map_Kd pluto_diffuse.png