#!/bin/sh
# filename: Light-01.sh

# This script is the viewset for the Alias|Wavefront Power Animator
# application for UNIX systems
# There are 4 independent runs of viewperf
# The weights for each test are given
# October 10, 1995      - Initial version

echo ""
echo "Viewset: Light-01"
echo "Viewset version: 1.0"
echo "Test Number 1: Weight 25%"
echo ""
viewperf -qd box -rm LINE -cp VERTEX -wt

echo ""
echo "Viewset: Light-01"
echo "Viewset version: 1.0"
echo "Test Number 2: Weight 25%"
echo ""
viewperf -qd parlment -rm LINE -cp VERTEX -wt

echo ""
echo "Viewset: Light-01"
echo "Viewset version: 1.0"
echo "Test Number 3: Weight 25%"
echo ""
viewperf -qd box -rm QUAD -cp VERTEX -zb -bt 30 -xws 1280 -yws 1024 -wt

echo ""
echo "Viewset: Light-01"
echo "Viewset version: 1.0"
echo "Test Number 4: Weight 25%"
echo ""
viewperf -qd parlment -rm QUAD -cp VERTEX -zb -bt 30 -xws 1280 -yws 1024 -wt
