diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-07-10 15:06:54 +0200 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-07-10 15:06:54 +0200 |
commit | 9a1a4f3fd29d9f329fa62e9e00d5b6804545bdc3 (patch) | |
tree | 868c8238afda8acec2a594d834c7b75c084adfe1 /examples/cube.mtl | |
parent | 9d06d5a3b467ddf56147f87531fb56b35375dbd2 (diff) |
add Wavefron OBJ loader example
Diffstat (limited to 'examples/cube.mtl')
-rw-r--r-- | examples/cube.mtl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/cube.mtl b/examples/cube.mtl new file mode 100644 index 0000000..92bd13c --- /dev/null +++ b/examples/cube.mtl | |||
@@ -0,0 +1,13 @@ | |||
1 | newmtl material0 | ||
2 | Ns 10.0000 | ||
3 | Ni 1.5000 | ||
4 | d 1.0000 | ||
5 | Tr 0.0000 | ||
6 | Tf 1.0000 1.0000 1.0000 | ||
7 | illum 2 | ||
8 | Ka 0.0000 0.0000 0.0000 | ||
9 | Kd 0.5880 0.5880 0.5880 | ||
10 | Ks 0.0000 0.0000 0.0000 | ||
11 | Ke 0.0000 0.0000 0.0000 | ||
12 | map_Ka logo.png | ||
13 | map_Kd logo.png | ||