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

  1. viewpoint{
  2.    from <0,-2.0,-0.5>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 45
  6.    resolution 128, 128
  7.    }
  8.  
  9. light <-10, 10, -10>
  10.  
  11. include "..\colors.inc"
  12.  
  13. define strength  0.000917
  14.  
  15. object {
  16.    blob  strength:
  17.       sphere < 0, 0, 0>, strength, 1.03000,
  18.       sphere < 1, 0, 0>, strength, 1.03000,
  19.       sphere < 0, 1, 0>, strength, 1.03000,
  20.       sphere <-1, 0, 0>, strength, 1.03000,
  21.       sphere < 0,-1, 0>, strength, 1.03000
  22.    u_steps 20
  23.    v_steps 20
  24.    reflective_coral
  25.    }
  26.