diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 22:18:45 +1100 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 22:18:45 +1100 |
commit | d5ae547334b5f8229313182705da42c5e904a633 (patch) | |
tree | 3656a402a2dfacd44c82f697061c387a622bcd0f /assets | |
parent | d92d5231ae094ae79d95463d54275a3527cf1c2d (diff) |
loads and runs now (no visuals yet)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/models/obj/cube/cube.mtl | 3 | ||||
-rw-r--r-- | assets/models/obj/cube/cube.obj | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/assets/models/obj/cube/cube.mtl b/assets/models/obj/cube/cube.mtl index 83a0e8c..9a17b69 100644 --- a/assets/models/obj/cube/cube.mtl +++ b/assets/models/obj/cube/cube.mtl @@ -10,5 +10,4 @@ Ke 0.0 0.0 0.0 Ni 1.450000 d 1.000000 illum 2 -map_Kd container.jpg - +map_Kd models/obj/cube/container.jpg diff --git a/assets/models/obj/cube/cube.obj b/assets/models/obj/cube/cube.obj index db3bda6..430e5da 100644 --- a/assets/models/obj/cube/cube.obj +++ b/assets/models/obj/cube/cube.obj @@ -1,7 +1,7 @@ # cube.obj # -mtllib cube.mtl +mtllib models/obj/cube/cube.mtl o cube v -0.500000 -0.500000 0.500000 @@ -44,4 +44,4 @@ f 2/1/5 8/2/5 4/3/5 f 4/3/5 8/2/5 6/4/5 s 6 f 7/1/6 1/2/6 5/3/6 -f 5/3/6 1/2/6 3/4/6
\ No newline at end of file +f 5/3/6 1/2/6 3/4/6 |