home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK2 / MULTI_04 / CHEM2P.ZIP / H2SO4.POV < prev   
Text File  |  1993-04-06  |  705b  |  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.