#
##color.wrl #Library of Colors # Fabiana, March 97 # this library is at http://www.cgl.uwaterloo.ca/~lpini/leovrml/run-examples # /color.wrl # it can be referenced in a program as follows : (for the color yellow) #EXTERNPROTO Cor1 [] "http://www.cgl.uwaterloo.ca/~lpini/leovrml/run-examples # /color.wrl#Yellow" #VRML V2.0 utf8 PROTO Yellow [ ] { Material { diffuseColor 1.0 1.0 0.} } PROTO Gray [ ] { Material { diffuseColor 0.752941 0.752941 0.752941 }}