diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-11 15:35:40 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-11 15:35:40 +1100 |
commit | 1c6ec0b7b8e437a003137428636149132d998357 (patch) | |
tree | ada9de786fa292cb622e66d9491834179307f392 /assets/models/obj/backpack/backpack.mtl | |
parent | 8019f49a4b0d657f882c148ae6582da78a7d2262 (diff) |
added a path_parent function to get path of a file
Now we can load .mtl files without hardcoding the full path from top-level like before. that was a hack!
Diffstat (limited to 'assets/models/obj/backpack/backpack.mtl')
-rw-r--r-- | assets/models/obj/backpack/backpack.mtl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/models/obj/backpack/backpack.mtl b/assets/models/obj/backpack/backpack.mtl new file mode 100644 index 0000000..f8b974c --- /dev/null +++ b/assets/models/obj/backpack/backpack.mtl @@ -0,0 +1,16 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl Scene_-_Root +Ns 225.000000 +Ka 1.000000 1.000000 1.000000 +Kd 0.800000 0.800000 0.800000 +Ks 0.500000 0.500000 0.500000 +Ke 0.0 0.0 0.0 +Ni 1.450000 +d 1.000000 +illum 2 +map_Kd diffuse.jpg +map_Bump normal.png +map_Ks specular.jpg + |