1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="language" content="en">
<meta name="Author" content="Friedrich A. Lohmueller for POV-Ray, 2013">
<meta name="Description" content="POV-Ray Templates - HTML version">
<title>POV-Ray Templates - HTML version</title>
<link rel="stylesheet" type="text/css" href="../povray_style.css">
</head>
<body bgcolor="#d8d8d0" text="#505030" link="#006677" vlink="#445566" alink="#cc0055">
<table width="100%" border="0"><tr><td>
<div align="center"><font size="+2"><b>General Statements</b></font></div>
</td>
</tr></table>
<a name="start"></a>
<hr size="3">
<table border="0" width="100%" cellspacing="5"> <!--- global table -->
<tr><td valign="top"> <!-- Index - Content - 1st column -->
<font size="2">
<a href="../../index.htm">Demo scene files Index</b></a><br>
<br>
<font size="+1"><a href="../_index.htm">POV-Ray Templates</b></a></font>
<br>
<a href="../Basic_Scenes/__index.htm">Ready-made Basic Scenes</b></a><br>
<a href="../Basic_Shapes_round/__index.htm">Basic Shapes round</b></a><br>
<a href="../Basic_Shapes_angular/__index.htm">Basic Shapes angular</b></a><br>
<a href="../Shapes2_inc/__index.htm">Shapes 2</b></a><br>
<a href="../Shapes3_inc/__index.htm">Shapes 3</b></a><br>
<a href="../blob_fractal/__index.htm">Blob and Fractal</b></a><br>
<a href="../Text_Shapes_3D/__index.htm">3D text shapes</b></a><br>
<a href="../height_field_and_HF_macros/__index.htm">height_field, HF_macros</b></a><br>
<a href="../Non_CSG_shapes/__index.htm">Mesh and non-CSG shapes</b></a><br>
<a href="../Isosurfaces_by_basic_functions/__index.htm">Isosurfaces basic functions</b></a><br>
<a href="../Isosurfaces_by_function_inc/__index.htm">Isosurfaces function.inc</b></a><br>
<a href="../Isosurfaces_by_pattern_functions/__index.htm">Isosurfaces by patterns</b></a><br>
<a href="../Polynomial_Quartic/__index.htm">Polynomial and Quartic</b></a><br>
<a href="../Parametric_Surfaces/__index.htm">Parametric Surfaces</b></a><br>
<a href="../Meshes_by_meshmaker_inc/__index.htm">Meshes by meshmaker.inc</b></a><br>
<a href="../While_Loops_For_Loops/__index.htm">While Loops, For Loops</b></a><br>
<nobr> <a href="../Sphere_sweep_Spline_curves/__index.htm">sphere_sweep, Spline curves</b></a></nobr><br>
<a href="../Random/__index.htm">Random</b></a><br>
<a href="../Shearing_and_transform/__index.htm">Shearing and transform</b></a><br>
<a href="../Colors_in_textures/__index.htm">Colors in textures</b></a><br>
<a href="../Textures_Materials/__index.htm">Textures and Materials</b></a><br>
<a href="../Lights_skies_fogs_rainbow/__index.htm">Lights, skies, fogs, rainbow</b></a><br>
<a href="../Radiosity_Photons/__index.htm">Radiosity and Photons</b></a><br>
<a href="../Include/__index.htm">Own include files</b></a><br>
<a href="../Math_functions/__index.htm">Math functions</b></a><br>
<b>></b> <!--a href="../General_statements/__index.htm"--><b>General statements</b></a><br>
<a href="../Animation/__index.htm">Animation</b></a><br>
___________________<br>
<br>
<nobr>
</nobr>
</font>
</td><td valign="top" rowspan="2"> <!-- Content - 2nd column -->
<a name="Top"></a>
<table width="95%" align="center" border="0"
bordercolor="#C0C0C0" bordercolorlight="#FFFFFF" bordercolordark="#808080"><tr><td> <!-- global-->
<tr>
<td valign="top" width="50%">
<table border="0" cellpadding="1" cellspacing="0" width="85%" bgcolor="#d8d8d0"
bordercolor="#C0C0C0" bordercolorlight="#FFFFFF" bordercolordark="#808080">
<tr>
<td><br>
<b>default finish:</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>#default{ finish{ ambient 0.1 diffuse 0.9 }} </b></td></pre>
</tr></table><font size="1">default finish</font></div>
</td>
</tr>
<tr>
<td> <font size="-1"><b>In POV-Ray version 3.7</font> with radiosity ambient is replaces by emission</b>. <br>
<font size="-1">With radiosity on ambient is 0. For 3.7 scenes that work also in 3.6 use i.e.:</font><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>#if (version < 3.7) ambient 1 #else emission 1 #end </b></td></pre>
</tr></table><font size="1">ambient <-> emission</font></div>
</td>
</tr>
<tr>
<td>
<b>default gamma setting: (3.6/3.7)</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings{ assumed_gamma 1.0 }
#default{ finish{ ambient 0.1 diffuse 0.9 }} </b></td></pre>
</tr></table><font size="1">default finish and gamma setting versions 3.6.2 / 3.7</font></div>
</td>
</tr>
<tr>
<td><b>max_trace_level:</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings { max_trace_level 10 }//(1...256) [default = 5] </b></td></pre>
</tr></table><font size="1">max_trace_level 10</font></div>
</td>
</tr>
<tr>
<td><b>charset:</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td>
<pre><b>global_settings{ charset utf8 } // unicode
<b>global_settings{ charset ascii } // ascii (only 0 to 127 are valid)
<b>global_settings{ charset sys } // system specific charset </b></td></pre>
</tr></table><font size="1">charset - specifies the assumed character set of all text strings</font></div>
</td>
</tr>
<tr>
<td><b>Noise generators:</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings { noise_generator 1 } </b></td></pre>
</tr></table><font size="1">noise_generator 1</font></div>
</td>
</tr>
<tr>
<td>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings { noise_generator 2 } </b></td></pre>
</tr></table><font size="1">noise_generator 2</font></div>
</td>
</tr>
<tr>
<td>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings { noise_generator 1 } </b></td></pre>
</tr></table><font size="1">noise_generator 3</font></div>
</td>
</tr>
<tr>
<td><b>adc_bailout</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings{ adc_bailout 0.0039 } </b></td></pre>
</tr></table><font size="1">adc_bailout - sets cutoff point of ray computation (1/255 default)</font></div>
</td>
</tr>
<tr>
<td><b>number_of_waves</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings{ number_of_waves 10 } </b></td></pre>
</tr></table><font size="1">number_of_waves - sets how many instances of waves/ripples to use</font></div>
</td>
</tr>
<tr>
<td><b>irid_wavelength</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings{ irid_wavelength <0.25, 0.18, 0.14> } </b></td></pre>
</tr></table><font size="1">irid_wavelength - sets the color shifts for iridescence (irid {})</font></div>
</td>
</tr>
<tr>
<td><b>hf_gray_16</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings{ hf_gray_16 on } // [on/off] </b></td></pre>
</tr></table><font size="1">hf_gray_16 - sets image output to use grayscale only (TGA, PNG)</font></div>
</td>
</tr>
<tr>
<td><b>max_intersections: // don't use it with POV-Ray version 3.7 !!!!</b><br>
<table border="2" bordercolor="#C0C0C0" bordercolordark="#FFFFFF" bordercolorlight="#808080" bgcolor="#ffffff">
<tr><td><pre><b>global_settings { max_intersections 200 } //(1...200) [default = 64] </b></td></pre>
</tr></table><font size="1">max_intersections 200</font></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td></tr>
<tr>
<td valign="middle" align="center"><a href="#top">top</a>
</td></tr></table>
</div>
<!-- footer -->
<hr size="3">
<table width="95%" align="center">
<tr>
<td><i><font size="1">© Persistence of Vision Ray Tracer, 2013<br>
<a href="http://www.povray.org"><nobr>http://www.povray.org</nobr></font></i></a>
</td>
<td> </td>
<td> </td>
</tr></table><!-- end footer -->
</body>
</html>
|