home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / PVDAT.ZIP / WITCH.DAT < prev   
Encoding:
Text File  |  1991-09-07  |  1.4 KB  |  68 lines

  1. // Persistence of Vision Raytracer
  2. // Sample file
  3. // By Alexander Enzmann
  4. { sample quartic data file written by Alexander Enzmann }
  5.  
  6. #include "colors.dat"
  7. #include "shapes.dat"
  8. #include "textures.dat"
  9.  
  10. { Witch of Agnesi }
  11. object
  12.    intersection
  13.      quartic
  14.      < 0.0   0.0   0.0   0.0   0.0   0.0   1.0   0.0   0.0   0.0
  15.        0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0
  16.        0.0   0.0   0.0   0.0   0.0   0.0   0.0   1.0   0.0   0.04
  17.        0.0   0.0   0.0   0.0   0.04 >
  18.        texture
  19.          color CRed
  20.      specular 1.0
  21.          roughness 0.05
  22.          ambient 0.2
  23.          diffuse 0.8
  24.        end_texture
  25.      end_quartic
  26.      sphere <0 0 0> 1
  27.        texture
  28.          color Clear
  29.        end_texture
  30.      end_sphere
  31.    end_intersection
  32.    bounded_by
  33.      sphere <0 0 0> 1.5 end_sphere
  34.    end_bound
  35.    rotate <30 0 180>
  36. end_object
  37.  
  38. view_point
  39.    location  <0.0  0.0 -3.0>
  40.    direction <0.0  0.0  1.0>
  41.    up        <0.0  1.0  0.0>
  42.    right     <1.33 0.0  0.0>
  43. end_view_point
  44.  
  45. object
  46.    sphere <0 0 0> 1 end_sphere
  47.    translate <200 30 -300>
  48.    texture
  49.      color White
  50.      ambient 1.0
  51.      diffuse 0.0
  52.    end_texture
  53.    light_source
  54.    colour White
  55. end_object
  56.  
  57. object
  58.    sphere <0 0 0> 1 end_sphere
  59.    translate <-200 30 -300>
  60.    texture
  61.      color White
  62.      ambient 1.0
  63.      diffuse 0.0
  64.    end_texture
  65.    light_source
  66.    colour White
  67. end_object
  68.