home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / blobs / blob1.pi < prev    next >
Text File  |  1994-12-31  |  550b  |  28 lines

  1. viewpoint {
  2.    from <2.5, 5, -12>
  3.    at <2.5,0,0>
  4.    up <0,1,0>
  5.    angle 30
  6.    resolution 320, 240
  7.    aspect 4/3
  8.    }
  9.  
  10. background white
  11. light 0.6 * white, <-15,30,-25>
  12. light 0.6 * white, < 15,30,-25>
  13.  
  14. include "../colors.inc"
  15.  
  16. object {
  17.    blob 0.5:
  18.       cylinder <0,  0, 0>, <5, 0, 0>, 1, 0.7,
  19.       cylinder <1, -3, 0>, <3, 2, 0>, 1, 1.4,
  20.       sphere <3, -0.8, 0>, 1, 1,
  21.       sphere <4,  0.5, 0>, 1, 1,
  22.       sphere <1,  1,   0>, 1, 1,
  23.       sphere <1,  1.5, 0>, 1, 1,
  24.       sphere <1,  2.7, 0>, 1, 1
  25.    shiny_red
  26.    }
  27.  
  28.