home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / breeze / programs.z / POV20.INF < prev    next >
Encoding:
Text File  |  1996-02-19  |  3.3 KB  |  152 lines

  1. #begin render_settings
  2. Description "Persistence of Vision 2.0"
  3. Quality "5|Quick|9|Full"
  4. Type 10
  5. SetDefault ""
  6. SetInclude "+l"
  7. SetExit "+X +V"
  8. SetAntialias "+A"
  9. SetQuality "+Q"
  10. SetHeight "+h"
  11. SetWidth  "+w"
  12. SetInput  "+i"
  13. SetOutput "+o"
  14. #end
  15. #begin texure_options
  16. 0 ""
  17. 1 "0|Planar|1|Spherical|2|Cylindrical|5|Quadratic"
  18. 2 "0|None|2|Bilinear|4|Normalized"
  19. 3 "4|Normalized|2|Bilinear"
  20. #end
  21. #begin texture_syntax
  22. "pigment" 
  23.     {
  24.     "agate" B 0
  25.     "agate_turb" D "0|1|1"
  26.     "bozo" B 0 
  27.     "granite" B 0 
  28.     "leopard" B 0 
  29.     "marble" B 0  
  30.     "onion" B 0   
  31.     "radial" B 0  
  32.     "spotted" B 0
  33.     "wood" B 0
  34.     "mandel" I "10|256|10"
  35.     "checker" T 0 
  36.     "hexagon" H 0 
  37.     "color" C 0
  38.     "color_map" M 0
  39.     "phase" D "0|1|0"
  40.     "frequency" D "-1|10|1"
  41.     "image_map" 
  42.         {
  43.         "*image" F 0
  44.         "once" B 0
  45.         "interpolate" O 2
  46.         "map_type" O 1
  47.         }
  48.     "*modify" 
  49.         {
  50.         "scale" S 0
  51.         "translate" S 0
  52.         "rotate" S 0
  53.         }
  54.    "quick_color" C 0
  55.     "*turbulence" 
  56.         {
  57.         "turbulence" D "0|1|0"
  58.         "octaves" I "2|10|6"
  59.         "omega" D "0.1|2|0.5"
  60.         "lambda" D "0|2|1"
  61.         }
  62.     }
  63. "normal" 
  64.     {
  65.     "bumps" D "0|1|0.5"
  66.     "bump_map"
  67.         {
  68.         "*image" F 0
  69.         "once" B 0
  70.         "interpolate" O 3
  71.         "map_type" O 1
  72.         "use_color" B 0
  73.         "use_index" B 0
  74.         "bump_size" D "0|1|0.5"
  75.         }
  76.     "dents" D "0|1|0"
  77.     "phase" D "0|1|0"
  78.     "ripples" D "0|1|0"
  79.     "waves"  D "0|1|0"
  80.     "wrinkles"  D "0|1|0"
  81.     "frequency" D "0|10|1"
  82.     "*modify" 
  83.         {
  84.         "scale" S 0
  85.         "translate" S 0
  86.         "rotate" S 0
  87.         }
  88.     }
  89. "finish" 
  90.     {
  91.     "ambient" D "0|1|0.1"
  92.     "crand" D "0|1|0"
  93.     "metallic" B 0
  94.     "diffuse" D "0|1|0"
  95.     "specular" D "0|1|0"  
  96.     "roughness" D "0|1|0" 
  97.     "phong" D "0|1|0"
  98.     "phong_size" D "0|100|40"
  99.     "brilliance" D "0|10|1"
  100.     "ior" D "0|3|0"
  101.     "refraction" D "0|1|0"
  102.     "reflection" D "0|1|0"
  103.     }
  104. "*modify" 
  105.     {
  106.     "scale" S 0
  107.     "translate" S 0
  108.     "rotate" S 0
  109.     }
  110. #end
  111. #begin texture_xref
  112.     "agate"        "/pigment/agate"        
  113.     "bozo"        "/pigment/bozo"        
  114.     "granite"    "/pigment/granite"    
  115.     "leopard"    "/pigment/leopard"    
  116.     "marble"    "/pigment/marble"    
  117.     "onion"        "/pigment/onion"        
  118.     "radial"    "/pigment/radial"    
  119.     "spotted"    "/pigment/spotted"    
  120.     "wood"        "/pigment/wood"        
  121.     "mandel"    "/pigment/mandel"    
  122.     "checker"    "/pigment/checker"    
  123.     "hexagon"    "/pigment/hexagon"    
  124.     "color"        "/pigment/color"        
  125.     "color_map"    "/pigment/color_map"
  126.     "image_map"    "/pigment/image_map/*image"
  127.     "turbulence"    "/pigment/*turbulence/turbulence"
  128.     "bumps"        "/normal/bumps"        
  129.     "dents"        "/normal/dents"        
  130.     "phase"        "/normal/phase"        
  131.     "ripples"    "/normal/ripples"    
  132.     "waves"        "/normal/waves"        
  133.     "wrinkles"    "/normal/wrinkles"    
  134.     "frequency"    "/normal/frequency"
  135.     "ambient"    "/finish/ambient"    
  136.     "crand"        "/finish/crand"        
  137.     "metallic"    "/finish/metallic"    
  138.     "diffuse"    "/finish/diffuse"    
  139.     "specular"    "/finish/specular"    
  140.     "roughness"    "/finish/roughness"    
  141.     "phong"        "/finish/phong"        
  142.     "phong_size"    "/finish/phong_size"
  143.     "brilliance"    "/finish/brilliance"
  144.     "ior"        "/finish/ior"        
  145.     "refraction"    "/finish/refraction"
  146.     "reflection"    "/finish/reflection"
  147.     "scale"        "/*modify/scale"
  148.     "translate"     "/*modify/translate"
  149.     "rotate"     "/*modify/rotate"
  150. #end
  151.  
  152.