home *** CD-ROM | disk | FTP | other *** search
/ Late Night VRML 2.0 with Java CD-ROM / code.zip / Ch18 / box.wrl < prev    next >
Text File  |  1997-02-21  |  127b  |  8 lines

  1. #VRML V2.0 utf8
  2.  
  3. Shape {
  4.     appearance Appearance { material Material { diffuseColor 0 0 1 } }
  5.     geometry Box { }
  6. }
  7.  
  8.