vgvm commited on
Commit
6341e72
1 Parent(s): 7870451

example converted obj and mtl files

Browse files
examples/converted/README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+
2
+ 1. downloaded all the obj files
3
+ 2. for i in in-*obj ; do o=$( echo ${i} | cut -f2- -d- ) ; ../../meshin-around.sh ${i} ${o} ; done
4
+ 3. for i in ../*png ; do o=$(basename ${i} | sed 's,-[^.]*\.,.,' ) ; cp -i ${i} ${o} ; done
5
+
examples/converted/blonde.mtl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ newmtl MyMaterial
2
+ illum 2
3
+ map_Kd blonde.png
examples/converted/blonde.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/character.mtl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ newmtl MyMaterial
2
+ illum 2
3
+ map_Kd character.png
examples/converted/character.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/converted.blend.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8886653880134a39d43a39bd5b7a2b2d7554fed15a749d98962477272dc5cef9
3
+ size 310421
examples/converted/dude.mtl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ newmtl MyMaterial
2
+ illum 2
3
+ map_Kd dude.png
examples/converted/dude.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/granny.mtl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ newmtl MyMaterial
2
+ illum 2
3
+ map_Kd granny.png
examples/converted/granny.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/in-blonde.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/in-character.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/in-dude.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/in-granny.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/in-tuffie.obj ADDED
The diff for this file is too large to render. See raw diff
 
examples/converted/movie-gallery.mp4 ADDED
Binary file (340 kB). View file
 
examples/converted/tuffie.mtl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ newmtl MyMaterial
2
+ illum 2
3
+ map_Kd tuffie.png
examples/converted/tuffie.obj ADDED
The diff for this file is too large to render. See raw diff