home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / polyray / dat / misc / ripple.pi < prev    next >
Encoding:
Text File  |  1994-03-06  |  587 b   |  35 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0,20,-8>
  7.    at <0,0,1000>
  8.    up <0,1,0>
  9.    angle 45
  10.    yon 1000
  11.    resolution 256, 256
  12.    }
  13.  
  14. include "..\colors.inc"
  15. include "..\texture.inc"
  16. background black
  17. light orange, < 0, 40, 900>
  18.  
  19. object {
  20.    sphere <0, -10, 1000>, 100
  21.    texture {
  22.       surface {
  23.          ambient orange, 1
  24.          diffuse 0
  25.          specular 0
  26.          }
  27.       }
  28.    }
  29.  
  30. object {
  31.    polynomial y
  32.    translate <0, -1, 0>
  33.    blue_ripple { scale <10, 10, 10> }
  34.    }
  35.