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

  1. // Persistence of Vision Raytracer
  2. // Sample file
  3. // By Alexander Enzmann
  4.  
  5. { sample quartic data file written by Alexander Enzmann }
  6.  
  7. #include "shapes.dat"
  8. #include "colors.dat"
  9. #include "textures.dat"
  10.  
  11. {
  12.   Folium - a plane with an oogah horn installed (?) or maybe a sassy
  13.            olive sticking out it's pimento!
  14. }
  15.  
  16. object
  17.    intersection
  18.      quartic
  19.      < 0.0   0.0   0.0    0.0  0.0   0.0   0.0   0.0   0.0  2.0
  20.        0.0   0.0  -3.0    0.0  0.0   0.0   0.0  -3.0   0.0  0.0
  21.        0.0   0.0   0.0    0.0  0.0   1.0   0.0   0.0   0.0  0.0
  22.        0.0   0.0   1.0    0.0  0.0 >
  23.        texture
  24.          color CRed
  25.          phong 1.0
  26.          phongsize 10
  27.          ambient 0.2
  28.          diffuse 0.8
  29.        end_texture
  30.      end_quartic
  31.      sphere <0 0 0> 10
  32.        texture
  33.          color Clear
  34.        end_texture
  35.      end_sphere
  36.    end_intersection
  37.    bounded_by
  38.      sphere <0 0 0> 11 end_sphere
  39.    end_bound
  40.    rotate <0 50 10>
  41.    translate <0 0 20>
  42. end_object
  43.  
  44. view_point
  45.    location  <0.0  0.0 -10.0>
  46.    direction <0.0  0.0  1.0>
  47.    up        <0.0  1.0  0.0>
  48.    right     <1.33 0.0  0.0>
  49. end_view_point
  50.  
  51. object
  52.    sphere <0 0 0> 1 end_sphere
  53.    translate <-200 300 -300>
  54.    texture
  55.      colour White
  56.      ambient 1.0
  57.      diffuse 0.0
  58.    end_texture
  59.    light_source
  60.    colour White
  61. end_object
  62.