WiZ with gray marble.pov
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:1k
源码类别:

压缩解压

开发平台:

Visual C++

  1. // Info-Zip WiZ splash screen, using POV-RAY 3.01 by Mike White
  2. #include "colors.inc"
  3. #include "stones.inc"
  4. camera {
  5.   location <0,0.3,-15>
  6.   look_at <.3,.2,1>
  7.   angle 16
  8. }
  9. light_source { < 500,500,-3000> White shadowless}
  10. light_source { <-500,500,-3000> White shadowless}
  11. //light_source { < 500,-500,-3000> White shadowless}
  12. //light_source { <-500,-500,-3000> White shadowless}
  13. plane { z, 150
  14.       texture { T_Stone13 }
  15. //      pigment { DustyRose }
  16.   }
  17.   text { ttf "timrom.ttf" "Info-Zip's" 150, 0
  18.     pigment { Copper }
  19.     finish { reflection .25 specular 1 }
  20.     translate <-1.7, 0.49, 0>
  21. }
  22.   text { ttf "timrom.ttf" "WiZ 4.0" 150, 0
  23.     pigment { Copper }
  24.     finish { reflection .25 specular 1 }
  25.     translate <-1.4, -0.45, 0>
  26. }