vgvm commited on
Commit
b9ca9c7
1 Parent(s): c98277f

take out the illum

Browse files
Files changed (1) hide show
  1. meshin-around.sh +1 -1
meshin-around.sh CHANGED
@@ -24,7 +24,7 @@ _meshin_around_main() {
24
  echo "${mtl} already exists"
25
  else
26
  echo "creating ${mtl} for ${mash}"
27
- echo -e "newmtl MyMaterial\nillum 2\nmap_Kd ${png}" > ${mtl} || exit ${?}
28
  fi
29
 
30
  if [ -f "${png}" ] ; then
 
24
  echo "${mtl} already exists"
25
  else
26
  echo "creating ${mtl} for ${mash}"
27
+ echo -e "newmtl MyMaterial\nmap_Kd ${png}" > ${mtl} || exit ${?}
28
  fi
29
 
30
  if [ -f "${png}" ] ; then