#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
#  This is a startup script used to set up Wavefront environment
#  variables.  It is normally "sourced" from inside the users
#  .login file.
#
#
#  Author:     Wesley C. Barris
#              AHPCRC
#              Minnesota Supercomputer Center, Inc.
#  Date:       Sept. 12, 1990
#
#  Copyright @ 1990, Minnesota Supercomputer Center, Inc.
#
#  RESTRICTED RIGHTS LEGEND
#
#  Use, duplication, or disclosure of this software and its documentation
#  by the Government is subject to restrictions as set forth in subdivision
#  { (b) (3) (ii) } of the Rights in Technical Data and Computer Software
#  clause at 52.227-7013.
#
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
setenv WF_AV_DIR	/usr/local/wave/TAV4.0	#AV top level directory
setenv WF_CMD_DIR	/usr/local/wave/lbin	#local Wavefront commands
setenv WF_BUFFER	full		#use full screen for display
setenv WF_OBJ_DIR	./OBJECTS	#all object files go here
setenv WF_SCMP_DIR	./PREVIEWS	#all preview files go here
setenv WF_TEX_DIR	$WF_CMD_DIR/TEXTURES	#all texture files go here
setenv WF_MTL_LIB	$WF_PRJ_DIR/colors.mtl	#each user has their own mtls
setenv WF_DSPL_EXIT	1		#wait for key or mouse before exiting
setenv WF_FRB_DEV	irgt		#all Iris 4D devices
setenv WF_VIDOUT	'vfr:-b vfr_d1_525 -z'	#video framer D1 port
#
#  Add a couple directories to the path.
#
set path = ($path $WF_AV_DIR/bin $WF_CMD_DIR)
