home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ply15dat.zip / BLOB2.PI < prev    next >
Text File  |  1992-04-01  |  540b  |  30 lines

  1. viewpoint {
  2.    from  <0, 8, -15>
  3.    up    <0, 1, 0>
  4.    at    <0, 0, 0>
  5.    angle 35
  6.    resolution 160, 160
  7.    }
  8.  
  9. light < 10, 30, -20>
  10. background midnightblue
  11.  
  12. object {
  13.       blob 0.5:
  14.      cylinder <-7, 0, 0>, <7, 0, 0>, 2, 4,
  15.      cylinder <0, 0, -7>, <0, 0, 7>, 2, 4,
  16.      sphere <0, 3, 0>, -4, 2.5
  17.  
  18.       texture {
  19.          surface {
  20.             color red
  21.             ambient 0.2
  22.             diffuse 0.8
  23.             specular white, 1
  24.             microfacet Phong 5
  25.             }
  26.          }
  27.    rotate <-30, 0, 0>
  28.    }
  29.  
  30.