home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / utility / dos / chem2p / h2so4.pov < prev   
Encoding:
Text File  |  1993-04-06  |  705 b   |  26 lines

  1. #include "colors.inc"
  2. #include "shapes.inc"
  3. #include "textures.inc"
  4.  
  5. // create the number of chem textures as specified in the .INC file
  6. //
  7. #declare chem1 = texture { Jade       phong 1 }
  8. #declare chem2 = texture { Red_Marble phong 1 }
  9. #declare chem3 = texture { agate      phong 1 }
  10.  
  11. #include "h2so4.inc"
  12.  
  13. camera {
  14.    location  <  -10.0     100.0     -100  >
  15.    direction <  0.0     0.0     2.0   >
  16.    up        <  0.0     1.0     0.0   >
  17.    right     <  1.33333 0.0     0.0   >
  18.    look_at   <  0.0     0.0     0.0   >
  19. }
  20.  
  21.  
  22. object { light_source { <-10  30  -70.0> color White } }  // main light
  23. object { light_source { <0 400  0.0> color White } }      // backlight (optional)
  24.  
  25.  
  26.