home *** CD-ROM | disk | FTP | other *** search
/ Computerspiele Selbermachen / computerspieleselbermachen.iso / pov / tree2.inc < prev    next >
Text File  |  1994-10-03  |  626b  |  24 lines

  1. #declare l_base = object { cylinder { <0, 0, 0>, <0, 1.5, 0>, .75 } }  
  2.  
  3. #declare Bark = texture {
  4.           pigment {color Tan}
  5.           normal {
  6.             bump_map {
  7.               gif "barktex.gif"
  8.               map_type 2
  9.               bump_size 3
  10.             }
  11.           rotate <0, -60, 0>
  12.           }        
  13.         }
  14. #declare Leaf1 = texture {pigment {color ForestGreen} finish {ambient .5}}
  15. #declare Leaf2 = texture {pigment {color MediumForestGreen} finish {ambient .5}}
  16. #declare Leaf3 = texture {pigment {color GreenYellow} finish {ambient .5}}
  17.  
  18. // OBJECTS ------------------------------------------------------------------
  19.  
  20. #include "mytree.inc"
  21.  
  22.  
  23.  
  24.