#!/bin/csh -ef
# RUN script based on RUN script from Portalis
# Modified by: Maria A. Tovar (mtovar@engr.sgi.com)
# Date: June 12, 2000

# Set demo directory
setenv DEMOROOT /usr/demos/OCTANE2

# Set library paths
setenv LD_LIBRARYN32_PATH libs
./opviewer -shortNorms \
#          -width $_resolution_x \
#          -height $_resolution_y \
#	   -noBorders \
	   -useDL \
	   -noDefaultLights \
	   finished.iv \
	   -rotation -0.892856 0.265081 0.364061 1.600413 \
	   -translation -11.046234 -3.013602 -267.101685
echo
echo "Normal exit"
exit
