# This is a sample Geomview startup file.  You can put commands here
# which will be executed by Geomview each time it starts up.  Comments
# start with a '#' and go to the end of the line.

# You should wrap all commands in this file in a "progn" to
# cause them all to be interpreted at the same time.

# The following commands simply reset some of Geomview's hardwired
# defaults; they are listed here just as an example.

(progn
  (backcolor allcams .33 .33 .33) # set all cameras' background color to grey
  (bbox-color allgeoms 1 1 0)	# set all geoms' bounding box color to yellow

  # Make the example programs appear on the "EXTERNAL MODULES" menu
  # GEOMBIN, the directory these are looked for in, can be set through
  # the environment variable. Otherwise it is set in common/config.h.

  (ui-emotion-program "4-D Rotation" "4drotate")
  (ui-emotion-program "Graffiti" "graffiti")
  (ui-emotion-program "Nose" "nose")
  (ui-emotion-program "Eucsyms" "eucsyms")
  (ui-emotion-program "Triangle Groups" "trigrp")
)
