#! /bin/sh

tpfile=${STOLFIHOME}/lplozada/Work/Certinho/16CELL/16cell-ran-re-re-re
stfile=${STOLFIHOME}/lplozada/Work/Certinho/16CELL/16cell-ran-re-re-re-c321-1000-final
otfile=16cell

cat path300-odd.from4 \
  | grep -v '#' \
  | egrep -v '^ *$' \
  | sed -e 's/$/ front/' \
  > .tmp.from4

#for mode in front;do

#${STOLFIHOME}/programs/m3/Visibility/SOLgnu/Visibility \
#  -inFileTp $tpfile \
#  -inFileSt $stfile \
#  -outFile  $otfile\
#  -select $mode\
#  -fade \
#  -silhouette -projection perspective \
#  -multiple \
#  < .tmp.from4
#
#
#done


${STOLFIHOME}/programs/m3/Visibility/SOLgnu/Visibility \
  -inFileTp $tpfile \
  -inFileSt $stfile \
  -outFile  $otfile\
  -fade -normalize 1.0d0 \
  -silhouette -projection perspective \
  -multiple \
  < .tmp.from4

