diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-14 22:29:15 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-14 22:29:15 +1100 |
commit | 2b83174a87f5a1e4991cc9153309ad0f73450b44 (patch) | |
tree | cefdd730a82e3e917e2f8813c110b980eb2dfefb /assets | |
parent | 0ae30006abf7ae8940257be1276e55fdec0774c4 (diff) |
fix cube texture path now that we can load relative path
Diffstat (limited to 'assets')
-rw-r--r-- | assets/models/obj/cube/cube.mtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/models/obj/cube/cube.mtl b/assets/models/obj/cube/cube.mtl index 9a17b69..aa04436 100644 --- a/assets/models/obj/cube/cube.mtl +++ b/assets/models/obj/cube/cube.mtl @@ -10,4 +10,4 @@ Ke 0.0 0.0 0.0 Ni 1.450000 d 1.000000 illum 2 -map_Kd models/obj/cube/container.jpg +map_Kd container.jpg |