Add plane.mtl material file for checkerboard texture
Browse files- workspace/plane.mtl +11 -0
workspace/plane.mtl
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Material for workspace plane
|
| 2 |
+
newmtl Material
|
| 3 |
+
Ns 225.000000
|
| 4 |
+
Ka 1.000000 1.000000 1.000000
|
| 5 |
+
Kd 0.5 0.5 0.5
|
| 6 |
+
Ks 0.000000 0.000000 0.000000
|
| 7 |
+
Ke 0.000000 0.000000 0.000000
|
| 8 |
+
Ni 1.450000
|
| 9 |
+
d 1.000000
|
| 10 |
+
illum 1
|
| 11 |
+
map_Kd checkerboard.png
|