vgvm
example converted obj and mtl files
6341e72
|
raw
history blame
No virus
226 Bytes
1. downloaded all the obj files
2. for i in in-*obj ; do o=$( echo ${i} | cut -f2- -d- ) ; ../../meshin-around.sh ${i} ${o} ; done
3. for i in ../*png ; do o=$(basename ${i} | sed 's,-[^.]*\.,.,' ) ; cp -i ${i} ${o} ; done