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

  1. viewpoint {
  2.    from <0,0,-5>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 30
  6.    resolution 160,160
  7.    aspect 1
  8.    }
  9. background SkyBlue
  10. light 0.6 * white, <-15,30,-25>
  11. light 0.6 * white, < 15,30,-25>
  12. object {
  13.    blob 0.6:
  14.       1.0, 1.0, <0.75, 0, 0>,
  15.       1.0, 1.0, <0.75*cos(radians(120)), 0.75*sin(radians(120)), 0>,
  16.       1.0, 1.0, <0.75*cos(radians(240)), 0.75*sin(radians(240)), 0>
  17.    u_steps 20
  18.    v_steps 20
  19.    texture {
  20.       surface {
  21.          ambient red, 0.2
  22.          diffuse red, 0.5
  23.          specular white, 0.7
  24.          }
  25.       }
  26.    rotate <0,30,0>
  27.    }
  28.