Skip to content

Commit 56ec1f9

Browse files
authored
Add files via upload
Example of hard-coded path which is bad practice.
1 parent 53cf4e6 commit 56ec1f9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

example_path.mtl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
newmtl default
3+
kd 1 0 0
4+
illum 2

example_path.obj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
mtllib C:\Downloads\example.mtl
3+
v 0 0 0
4+
v 1 0 0
5+
v 1 1 0
6+
v 0 1 0
7+
vt 0 0
8+
vt 0 1
9+
vt 1 1
10+
vt 1 0
11+
usemtl default
12+
f 1/ 2/ 3/ 4/

0 commit comments

Comments
 (0)