home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 11 / CD_ASCQ_11_0294.iso / voxrom / images / kerleau / life / life.pov < prev   
Text File  |  1994-01-09  |  2KB  |  48 lines

  1. // STILIFE
  2. // Converted from 3D Studio with 3DS2POV 1.8 (c) S. ANGER & J. BOWERMASTER
  3. // by J. KERLEAU  09-93
  4.  
  5. // COLORS
  6. #declare White = color red 1 green 1 blue 1
  7. #declare Blue = color blue 1
  8. #declare Orange = color red 1 green 0.5 blue 0.0
  9. #declare Yellow = color red 1 green 1
  10. #declare DarkGreen = color red 0.184314 green 0.309804 blue 0.184314
  11.  
  12. // TEXTURES
  13. #declare BUD = texture { pigment {Yellow} finish {ambient 0.3 diffuse 0.7}}
  14. #declare MUM_TX = texture { pigment {Orange} finish {ambient 0.3 diffuse 0.7}}
  15. #declare LEAF_TXBP = texture { pigment{DarkGreen} finish {ambient 0.3 diffuse 0.7}}
  16. #declare BUMPBRNZ_DKBP = texture { pigment{Blue} finish{ambient 0.3 diffuse 0.7
  17.     phong 1 phong_size 200 reflection 0.2 } }
  18. #declare ERTEBRZ_LT_TXBP = texture { pigment{White} finish{ambient 0.3 diffuse 0.7}}
  19. #declare DMPLBRNZ_DKBP = texture { BUMPBRNZ_DKBP }
  20.  
  21. // SHAPES
  22. #declare Life = union { #include "LIFE.inc" }
  23.  
  24. // SCENE
  25. object { Life }
  26.  
  27. // CAMERA & LIGHTS
  28. camera {
  29.     location <482.3268,-761.8428,341.2552> direction <0,1.212,0>
  30.     up <0,0,1> sky <0,0,1> right <4/3,0,0> look_at <-71.0384,10.2475,51.9810>
  31. }
  32. light_source {
  33.     <1632.5844,-451.9964,1098.1780> color rgb <1,1,1>
  34.     spotlight
  35.     point_at <70.5186,-38.2093,-12.0521>
  36.     tightness 0
  37.     radius 6.38
  38.     falloff 7.75
  39. }
  40. light_source {
  41.     <-368.6355,-1056.5355,597.4040> color rgb <0.8,0.8,0.8>
  42.     spotlight
  43.     point_at <-9.5059,-57.5944,294.9337>
  44.     tightness 0
  45.     radius 3.63
  46.     falloff 4.63
  47. }
  48.