# # #[return] #
#color-usage.wrl
#Library of Colors
# Fabiana, March 97

# this library is at ~/public_html/tut-vrml/examples/color.wrl
# it can be referenced in a program as follows : 
#  (for the color yellow)
#EXTERNPROTO Cor1 [] "http://..../~user/tut-vrml/examples/color.wrl#Yellow"


#VRML V2.0 utf8

EXTERNPROTO Yellow[] "color.wrl#Yellow"

Transform{
      children[
      Shape{ geometry Sphere { radius 1.0}
             appearance Appearance{ material Yellow{} }
           }
              ]
          }