mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-19 22:00:35 +08:00
Initial commit
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
9
tests/data/missing_files_obj/model.mtl
Normal file
9
tests/data/missing_files_obj/model.mtl
Normal file
@@ -0,0 +1,9 @@
|
||||
newmtl material_1
|
||||
map_Kd material_1.png
|
||||
|
||||
# Test colors
|
||||
|
||||
Ka 1.000 1.000 1.000 # white
|
||||
Kd 1.000 1.000 1.000 # white
|
||||
Ks 0.000 0.000 0.000 # black
|
||||
Ns 10.0
|
||||
10
tests/data/missing_files_obj/model.obj
Normal file
10
tests/data/missing_files_obj/model.obj
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
mtllib model.mtl
|
||||
|
||||
v 0.1 0.2 0.3
|
||||
v 0.2 0.3 0.4
|
||||
v 0.3 0.4 0.5
|
||||
v 0.4 0.5 0.6
|
||||
usemtl material_1
|
||||
f 1 2 3
|
||||
f 1 2 4
|
||||
10
tests/data/missing_files_obj/model2.obj
Normal file
10
tests/data/missing_files_obj/model2.obj
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
mtllib model2.mtl
|
||||
|
||||
v 0.1 0.2 0.3
|
||||
v 0.2 0.3 0.4
|
||||
v 0.3 0.4 0.5
|
||||
v 0.4 0.5 0.6
|
||||
usemtl material_1
|
||||
f 1 2 3
|
||||
f 1 2 4
|
||||
Reference in New Issue
Block a user