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

  1. // Persistence of Vision Raytracer
  2. // Sample file
  3.  
  4. #include "colors.dat"
  5. #include "textures.dat"
  6.  
  7. view_point
  8.    location <0.0  20.0  -125.0>
  9.    direction <0.0 0.0  2.0>
  10.    up  <0.0  1.0  0.0>
  11.    right <1.33333 0.0 0.0>
  12.    look_at <0.0 25.0 0.0> 
  13. end_view_point
  14.  
  15. object
  16.    sphere <0.0  25.0  0.0>  20.0 end_sphere
  17.    texture 
  18.     color red 1.0 green 1.0 blue 1.0 alpha 1.0
  19.     ambient 0.0
  20.     diffuse 0.0
  21.     specular 0.5
  22.     roughness 0.0001
  23.     reflection 0.2
  24.     refraction 1.0
  25.     ior 1.5
  26.    end_texture
  27. end_object
  28. object 
  29.   sphere <0.0 0.0 0.0> 200.0 end_sphere
  30.   texture
  31.    Bright_Blue_Sky
  32.    scale <30.0 10.0 10.0>
  33.   end_texture
  34. end_object
  35. object
  36.    sphere  <0.0  0.0  0.0> 2.0 end_sphere
  37.    translate  <100.0  140.0  -130.0>
  38.  
  39.    texture
  40.      colour red 0.7 green 0.7 blue 0.7
  41.      ambient 1.0
  42.      diffuse 0.0
  43.    end_texture
  44.    light_source
  45. end_object
  46.