Spaces:
Runtime error
Runtime error
vgvm
commited on
Commit
•
6341e72
1
Parent(s):
7870451
example converted obj and mtl files
Browse files- examples/converted/README.md +5 -0
- examples/converted/blonde.mtl +3 -0
- examples/converted/blonde.obj +0 -0
- examples/converted/character.mtl +3 -0
- examples/converted/character.obj +0 -0
- examples/converted/converted.blend.gz +3 -0
- examples/converted/dude.mtl +3 -0
- examples/converted/dude.obj +0 -0
- examples/converted/granny.mtl +3 -0
- examples/converted/granny.obj +0 -0
- examples/converted/in-blonde.obj +0 -0
- examples/converted/in-character.obj +0 -0
- examples/converted/in-dude.obj +0 -0
- examples/converted/in-granny.obj +0 -0
- examples/converted/in-tuffie.obj +0 -0
- examples/converted/movie-gallery.mp4 +0 -0
- examples/converted/tuffie.mtl +3 -0
- examples/converted/tuffie.obj +0 -0
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
|
|