home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / glview.zip / ElevatedMandrill.wrl < prev    next >
Text File  |  1996-06-28  |  476b  |  23 lines

  1. #VRML V1.0 ascii
  2. #written by GLView 2.09
  3.  
  4. Separator {
  5.     DEF Title Info {string "GLView Demo:Mandrill.bmp as Elevated grid "   }
  6.     DEF Viewer Info { string "examine" }
  7.  
  8.  
  9.     Rotation {rotation 1 0 0 -1.5708  }
  10.  
  11.     ImageElevationGrid {
  12.         xSpacing 0.1
  13.         zSpacing 0.1
  14.         heightScale 2
  15.         heightImage DEF image Image {
  16.             filename "mandrill.bmp"
  17.             }
  18.         
  19.         colorImage USE image
  20.         
  21.         }
  22.     }
  23.