-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Squareys <[email protected]>
- Loading branch information
Showing
8 changed files
with
664 additions
and
306 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ v 0.5 2 3 | |
v 0 1.5 1 | ||
vn 0.5 2 3 | ||
vn 0 1.5 1 | ||
p 1//1 | ||
p 2//2 | ||
p 1 2 | ||
p 1 | ||
|
||
# Lines | ||
o LineMesh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,58 @@ | ||
mtllib multiMaterial.mtl | ||
|
||
|
||
|
||
# Billboard | ||
|
||
# positions | ||
# positions | ||
v -2.94249 18.5768 3.27633 | ||
v 1.72414 18.9233 -3.20162 | ||
v 2.74428 -0.499733 -3.50576 | ||
v -1.92235 -0.846268 2.9722 | ||
|
||
|
||
# normals | ||
# normals | ||
vn 0.810085 0.0333816 0.585361 | ||
vn 0.810085 0.0333816 0.585361 | ||
vn 0.810085 0.0333816 0.585361 | ||
vn 0.810085 0.0333816 0.585361 | ||
|
||
|
||
# texture coords | ||
# texture coords | ||
vt 0 1 | ||
vt 0 0 | ||
vt 1 0 | ||
vt 1 1 | ||
|
||
usemtl mat_0 | ||
|
||
# faces | ||
# faces | ||
f 1/1/1 2/2/2 3/3/3 | ||
f 1/1/1 3/3/3 4/4/4 | ||
|
||
|
||
# Billboard | ||
|
||
# positions | ||
# positions | ||
v 2.43556 18.8755 2.23745 | ||
v -3.6539 18.6246 -2.16274 | ||
v -2.63377 -0.798466 -2.46688 | ||
v 3.4557 -0.547535 1.93331 | ||
|
||
|
||
# normals | ||
# normals | ||
vn 0.583961 0.0433639 -0.810622 | ||
vn 0.583961 0.0433639 -0.810622 | ||
vn 0.583961 0.0433639 -0.810622 | ||
vn 0.583961 0.0433639 -0.810622 | ||
|
||
|
||
# texture coords | ||
# texture coords | ||
vt 0 1 | ||
vt 0 0 | ||
vt 1 0 | ||
vt 1 1 | ||
|
||
usemtl mat_1 | ||
|
||
# faces | ||
# faces | ||
f 5/5/5 6/6/6 7/7/7 | ||
f 5/5/5 7/7/7 8/8/8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
v 1 2 3 | ||
p 1 | ||
o SecondMesh | ||
# empty |