-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to load missing resources by looking in the same directory as…
… the obj
- Loading branch information
Showing
7 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
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
13 changes: 13 additions & 0 deletions
13
specs/data/box-resources-in-root/box-resources-in-root.mtl
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Blender MTL File: 'box.blend' | ||
# Material Count: 1 | ||
|
||
newmtl Material | ||
Ns 96.078431 | ||
Ka 0.000000 0.000000 0.000000 | ||
Kd 0.640000 0.640000 0.640000 | ||
Ks 0.500000 0.500000 0.500000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 2 | ||
map_Kd resources/textures/cesium.png |
46 changes: 46 additions & 0 deletions
46
specs/data/box-resources-in-root/box-resources-in-root.obj
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Blender v2.78 (sub 0) OBJ File: 'box.blend' | ||
# www.blender.org | ||
mtllib resources/box-resources-in-root.mtl | ||
o Cube | ||
v -1.000000 -1.000000 1.000000 | ||
v -1.000000 1.000000 1.000000 | ||
v -1.000000 -1.000000 -1.000000 | ||
v -1.000000 1.000000 -1.000000 | ||
v 1.000000 -1.000000 1.000000 | ||
v 1.000000 1.000000 1.000000 | ||
v 1.000000 -1.000000 -1.000000 | ||
v 1.000000 1.000000 -1.000000 | ||
vt 0.0000 0.0000 | ||
vt 1.0000 0.0000 | ||
vt 1.0000 1.0000 | ||
vt 0.0000 1.0000 | ||
vt 0.0000 0.0000 | ||
vt 1.0000 0.0000 | ||
vt 1.0000 1.0000 | ||
vt 0.0000 1.0000 | ||
vt 0.0000 0.0000 | ||
vt 1.0000 0.0000 | ||
vt 1.0000 1.0000 | ||
vt 0.0000 1.0000 | ||
vt 0.0000 0.0000 | ||
vt 1.0000 0.0000 | ||
vt 1.0000 1.0000 | ||
vt 0.0000 1.0000 | ||
vt 1.0000 0.0000 | ||
vt 1.0000 1.0000 | ||
vt 0.0000 0.0000 | ||
vt 0.0000 1.0000 | ||
vn -1.0000 0.0000 0.0000 | ||
vn 0.0000 0.0000 -1.0000 | ||
vn 1.0000 0.0000 0.0000 | ||
vn 0.0000 0.0000 1.0000 | ||
vn 0.0000 -1.0000 0.0000 | ||
vn 0.0000 1.0000 0.0000 | ||
usemtl Material | ||
s off | ||
f 1/1/1 2/2/1 4/3/1 3/4/1 | ||
f 3/5/2 4/6/2 8/7/2 7/8/2 | ||
f 7/9/3 8/10/3 6/11/3 5/12/3 | ||
f 5/13/4 6/14/4 2/15/4 1/16/4 | ||
f 3/5/5 7/17/5 5/18/5 1/16/5 | ||
f 8/19/6 4/6/6 2/15/6 6/20/6 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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