diff options
Diffstat (limited to 'src/net/java/joglutils/model/examples/models/obj/heli.mtl')
-rw-r--r-- | src/net/java/joglutils/model/examples/models/obj/heli.mtl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/net/java/joglutils/model/examples/models/obj/heli.mtl b/src/net/java/joglutils/model/examples/models/obj/heli.mtl new file mode 100644 index 0000000..a4f5a9e --- /dev/null +++ b/src/net/java/joglutils/model/examples/models/obj/heli.mtl @@ -0,0 +1,16 @@ +#
+# heli.mtl
+#
+
+newmtl bodyMaterial
+Ka 0.011765 0.752941 0.752941
+Kd 0.909804 0 0.905882
+Ks 0.933333 0.933333 0.933333
+Ns 85
+illum 2
+
+newmtl defaultWhite
+Kd 1 1 1
+Ks 0 0 0
+Ka 0 0 0
+illum 1
|