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

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