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

  1. #begin render_settings
  2. Description "Persistence of Vision 3.0"
  3. Quality "5|Quick|9|Full|11|Radiosity"
  4. Type 10
  5. SetDefault "-X"
  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. 4 "1|Isotropic_Scattering|2|Mie_hazy_Scattering|3|Mie_Murky_Scattering|4|Rayleigh_Scattering|5|Henyey_Greenstein_Scattering"
  21. #end
  22. #begin texture_syntax
  23. "pigment" 
  24.     {
  25.     "agate" B 0
  26.     "agate_turb" D "0|1|1"
  27.     "bozo" B 0 
  28.     "granite" B 0 
  29.     "leopard" B 0 
  30.     "marble" B 0  
  31.     "onion" B 0   
  32.     "radial" B 0  
  33.     "spotted" B 0
  34.     "wood" B 0
  35.     "mandel" I "10|256|10"
  36.     "checker" T 0 
  37.     "hexagon" H 0 
  38.     "color" C 0
  39.     "color_map" M 0
  40.     "phase" D "0|1|0"
  41.     "frequency" D "-1|10|1"
  42.     "image_map" 
  43.         {
  44.         "*image" F 0
  45.         "once" B 0
  46.         "interpolate" O 2
  47.         "map_type" O 1
  48.         }
  49.     "*modify" 
  50.         {
  51.         "scale" S 0
  52.         "translate" S 0
  53.         "rotate" S 0
  54.         }
  55.    "quick_color" C 0
  56.     "*turbulence" 
  57.         {
  58.         "turbulence" D "0|1|0"
  59.         "octaves" I "2|10|6"
  60.         "omega" D "0.1|2|0.5"
  61.         "lambda" D "0|2|1"
  62.         }
  63.     "Spiral1" I 0
  64.     "Spiral2" I 0
  65.     "warp"
  66.        {
  67.        "black_hole" S 0
  68.        "falloff" D 0
  69.        "strength" D 0
  70.        "repeat" S 0
  71.        "turbulence" S 0
  72.        "inverse" B 0
  73.        }
  74.     }
  75. "normal" 
  76.     {
  77.     "bumps" D "0|1|0.5"
  78.     "bump_map"
  79.         {
  80.         "*image" F 0
  81.         "once" B 0
  82.         "interpolate" O 3
  83.         "map_type" O 1
  84.         "use_color" B 0
  85.         "use_index" B 0
  86.         "bump_size" D "0|1|0.5"
  87.         }
  88.     "dents" D "0|1|0"
  89.     "phase" D "0|1|0"
  90.     "ripples" D "0|1|0"
  91.     "waves"  D "0|1|0"
  92.     "wrinkles"  D "0|1|0"
  93.     "frequency" D "0|10|1"
  94.     "*modify" 
  95.         {
  96.         "scale" S 0
  97.         "translate" S 0
  98.         "rotate" S 0
  99.         }
  100.     "quilted" S 0
  101.     }
  102. "finish" 
  103.     {
  104.     "ambient" D "0|1|0.1"
  105.     "crand" D "0|1|0"
  106.     "metallic" B 0
  107.     "diffuse" D "0|1|0"
  108.     "specular" D "0|1|0"  
  109.     "roughness" D "0|1|0" 
  110.     "phong" D "0|1|0"
  111.     "phong_size" D "0|100|40"
  112.     "brilliance" D "0|10|1"
  113.     "ior" D "0|3|0"
  114.     "refraction" D "0|1|0"
  115.     "reflection" D "0|1|0"
  116.     }
  117. "halo"
  118.     {
  119.     "*type"
  120.         {
  121.         "attenuating" B 0
  122.         "emitting" B 0
  123.         "glowing" B 0
  124.         "dust" B 0
  125.         }
  126.     "*density"
  127.         {
  128.         "constant" B 0
  129.         "linear" B 0
  130.         "cubic" B 0
  131.         "poly" B 0
  132.         }
  133.     "*mapping"
  134.         {
  135.         "planar_mapping" B 0
  136.         "spherical_mapping" B 0
  137.         "cylindrical_mapping" B 0
  138.         "box_mapping" B 0
  139.         }
  140.     "dust_type" O 4
  141.     "eccentricity" D 0
  142.     "max_value" D 0
  143.     "exponent" D 0
  144.     "samples" D 0
  145.     "aa_level" D 0
  146.     "aa_threshold" D 0
  147.     "jitter" D 0
  148.     "turbulence" D 0
  149.     "octaves" D 0
  150.     "omega" D 0
  151.     "lambda" D 0
  152.     "color_map" M 0
  153.     "frequency" D 0
  154.     "phase" D 0
  155.     "*modify" 
  156.         {
  157.         "scale" S 0
  158.         "translate" S 0
  159.         "rotate" S 0
  160.         }
  161.     }
  162. "*modify" 
  163.     {
  164.     "scale" S 0
  165.     "translate" S 0
  166.     "rotate" S 0
  167.     }
  168. #end
  169. #begin texture_xref
  170.     "agate"        "/pigment/agate"        
  171.     "bozo"        "/pigment/bozo"        
  172.     "granite"    "/pigment/granite"    
  173.     "leopard"    "/pigment/leopard"    
  174.     "marble"    "/pigment/marble"    
  175.     "onion"        "/pigment/onion"        
  176.     "radial"    "/pigment/radial"    
  177.     "spotted"    "/pigment/spotted"    
  178.     "wood"        "/pigment/wood"        
  179.     "mandel"    "/pigment/mandel"    
  180.     "checker"    "/pigment/checker"    
  181.     "hexagon"    "/pigment/hexagon"    
  182.     "color"        "/pigment/color"        
  183.     "color_map"    "/pigment/color_map"
  184.     "image_map"    "/pigment/image_map/*image"
  185.     "turbulence"    "/pigment/*turbulence/turbulence"
  186.     "bumps"        "/normal/bumps"        
  187.     "dents"        "/normal/dents"        
  188.     "phase"        "/normal/phase"        
  189.     "ripples"    "/normal/ripples"    
  190.     "waves"        "/normal/waves"        
  191.     "wrinkles"    "/normal/wrinkles"    
  192.     "frequency"    "/normal/frequency"
  193.     "ambient"    "/finish/ambient"    
  194.     "crand"        "/finish/crand"        
  195.     "metallic"    "/finish/metallic"    
  196.     "diffuse"    "/finish/diffuse"    
  197.     "specular"    "/finish/specular"    
  198.     "roughness"    "/finish/roughness"    
  199.     "phong"        "/finish/phong"        
  200.     "phong_size"    "/finish/phong_size"
  201.     "brilliance"    "/finish/brilliance"
  202.     "ior"        "/finish/ior"        
  203.     "refraction"    "/finish/refraction"
  204.     "reflection"    "/finish/reflection"
  205.     "scale"        "/*modify/scale"
  206.     "translate"     "/*modify/translate"
  207.     "rotate"     "/*modify/rotate"
  208. #end
  209.  
  210.