home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / objects / chap11 / 11eg01.wrl next >
Text File  |  1995-12-22  |  139b  |  7 lines

  1. #VRML V1.0 ascii
  2. # This file defines a simple red sphere
  3. Separator {
  4.     Material { diffuseColor 1 0 0 }  # the color red
  5.     Sphere { }
  6. }
  7.