home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1151 / f2pscn4.pov < prev    next >
Text File  |  1994-01-03  |  944b  |  31 lines

  1. //
  2. //       filename: F2PSCN4.POV
  3. //
  4. //       Plasma terrain.
  5. //
  6. //       "plasma.gif" must be in POV-Ray's search path.
  7. //        
  8. //       by David Grossman 
  9. //
  10.  
  11. #include "frct2pov.inc"
  12.  
  13. camera   {  location < 1, 8, 4 >
  14.             direction < 0, 0, 4 >
  15.             up < 0, 1, 0 >        // y is up
  16.             right < -4/3, 0, 0 >  // right handed system
  17.             look_at < 0, 0, 0 >
  18.          }
  19.          
  20. object   {  height_field { gif "plasma.gif" translate <-.5,-.5,-.5>
  21.                                              scale < 2,1,1.5 > }
  22.             texture  {  frct2pov
  23.                         finish   {  ambient .6 diffuse .5 } rotate -90*x  }   }
  24.  
  25. object   {  light_source   {  < 10, 45, 20 > color rgb < 1, 1, 1 > } }
  26.                                     
  27.                                     
  28.                                     
  29.                                     
  30.                                     
  31.