home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ply15dat.zip / BLOB4.PI < prev    next >
Text File  |  1992-09-19  |  567b  |  29 lines

  1. viewpoint {
  2.    from <0,5,-5>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 45
  6.    resolution 128, 128
  7.    aspect 1
  8.    }
  9. background midnight_blue
  10. light 0.6*white, <-20,30,-25>
  11. light 0.6*white, < 20,30,-25>
  12.  
  13. object {
  14.    blob 0.5:
  15.       sphere <-2, 0, 0>, 2, 1,
  16.       cylinder <-2, 0, 0>, <2, 0, 0>, 1, 0.5,
  17.       cylinder <0, 0, -2>, <0, 0, 2>, 1, 0.5,
  18.       cylinder <0, -2, 0>, <0, 2, 0>, 1, 0.5
  19.  
  20.    texture {
  21.       surface {
  22.          ambient red, 0.1
  23.          diffuse red, 0.5
  24.          specular white, 0.7
  25.          }
  26.       }
  27.    rotate <0,20,0>
  28.    }
  29.