<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.povray.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ThorstenFroehlich</id>
	<title>POV-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.povray.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ThorstenFroehlich"/>
	<link rel="alternate" type="text/html" href="https://wiki.povray.org/content/Special:Contributions/ThorstenFroehlich"/>
	<updated>2026-04-27T17:50:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Pattern&amp;diff=7130</id>
		<title>Reference:Pattern</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Pattern&amp;diff=7130"/>
		<updated>2012-03-17T12:10:57Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: /* Discontinuous Patterns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Patterns}}&lt;br /&gt;
[[Category:Patterns]]&lt;br /&gt;
&amp;lt;p&amp;gt;POV-Ray uses a method called &amp;lt;em&amp;gt;three-dimensional solid texturing&amp;lt;/em&amp;gt; to&lt;br /&gt;
define the color, bumpiness and other properties of an object. You specify&lt;br /&gt;
the way that the texture varies over a surface by specifying a &amp;lt;em&amp;gt;&lt;br /&gt;
pattern&amp;lt;/em&amp;gt;. Patterns are used in pigments, normals and texture maps as well&lt;br /&gt;
as media density.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
All patterns in POV-Ray are three dimensional. For every point in space,&lt;br /&gt;
each pattern has a unique value. Patterns do not wrap around a surface like&lt;br /&gt;
putting wallpaper on an object. The patterns exist in 3d and the objects are&lt;br /&gt;
carved from them like carving an object from a solid block of wood or&lt;br /&gt;
stone.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Consider a block of wood. It contains light and dark bands that are&lt;br /&gt;
concentric cylinders being the growth rings of the wood. On the end of the&lt;br /&gt;
block you see these concentric circles. Along its length you see lines that&lt;br /&gt;
are the veins. However the pattern exists throughout the entire block. If you&lt;br /&gt;
cut or carve the wood it reveals the pattern inside. Similarly an onion&lt;br /&gt;
consists of concentric spheres that are visible only when you slice it.&lt;br /&gt;
Marble stone consists of wavy layers of colored sediments that harden into&lt;br /&gt;
rock.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These solid patterns can be simulated using mathematical functions. Other&lt;br /&gt;
random patterns such as granite or bumps and dents can be generated using a&lt;br /&gt;
random number system and a noise function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
In each case, the x, y, z coordinate of a point on a surface is used to&lt;br /&gt;
compute some mathematical function that returns a float value. When used with&lt;br /&gt;
color maps or pigment maps, that value looks up the color of the pigment to&lt;br /&gt;
be used. In normal statements the pattern function result modifies or&lt;br /&gt;
perturbs the surface normal vector to give a bumpy appearance. Used with a&lt;br /&gt;
texture map, the function result determines which combinations of entire&lt;br /&gt;
textures to be used. When used with media density it specifies the density of&lt;br /&gt;
the particles or gasses.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The following sections describe each pattern. See the sections [[Reference:Pigment|:Pigment|Pigment]], [[Reference:Normal|:Normal|Normal]], &amp;lt;!--&amp;lt;linkto &amp;quot;Patterned Textures&amp;quot;&amp;gt;Patterned Textures&amp;lt;/linkto&amp;gt;---&amp;gt;[[Reference:Patterned Textures|Patterned Textures]] and [[Reference:Density File Pattern|:Density|:Density_File|Density]] for more details on how to use patterns. Unless mentioned otherwise, all patterns use the &amp;lt;code&amp;gt;ramp_wave&amp;lt;/code&amp;gt; wave type by default but may use any wave type and may be used with &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;pigment_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;texture_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;density&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;density_map&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Note&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; Some patterns have a built in default color_map that does not result in a&lt;br /&gt;
grey-scale pattern. This may lead to unexpected results  when one of these&lt;br /&gt;
patterns is used without a user specified color_map, for example in&lt;br /&gt;
functions or media.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; These patterns are:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;agate&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;bozo&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;brick&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;checker&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;hexagon&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;mandel&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;marble&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;radial&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;square&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;triangular&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;wood&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Patterns==&lt;br /&gt;
&amp;lt;p&amp;gt;Many patterns can be used in textures, normals and media. These patterns are &amp;lt;code&amp;gt;agate&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;boxed&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bozo&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;brick&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bumps&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;cubic&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;cylindrical&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;density_file&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dents&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;facets&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;fractal&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;function&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;gradient&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;granite&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hexagon&amp;lt;/code&amp;gt;, &lt;br /&gt;
&amp;lt;code&amp;gt;leopard&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;marble&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;onion&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;pavement&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;pigment_pattern&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;planar&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;quilted&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;radial&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ripples&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spherical&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spiral1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spiral2&amp;lt;/code&amp;gt;, &lt;br /&gt;
&amp;lt;code&amp;gt;spotted&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;square&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tiling&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;waves&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wood&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;wrinkles&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Discontinuous Patterns==&lt;br /&gt;
&amp;lt;p&amp;gt;Some patters are discontinuous, meaning their slope is infinite. These patters are not suitable for use as object normals, as objects with discontinuous normals may look odd. These patters work best for textures and media. They are &amp;lt;code&amp;gt;cells&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;checker&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;crackle&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;object&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;triangular&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Normal-Dependent Patterns==&lt;br /&gt;
&amp;lt;p&amp;gt;Some patters depend on the normal vector in addition to a position vector. As such, these patters are suitable for object normals only. They are &amp;lt;code&amp;gt;aoi&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;slope&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Special Patterns==&lt;br /&gt;
&amp;lt;p&amp;gt;Some patters are no &amp;amp;quot;real&amp;amp;quot; patterns, but behave like patters and are used in the same location as a regular pattern. They are &amp;lt;code&amp;gt;average&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:pattern modifiers}}&lt;br /&gt;
&lt;br /&gt;
==Pattern Modifiers==&lt;br /&gt;
&amp;lt;p&amp;gt;Pattern modifiers are statements or parameters which modify how a pattern&lt;br /&gt;
is evaluated or tells what to do with the pattern. The complete syntax&lt;br /&gt;
is:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PATTERN_MODIFIER:&lt;br /&gt;
  BLEND_MAP_MODIFIER | AGATE_MODIFIER | DENSITY_FILE_MODIFIER |&lt;br /&gt;
  QUILTED_MODIFIER | BRICK_MODIFIER | SLOPE_MODIFIER |&lt;br /&gt;
  noise_generator Number| turbulence &amp;amp;lt;Amount&amp;amp;gt; |&lt;br /&gt;
  octaves Count | omega Amount | lambda Amount |&lt;br /&gt;
  warp { [WARP_ITEMS...] } | TRANSFORMATION&lt;br /&gt;
BLEND_MAP_MODIFIER:&lt;br /&gt;
  frequency Amount | phase Amount | ramp_wave | triangle_wave |&lt;br /&gt;
  sine_wave | scallop_wave | cubic_wave | poly_wave [Exponent]&lt;br /&gt;
AGATE_MODIFIER:&lt;br /&gt;
  agate_turb Value&lt;br /&gt;
BRICK_MODIFIER:&lt;br /&gt;
  brick_size Size | mortar Size &lt;br /&gt;
DENSITY_FILE_MODIFIER:&lt;br /&gt;
  interpolate Type&lt;br /&gt;
SLOPE_MODIFIERS:&lt;br /&gt;
  &amp;amp;lt;Altitude&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;Lo_slope,Hi_slope&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;Lo_alt,Hi_alt&amp;amp;gt;&lt;br /&gt;
QUILTED_MODIFIER:&lt;br /&gt;
  control0 Value | control1 Value&lt;br /&gt;
PIGMENT_MODIFIER:&lt;br /&gt;
  PATTERN_MODIFIER | COLOR_LIST | PIGMENT_LIST |&lt;br /&gt;
  color_map { COLOR_MAP_BODY } | colour_map { COLOR_MAP_BODY } |&lt;br /&gt;
  pigment_map{ PIGMENT_MAP_BODY } | quick_color COLOR |&lt;br /&gt;
  quick_colour COLOR&lt;br /&gt;
COLOR NORMAL_MODIFIER:&lt;br /&gt;
  PATTERN_MODIFIER | NORMAL_LIST |&lt;br /&gt;
  normal_map { NORMAL_MAP_BODY } | slope_map{ SLOPE_MAP_BODY } |&lt;br /&gt;
  bump_size Amount&lt;br /&gt;
TEXTURE_PATTERN_MODIFIER:&lt;br /&gt;
  PATTERN_MODIFIER | TEXTURE_LIST |&lt;br /&gt;
  texture_map{ TEXTURE_MAP_BODY }&lt;br /&gt;
DENSITY_MODIFIER:&lt;br /&gt;
  PATTERN_MODIFIER | DENSITY_LIST | COLOR_LIST |&lt;br /&gt;
  color_map { COLOR_MAP_BODY } | colour_map { COLOR_MAP_BODY } |&lt;br /&gt;
  density_map { DENSITY_MAP_BODY }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:default values, pattern modifiers}}&lt;br /&gt;
&amp;lt;p&amp;gt;Default values for pattern modifiers:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dist_exp        : 0&lt;br /&gt;
falloff         : 2.0&lt;br /&gt;
frequency       : 1.0&lt;br /&gt;
lambda          : 2.0&lt;br /&gt;
major_radius    : 1&lt;br /&gt;
map_type        : 0&lt;br /&gt;
noise_generator : 2&lt;br /&gt;
octaves         : 6&lt;br /&gt;
omega           : 0.5  &lt;br /&gt;
orientation     : &amp;amp;lt;0,0,1&amp;amp;gt;&lt;br /&gt;
phase           : 0.0&lt;br /&gt;
poly_wave       : 1.0&lt;br /&gt;
strength        : 1.0&lt;br /&gt;
turbulence      : &amp;amp;lt;0,0,0&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The modifiers &amp;lt;em&amp;gt;PIGMENT_LIST&amp;lt;/em&amp;gt;, &amp;lt;code&amp;gt;quick_color&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;pigment_map&amp;lt;/code&amp;gt; apply only to pigments. See the section [[Reference:Pigment|:Pigment|Pigment]] for details on these pigment-specific pattern modifiers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The modifiers &amp;lt;em&amp;gt; COLOR_LIST&amp;lt;/em&amp;gt; and &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt; apply only to pigments and densities. See the sections [[Reference:Pigment|:Pigment|Pigment]] and [[Reference:Density File Pattern|:Density|:Density_File|Density]] for details on these pigment-specific pattern modifiers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The modifiers &amp;lt;em&amp;gt; NORMAL_LIST&amp;lt;/em&amp;gt;, &amp;lt;code&amp;gt;bump_size&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt; apply only to normals. See the section [[Reference:Normal|:Normal|Normal]] for details on these normal-specific pattern&lt;br /&gt;
modifiers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;em&amp;gt;TEXTURE_LIST&amp;lt;/em&amp;gt; and &amp;lt;code&amp;gt;texture_map&amp;lt;/code&amp;gt; modifiers can only be used with patterned textures. See the section &amp;lt;!--&amp;lt;linkto &amp;quot;Texture Maps&amp;quot;&amp;gt;Texture Maps&amp;lt;/linkto&amp;gt;---&amp;gt;[[Reference:Patterned Textures#Texture Maps|Texture Maps]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;em&amp;gt; DENSITY_LIST&amp;lt;/em&amp;gt; and &amp;lt;code&amp;gt;density_map&amp;lt;/code&amp;gt; modifiers only work with &amp;lt;code&amp;gt;media{density{..}}&amp;lt;/code&amp;gt; statements. See the section [[Reference:Density File Pattern|:Density|:Density_File|Density]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:agate_turb, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, agate_turb}} &lt;br /&gt;
{{#indexentry:brick_size, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, brick_size}} &lt;br /&gt;
{{#indexentry:mortar, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, mortar}} &lt;br /&gt;
{{#indexentry:control0, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, control0}} &lt;br /&gt;
{{#indexentry:control1, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, control1}} &lt;br /&gt;
{{#indexentry:warp, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, warp}}&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;agate_turb&amp;lt;/code&amp;gt; modifier can only be used with the &amp;lt;code&amp;gt;agate&amp;lt;/code&amp;gt; pattern. See the section [[Reference:Agate Pattern|:Agate|Agate]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;brick_size&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mortar&amp;lt;/code&amp;gt; modifiers can only be used with the &amp;lt;code&amp;gt;brick&amp;lt;/code&amp;gt; pattern. See the section [[Reference:Brick Pattern|:Brick|Brick]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;control0&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;control1&amp;lt;/code&amp;gt; modifiers can only be used with the &amp;lt;code&amp;gt;quilted&amp;lt;/code&amp;gt; pattern. See the section [[Reference:Quilted Pattern|:Quilted|Quilted]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;interpolate&amp;lt;/code&amp;gt; modifier can only be used with the &amp;lt;code&amp;gt;density_file&amp;lt;/code&amp;gt; pattern. See the section [[Reference:Density File Pattern|:Density File|Density File]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The general purpose pattern modifiers in the following sections can be used with &amp;lt;code&amp;gt;pigment&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;normal&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;texture&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;density&amp;lt;/code&amp;gt; patterns.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Transforming Patterns===&lt;br /&gt;
&amp;lt;p&amp;gt;The most common pattern modifiers are the transformation modifiers &amp;lt;code&amp;gt;translate&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rotate&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;scale&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;transform&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;matrix&amp;lt;/code&amp;gt;. For details on these commands see the section [[Reference:Reference Section 8.1#Transformations|:Transformations|Transformations]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;These modifiers may be placed inside pigment, normal, texture, and density&lt;br /&gt;
statements to change the position, size and orientation of the patterns.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Transformations are performed in the order in which you specify them.&lt;br /&gt;
However in general the order of transformations relative to other pattern&lt;br /&gt;
modifiers such as &amp;lt;code&amp;gt;turbulence&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt; and other&lt;br /&gt;
maps is not important. For example scaling before or after turbulence makes&lt;br /&gt;
no difference. The turbulence is done first, then the scaling regardless of&lt;br /&gt;
which is specified first. However the order in which transformations are&lt;br /&gt;
performed relative to &amp;lt;code&amp;gt;warp&amp;lt;/code&amp;gt; statements is important. See the section [[Reference:Warp|Warps]] for details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:frequency, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, frequency}} &lt;br /&gt;
{{#indexentry:phase, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, phase}}&lt;br /&gt;
&lt;br /&gt;
===Frequency and Phase===&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;frequency&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;phase&amp;lt;/code&amp;gt; modifiers act as a type&lt;br /&gt;
of scale and translate modifiers for various blend maps. They only have&lt;br /&gt;
effect when blend maps are used. Blend maps are &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;pigment_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;density_map&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;texture_map&amp;lt;/code&amp;gt;. This discussion uses&lt;br /&gt;
a color map as an example but the same principles apply to the other blend&lt;br /&gt;
map types.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;frequency&amp;lt;/code&amp;gt; keyword adjusts the number of times that a color&lt;br /&gt;
map repeats over one cycle of a pattern. For example &amp;lt;code&amp;gt;gradient&amp;lt;/code&amp;gt; covers color map values 0 to 1 over the range from x=0 to x=1. By adding &amp;lt;code&amp;gt;frequency 2.0&amp;lt;/code&amp;gt; the color map repeats twice over that same range. The same effect can be achieved using &amp;lt;code&amp;gt;scale 0.5*x&amp;lt;/code&amp;gt; so the frequency keyword is not that useful for patterns like gradient.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;However the radial pattern wraps the color map around the +y-axis once. If&lt;br /&gt;
you wanted two copies of the map (or 3 or 10 or 100) you would have to build&lt;br /&gt;
a bigger map. Adding &amp;lt;code&amp;gt;frequency 2.0&amp;lt;/code&amp;gt; causes the color map to be&lt;br /&gt;
used twice per revolution. Try this:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pigment {&lt;br /&gt;
  radial&lt;br /&gt;
  color_map{&lt;br /&gt;
    [0.5 color Red]&lt;br /&gt;
    [0.5 color White]&lt;br /&gt;
    }&lt;br /&gt;
  frequency 6&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The result is six sets of red and white radial stripes evenly spaced&lt;br /&gt;
around the object.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The float after &amp;lt;code&amp;gt;frequency&amp;lt;/code&amp;gt; can be any value. Values greater than&lt;br /&gt;
1.0 causes more than one copy of the map to be used. Values from 0.0 to 1.0&lt;br /&gt;
cause a fraction of the map to be used. Negative values reverses the map.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;phase&amp;lt;/code&amp;gt; value causes the map entries to be shifted so that the map starts and ends at a different place. In the example above if you render successive frames at &amp;lt;code&amp;gt;phase 0&amp;lt;/code&amp;gt; then &amp;lt;code&amp;gt;phase 0.1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;phase 0.2&amp;lt;/code&amp;gt;, etc. you could create an animation that rotates the stripes. The same effect can be easily achieved by rotating the &amp;lt;code&amp;gt;radial&amp;lt;/code&amp;gt; pigment using &amp;lt;code&amp;gt;rotate y*Angle&amp;lt;/code&amp;gt; but there are other uses where phase can be handy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sometimes you create a great looking gradient or wood color map but you want&lt;br /&gt;
the grain slightly adjusted in or out. You could re-order the color map&lt;br /&gt;
entries but that is a pain. A phase adjustment will shift everything but&lt;br /&gt;
keep the same scale. Try animating a &amp;lt;code&amp;gt;mandel&amp;lt;/code&amp;gt; pigment for a color&lt;br /&gt;
palette rotation effect.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;These values work by applying the following formula&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt; New_Value = fmod ( Old_Value * Frequency + Phase, 1.0 ). &amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;lt;code&amp;gt;frequency&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;phase&amp;lt;/code&amp;gt; modifiers have no effect on block patterns &amp;lt;code&amp;gt;checker&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;brick&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;hexagon&amp;lt;/code&amp;gt; nor do they effect &amp;lt;code&amp;gt;image_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bump_map&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;material_map&amp;lt;/code&amp;gt;. They also have no effect in normal statements when used with &amp;lt;code&amp;gt;bumps&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dents&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;quilted&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;wrinkles&amp;lt;/code&amp;gt; because these normal patterns cannot use &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;They can be used with normal patterns &amp;lt;code&amp;gt;ripples&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;waves&amp;lt;/code&amp;gt; even though these two patterns cannot use &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt; either. When used with &amp;lt;code&amp;gt;ripples&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;waves&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;frequency&amp;lt;/code&amp;gt; adjusts the space between features and &amp;lt;code&amp;gt;phase&amp;lt;/code&amp;gt; can be adjusted from 0.0 to 1.0 to cause the ripples or waves to move relative to their center for animating the features.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:ramp_wave, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, ramp_wave}}&lt;br /&gt;
===Waveforms===&lt;br /&gt;
&amp;lt;p&amp;gt;POV-Ray allows you to apply various wave forms to the pattern function&lt;br /&gt;
before applying it to a blend map. Blend maps are &amp;lt;code&amp;gt;color_map&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;pigment_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;density_map&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;texture_map&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Most of the patterns which use a blend map, use the entries in the map in&lt;br /&gt;
order from 0.0 to 1.0. The effect can most easily be seen when these patterns&lt;br /&gt;
are used as normal patterns with no maps. Patterns such as &amp;lt;code&amp;gt;&lt;br /&gt;
gradient&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;onion&amp;lt;/code&amp;gt; generate a groove or slot that looks&lt;br /&gt;
like a ramp that drops off sharply. This is called a &amp;lt;code&amp;gt;ramp_wave&amp;lt;/code&amp;gt;&lt;br /&gt;
wave type and it is the default wave type for most patterns. However the&lt;br /&gt;
&amp;lt;code&amp;gt;wood&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;marble&amp;lt;/code&amp;gt; patterns use the map from 0.0 to&lt;br /&gt;
1.0 and then reverses it and runs it from 1.0 to 0.0. The result is a wave&lt;br /&gt;
form which slopes upwards to a peak, then slopes down again in a &amp;lt;code&amp;gt;&lt;br /&gt;
triangle_wave&amp;lt;/code&amp;gt;. In earlier versions of POV-Ray there was no way to&lt;br /&gt;
change the wave types. You could simulate a triangle wave on a ramp wave&lt;br /&gt;
pattern by duplicating the map entries in reverse, however there was no way&lt;br /&gt;
to use a ramp wave on wood or marble.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Now any pattern that takes a map can have the default wave type overridden.&lt;br /&gt;
For example:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pigment { wood color_map { MyMap } ramp_wave }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:sine_wave, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, sine_wave}} &lt;br /&gt;
{{#indexentry:scallop_wave, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, scallop_wave}} &lt;br /&gt;
{{#indexentry:cubic_wave, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, cubic_wave}} &lt;br /&gt;
{{#indexentry:poly_wave, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifiers, poly_wave}}&lt;br /&gt;
&amp;lt;p&amp;gt;Also available are &amp;lt;code&amp;gt;sine_wave&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;scallop_wave&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;cubic_wave&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;poly_wave&amp;lt;/code&amp;gt; types. These types are of&lt;br /&gt;
most use in normal patterns as a type of built-in slope map. The &amp;lt;code&amp;gt;&lt;br /&gt;
sine_wave&amp;lt;/code&amp;gt; takes the zig-zag of a ramp wave and turns it into a gentle&lt;br /&gt;
rolling wave with smooth transitions. The &amp;lt;code&amp;gt;scallop_wave&amp;lt;/code&amp;gt; uses the&lt;br /&gt;
absolute value of the sine wave which looks like corduroy when scaled small&lt;br /&gt;
or like a stack of cylinders when scaled larger. The &amp;lt;code&amp;gt;cubic_wave&amp;lt;/code&amp;gt;&lt;br /&gt;
is a gentle cubic curve from 0.0 to 1.0 with zero slope at the start and end.&lt;br /&gt;
The &amp;lt;code&amp;gt;poly_wave&amp;lt;/code&amp;gt; is an exponential function. It is followed by an&lt;br /&gt;
optional float value which specifies exponent. For example &amp;lt;code&amp;gt;poly_wave&lt;br /&gt;
2&amp;lt;/code&amp;gt; starts low and climbs rapidly at the end while &amp;lt;code&amp;gt;poly_wave&lt;br /&gt;
0.5&amp;lt;/code&amp;gt; climbs rapidly at first and levels off at the end. If no float&lt;br /&gt;
value is specified, the default is 1.0 which produces a linear function&lt;br /&gt;
identical to &amp;lt;code&amp;gt;ramp_wave&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Although any of these wave types can be used for pigments, normals,&lt;br /&gt;
textures, or density the effect of many of the wave types are not as&lt;br /&gt;
noticeable on pigments, textures, or density as they are for normals.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Wave type modifiers have no effect on block patterns &amp;lt;code&amp;gt;checker&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;brick&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;object&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hexagon&amp;lt;/code&amp;gt; nor do they effect &amp;lt;code&amp;gt;&lt;br /&gt;
image_map&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bump_map&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;material_map&amp;lt;/code&amp;gt;. They&lt;br /&gt;
also have no effect in normal statements when used with &amp;lt;code&amp;gt;bumps&amp;lt;/code&amp;gt;,&lt;br /&gt;
&amp;lt;code&amp;gt;dents&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;quilted&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ripples&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&lt;br /&gt;
waves&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;wrinkles&amp;lt;/code&amp;gt; because these normal patterns cannot&lt;br /&gt;
use &amp;lt;code&amp;gt;normal_map&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;slope_map&amp;lt;/code&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
{{#indexentry:noise_generator, pattern modifier}}&lt;br /&gt;
{{#indexentry:pattern modifier, noise_generator}}&lt;br /&gt;
===Noise Generators===&lt;br /&gt;
&amp;lt;p&amp;gt; There are three noise generators implemented. Changing the &amp;lt;code&amp;gt;noise_generator&amp;lt;/code&amp;gt; will change &lt;br /&gt;
the appearance of noise based patterns, like bozo and granite.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;noise_generator 1&amp;lt;/code&amp;gt; the noise that was used in POV_Ray 3.1&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;noise_generator 2&amp;lt;/code&amp;gt; &amp;lt;em&amp;gt;range corrected&amp;lt;/em&amp;gt; version of the old noise, it does not show &lt;br /&gt;
the plateaus seen with &amp;lt;code&amp;gt;noise_generator 1&amp;lt;/code&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;code&amp;gt;noise_generator 3&amp;lt;/code&amp;gt; generates Perlin noise&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The default is &amp;lt;code&amp;gt;noise_generator 2&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;Note&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The noise_generator can also be set in &amp;lt;code&amp;gt;global_settings&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Stones.inc&amp;diff=7126</id>
		<title>Reference:Stones.inc</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Stones.inc&amp;diff=7126"/>
		<updated>2012-03-15T19:29:16Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: moved Documentation:stones.inc to Reference:Stones.inc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Include Files]]&lt;br /&gt;
&amp;lt;p&amp;gt;The file &amp;lt;em&amp;gt;stones.inc&amp;lt;/em&amp;gt; simply includes both &amp;lt;em&amp;gt;stones1.inc&amp;lt;/em&amp;gt; and &amp;lt;em&amp;gt;stones2.inc&amp;lt;/em&amp;gt;, and the file &amp;lt;em&amp;gt;stoneold.inc&amp;lt;/em&amp;gt; provides backwards compatability for old scenes, the user is advised to use the textures in &amp;lt;em&amp;gt;stones1.inc&amp;lt;/em&amp;gt; instead.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The two files stones1.inc and stones2.inc contain lists of predefined stone textures.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The file &amp;lt;em&amp;gt;stones1.inc&amp;lt;/em&amp;gt; contains texture definitions for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;T_Grnt0 to T_Grnt29&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;T_Grnt1a to T_Grnt24a&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;T_Stone0 to T_Stone24&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The T_GrntXX, T_GrntXXa, and CrackX textures are building blocks that are used to create the final &amp;lt;em&amp;gt;usable&amp;lt;/em&amp;gt; T_StoneX textures (and other textures that *you* design, of course!)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The T_GrntXX textures generally contain no transparency, but the T_GrntXXa textures &amp;lt;em&amp;gt;DO&amp;lt;/em&amp;gt; contain transparency. The CrackX textures are clear with thin opaque bands, simulating cracks.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The file &amp;lt;em&amp;gt;stones2.inc&amp;lt;/em&amp;gt; provides additional stone textures, and contains texture definitions for T_Stone25 to T_Stone44.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Consts.inc&amp;diff=7125</id>
		<title>Reference:Consts.inc</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Consts.inc&amp;diff=7125"/>
		<updated>2012-03-15T19:28:43Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: moved Documentation:consts.inc to Reference:Consts.inc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#indexentry:include files, const.inc}}&lt;br /&gt;
&amp;lt;p&amp;gt;This file defines a number of constants, including things such as mapping types and ior definitions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, vector constants}}&lt;br /&gt;
==Vector constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;o&amp;lt;/code&amp;gt; = &amp;amp;lt; 0, 0, 0&amp;amp;gt; (origin)&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;xy&amp;lt;/code&amp;gt; = &amp;amp;lt; 1, 1, 0&amp;amp;gt;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;yz&amp;lt;/code&amp;gt; = &amp;amp;lt; 0, 1, 1&amp;amp;gt;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;xz&amp;lt;/code&amp;gt; = &amp;amp;lt; 1, 0, 1&amp;amp;gt;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, map type constants}}&lt;br /&gt;
==Map type constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Plane_Map&amp;lt;/code&amp;gt; = 0&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Sphere_Map&amp;lt;/code&amp;gt; = 1&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Cylinder_Map&amp;lt;/code&amp;gt; = 2&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Torus_Map&amp;lt;/code&amp;gt; = 5&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, interpolation type constants}}&lt;br /&gt;
==Interpolation type constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Bi&amp;lt;/code&amp;gt; = 2&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Norm&amp;lt;/code&amp;gt; = 4&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, fog type constants}}&lt;br /&gt;
==Fog type constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Uniform_Fog&amp;lt;/code&amp;gt; = 1&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Ground_Fog&amp;lt;/code&amp;gt; = 2&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, focal blur hexgrid constants}}&lt;br /&gt;
==Focal blur hexgrid constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Hex_Blur1&amp;lt;/code&amp;gt; = 7&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Hex_Blur2&amp;lt;/code&amp;gt; = 19&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Hex_Blur3&amp;lt;/code&amp;gt; = 37&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, ior constants}}&lt;br /&gt;
==IORs==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Air_Ior&amp;lt;/code&amp;gt; = 1.000292&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Amethyst_Ior&amp;lt;/code&amp;gt; = 1.550&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Apatite_Ior&amp;lt;/code&amp;gt; = 1.635&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Aquamarine_Ior&amp;lt;/code&amp;gt; = 1.575&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Beryl_Ior&amp;lt;/code&amp;gt; = 1.575&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Citrine_Ior&amp;lt;/code&amp;gt; = 1.550&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Crown_Glass_Ior&amp;lt;/code&amp;gt; = 1.51&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Corundum_Ior&amp;lt;/code&amp;gt; = 1.765&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Diamond_Ior&amp;lt;/code&amp;gt; = 2.47&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Emerald_Ior&amp;lt;/code&amp;gt; = 1.575		&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Flint_Glass_Ior&amp;lt;/code&amp;gt; = 1.71&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Flint_Glass_Heavy_Ior&amp;lt;/code&amp;gt; = 1.8&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Flint_Glass_Medium_Ior&amp;lt;/code&amp;gt; = 1.63&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Flint_Glass_Light_Ior&amp;lt;/code&amp;gt; = 1.6&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Fluorite_Ior&amp;lt;/code&amp;gt; = 1.434&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Gypsum_Ior&amp;lt;/code&amp;gt; = 1.525&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Ice_Ior&amp;lt;/code&amp;gt; = 1.31&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Plexiglas_Ior&amp;lt;/code&amp;gt; = 1.5&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Quartz_Ior&amp;lt;/code&amp;gt; = 1.550&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Quartz_Glass_Ior &amp;lt;/code&amp;gt;= 1.458&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Ruby_Ior&amp;lt;/code&amp;gt; = 1.765&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Salt_Ior&amp;lt;/code&amp;gt; = 1.544&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Sapphire_Ior&amp;lt;/code&amp;gt; = 1.765&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Topaz_Ior&amp;lt;/code&amp;gt; = 1.620&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Tourmaline_Ior&amp;lt;/code&amp;gt; = 1.650&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Water_Ior&amp;lt;/code&amp;gt; = 1.33&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, dispersion amount constants}}&lt;br /&gt;
==Dispersion amounts==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Quartz_Glass_Dispersion&amp;lt;/code&amp;gt; = 1.012&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Water_Dispersion&amp;lt;/code&amp;gt; = 1.007&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Diamond_Dispersion&amp;lt;/code&amp;gt; = 1.035&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;Sapphire_Dispersion&amp;lt;/code&amp;gt; = 1.015&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#indexentry:include files, scattering media type constants}}&lt;br /&gt;
==Scattering media type constants==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;ISOTROPIC_SCATTERING&amp;lt;/code&amp;gt; = 1;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;MIE_HAZY_SCATTERING&amp;lt;/code&amp;gt; = 2;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;MIE_MURKY_SCATTERING&amp;lt;/code&amp;gt; = 3;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;RAYLEIGH_SCATTERING&amp;lt;/code&amp;gt; = 4;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;code&amp;gt;HENYEY_GREENSTEIN_SCATTERING&amp;lt;/code&amp;gt; = 5;&amp;lt;!--&amp;lt;/dt&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Introduction&amp;diff=7124</id>
		<title>Reference:Introduction</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Introduction&amp;diff=7124"/>
		<updated>2012-03-15T19:26:58Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;sectiondesc desc=&amp;lt;&amp;quot;reference introduction&amp;quot;&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This book provides a reference for the Persistence of Vision Ray-Tracer&lt;br /&gt;
(POV-Ray). The documentation applies to all platforms to which this version of POV-Ray&lt;br /&gt;
is ported. The platform-specific documentation is available for each platform separately.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This book is divided into these main parts:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;This introduction together with a complete reference on &lt;br /&gt;
&amp;lt;!--&amp;lt;linkto &amp;quot;Setting POV-Ray Options&amp;quot;&amp;gt;POV-Ray Options&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|POV-Ray Options]] which explains&lt;br /&gt;
options (set either by command line switches or by INI file keywords) that&lt;br /&gt;
tell POV-Ray how to render the scenes.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;A complete reference on &amp;lt;!--&amp;lt;linkto &amp;quot;Scene Description Language&amp;quot;&amp;gt;Scene Description Language&amp;lt;/linkto&amp;gt;---&amp;gt;[[Reference:Scene Description Language|Scene Description Language]]&lt;br /&gt;
in which you describe the scene.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;A complete reference on the &amp;lt;!--&amp;lt;linkto &amp;quot;Include Files&amp;quot;&amp;gt;Standard Include Files&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Reference Section 7#Include Files|Standard Include Files]] &lt;br /&gt;
that come with the POV-Ray package, to be used in your scenes.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; Finally, a consolidation of the POV-Ray Scene Description Language&lt;br /&gt;
in the &amp;lt;!--&amp;lt;linkto &amp;quot;Quick Reference&amp;quot;&amp;gt;Quick Reference&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Reference Section 8#Quick Reference|Quick Reference]].&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This book covers only the generic parts of the program which are common&lt;br /&gt;
to each version.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;Note&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; Each version has platform-specific documentation not&lt;br /&gt;
included here.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;We recommend you finish reading the tutorial book then read the platform-specific information before using this reference.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The platform-specific docs will show you how to render a sample scene and&lt;br /&gt;
will give you detailed description of the platform-specific features.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Windows version documentation is available on the POV-Ray program's&lt;br /&gt;
Help menu or by pressing the F1 key while in the program.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Mac platform documentation is available via the &amp;lt;em&amp;gt;Help&amp;lt;/em&amp;gt; menu&lt;br /&gt;
as well as for viewing using a regular web browser.  Details may be found in&lt;br /&gt;
the &amp;lt;em&amp;gt;POV-Ray MacOS Read Me&amp;lt;/em&amp;gt; which contains information&lt;br /&gt;
specific to the Mac version of POV-Ray. It is best to read this document&lt;br /&gt;
first.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Unix / Linux version documentation can be found at the same place as&lt;br /&gt;
the platform independent part.  Usually that is&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/local/share/povray-3.?/html&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More about the notation used throughout this book may be found in the section&lt;br /&gt;
[[Reference:Notation and Basic Assumptions|Notation and Basic Assumptions]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Command-Line and INI-File Options|Command-line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Animation Options|Animation Options]]&lt;br /&gt;
##[[Reference:General Output Options|General Output Options]]&lt;br /&gt;
##[[Reference:Display Output Options|Display Output Options]]&lt;br /&gt;
##[[Reference:File Output Options|File Output Options]]&lt;br /&gt;
##[[Reference:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
##[[Reference:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
##[[Reference:Text Output Options|Text Output]]&lt;br /&gt;
##[[Reference:Tracing Options|Tracing Options]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
###[[Reference:Keywords|Keywords]]&lt;br /&gt;
###[[Reference:Identifiers|Identifiers]]&lt;br /&gt;
###[[Reference:Comments|Comments]]&lt;br /&gt;
###[[Reference:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
###[[Reference:Vector Expressions|Vector Expressions]]&lt;br /&gt;
###[[Reference:Color Expressions|Color Expressions]]&lt;br /&gt;
###[[Reference:Function|User-Defined Functions]]&lt;br /&gt;
###[[Reference:Strings|Strings]]&lt;br /&gt;
###[[Reference:Array|Arrays]]&lt;br /&gt;
###[[Reference:Spline|Splines]]&lt;br /&gt;
##[[Reference:Language Directives|Language Directives]]&lt;br /&gt;
###[[Reference:Include Directive|Include Directive]]&lt;br /&gt;
###[[Reference:Declare and Local Directives|Declare and Local Directives]]&lt;br /&gt;
###[[Reference:File I/O Directives|File I/O Directives]]&lt;br /&gt;
###[[Reference:Default Directive|Default Directive]]&lt;br /&gt;
###[[Reference:Version Directive|Version Directive]]&lt;br /&gt;
###[[Reference:Conditional Directives|Conditional Directives]]&lt;br /&gt;
###[[Reference:User Message Directives|User Message Directives]]&lt;br /&gt;
###[[Reference:User Defined Macros|User Defined Macros]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Scene&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Global Settings|Global Settings]]&lt;br /&gt;
##[[Reference:Camera|Camera]]&lt;br /&gt;
##Atmospheric Effects&lt;br /&gt;
###[[Reference:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
###[[Reference:Background|Background]]&lt;br /&gt;
###[[Reference:Fog|Fog]]&lt;br /&gt;
###[[Reference:Sky Sphere|Sky Sphere]]&lt;br /&gt;
###[[Reference:Rainbow|Rainbow]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Lighting&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Light Source|Light Sources]]&lt;br /&gt;
###[[Reference:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
###[[Reference:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
###[[Reference:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
###[[Reference:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
###[[Reference:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
##[[Reference:Light Group|Light Groups]]&lt;br /&gt;
##[[Reference:Radiosity|Radiosity]]&lt;br /&gt;
##[[Reference:Photons|Photons]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
###[[Reference:Blob|Blob]]&lt;br /&gt;
###[[Reference:Box|Box]]&lt;br /&gt;
###[[Reference:Cone|Cone]]&lt;br /&gt;
###[[Reference:Cylinder|Cylinder]]&lt;br /&gt;
###[[Reference:Height Field|Height Field]]&lt;br /&gt;
###[[Reference:Isosurface|Isosurface]]&lt;br /&gt;
###[[Reference:Julia Fractal|Julia Fractal]]&lt;br /&gt;
###[[Reference:Lathe|Lathe]]&lt;br /&gt;
###[[Reference:Ovus|Ovus]]&lt;br /&gt;
###[[Reference:Parametric|Parametric]]&lt;br /&gt;
###[[Reference:Prism|Prism]]&lt;br /&gt;
###[[Reference:Sphere|Sphere]]&lt;br /&gt;
###[[Reference:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
###[[Reference:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
###[[Reference:Sor|Surface of Revolution]]&lt;br /&gt;
###[[Reference:Text|Text]]&lt;br /&gt;
###[[Reference:Torus|Torus]]&lt;br /&gt;
##[[Reference:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
###[[Reference:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
###[[Reference:Disc|Disc]]&lt;br /&gt;
###[[Reference:Mesh|Mesh]]&lt;br /&gt;
###[[Reference:Mesh2|Mesh2]]&lt;br /&gt;
###[[Reference:Polygon|Polygon]]&lt;br /&gt;
###[[Reference:Triangle|Triangle]]&lt;br /&gt;
###[[Reference:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
##[[Reference:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
###[[Reference:Plane|Plane]]&lt;br /&gt;
###[[Reference:Poly|Poly]]&lt;br /&gt;
###[[Reference:Cubic|Cubic]]&lt;br /&gt;
###[[Reference:Quartic|Quartic]]&lt;br /&gt;
###[[Reference:Polynomial|Polynomial]]&lt;br /&gt;
###[[Reference:Quadric|Quadric]]&lt;br /&gt;
##[[Reference:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
###[[Reference:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
###[[Reference:Union|Union]]&lt;br /&gt;
###[[Reference:Intersection|Intersection]]&lt;br /&gt;
###[[Reference:Difference|Difference]]&lt;br /&gt;
###[[Reference:Merge|Merge]]&lt;br /&gt;
##[[Reference:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Pigment|Pigment]]&lt;br /&gt;
##[[Reference:Normal|Normal]]&lt;br /&gt;
##[[Reference:Finish|Finish]]&lt;br /&gt;
##[[Reference:Halo|Halo]]&lt;br /&gt;
##[[Reference:Patterned Textures|Patterned Textures]]&lt;br /&gt;
##[[Reference:Layered Textures|Layered Textures]]&lt;br /&gt;
##[[Reference:UV Mapping|UV Mapping]]&lt;br /&gt;
##[[Reference:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
##[[Reference:Interior Texture|Interior Texture]]&lt;br /&gt;
##[[Reference:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Media|Media]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Media#Media Types|Media Types]]&lt;br /&gt;
##[[Reference:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
##[[Reference:Media#Density|Density]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Pattern|Patterns]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Pattern#General Patterns|General Patterns]]&lt;br /&gt;
###[[Reference:Agate Pattern|Agate]]&lt;br /&gt;
###[[Reference:Boxed Pattern|Boxed]]&lt;br /&gt;
###[[Reference:Bozo Pattern|Bozo]]&lt;br /&gt;
###[[Reference:Brick Pattern|Brick]]&lt;br /&gt;
###[[Reference:Bumps Pattern|Bumps]]&lt;br /&gt;
###[[Reference:Cubic Pattern|Cubic]]&lt;br /&gt;
###[[Reference:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
###[[Reference:Density_File Pattern|Density_File]]&lt;br /&gt;
###[[Reference:Dents Pattern|Dents]]&lt;br /&gt;
###[[Reference:Facets Pattern|Facets]]&lt;br /&gt;
###[[Reference:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
###[[Reference:Function Pattern|Function as pattern]]&lt;br /&gt;
###[[Reference:Gradient Pattern|Gradient]]&lt;br /&gt;
###[[Reference:Granite Pattern|Granite]]&lt;br /&gt;
###[[Reference:Hexagon Pattern|Hexagon]]&lt;br /&gt;
###[[Reference:Leopard Pattern|Leopard]]&lt;br /&gt;
###[[Reference:Marble Pattern|Marble]]&lt;br /&gt;
###[[Reference:Onion Pattern|Onion]]&lt;br /&gt;
###[[Reference:Pavement Pattern|Pavement]]&lt;br /&gt;
###[[Reference:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
###[[Reference:Planar Pattern|Planar]]&lt;br /&gt;
###[[Reference:Quilted Pattern|Quilted]]&lt;br /&gt;
###[[Reference:Radial Pattern|Radial]]&lt;br /&gt;
###[[Reference:Ripples Pattern|Ripples]]&lt;br /&gt;
###[[Reference:Spherical Pattern|Spherical]]&lt;br /&gt;
###[[Reference:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
###[[Reference:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
###[[Reference:Spotted Pattern|Spotted]]&lt;br /&gt;
###[[Reference:Square Pattern|Square]]&lt;br /&gt;
###[[Reference:Tiling Pattern|Tiling]]&lt;br /&gt;
###[[Reference:Waves Pattern|Waves]]&lt;br /&gt;
###[[Reference:Wood Pattern|Wood]]&lt;br /&gt;
###[[Reference:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
##[[Reference:Pattern#Discontinuous Patterns|Discontinuous Patterns]]&lt;br /&gt;
###[[Reference:Cells Pattern|Cells]]&lt;br /&gt;
###[[Reference:Checker Pattern|Checker]]&lt;br /&gt;
###[[Reference:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
###[[Reference:Object Pattern|Object Pattern]]&lt;br /&gt;
###[[Reference:Triangular Pattern|Triangular]]&lt;br /&gt;
##[[Reference:Pattern#Normal-Dependent Patterns|Normal-Dependent Patterns]]&lt;br /&gt;
###[[Reference:Aoi Pattern|Aoi]]&lt;br /&gt;
###[[Reference:Slope Pattern|Slope]]&lt;br /&gt;
##[[Reference:Pattern#Special Patterns|Special Patterns]]&lt;br /&gt;
###[[Reference:Average Pattern|Average]]&lt;br /&gt;
###[[Reference:Image Pattern|Image Pattern]]&lt;br /&gt;
##[[Reference:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Include Files&amp;lt;/strong&amp;gt;&lt;br /&gt;
##Main Files&lt;br /&gt;
###[[Reference:Arrays.inc|arrays.inc]]&lt;br /&gt;
###[[Reference:Chars.inc|chars.inc]]&lt;br /&gt;
###[[Reference:Colors.inc|colors.inc]]&lt;br /&gt;
###[[Reference:Consts.inc|consts.inc]]&lt;br /&gt;
###[[Reference:Debug.inc|debug.inc]]&lt;br /&gt;
###[[Reference:Finish.inc|finish.inc]]&lt;br /&gt;
###[[Reference:Functions.inc|functions.inc]]&lt;br /&gt;
###[[Reference:Glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
###[[Reference:Math.inc|math.inc]]&lt;br /&gt;
###[[Reference:Metals.inc|metals.inc]]&lt;br /&gt;
###[[Reference:Golds.inc|golds.inc]]&lt;br /&gt;
###[[Reference:Rand.inc|rand.inc]]&lt;br /&gt;
###[[Reference:Shapes.inc|shapes.inc]]&lt;br /&gt;
###[[Reference:Shapes2.inc|shapes2.inc]]&lt;br /&gt;
###[[Reference:Shapesq.inc|shapesq.inc]]&lt;br /&gt;
###[[Reference:Skies.inc|skies.inc]]&lt;br /&gt;
###[[Reference:Stars.inc|stars.inc]]&lt;br /&gt;
###[[Reference:Stones.inc|stones.inc]]&lt;br /&gt;
###[[Reference:Stdinc.inc|stdinc.inc]]&lt;br /&gt;
###[[Reference:Strings.inc|strings.inc]]&lt;br /&gt;
###[[Reference:Textures.inc|textures.inc]]&lt;br /&gt;
###[[Reference:Transforms.inc|transforms.inc]]&lt;br /&gt;
###[[Reference:Woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
###[[Reference:Woods.inc|woods.inc]]&lt;br /&gt;
###[[Reference:Logo.inc|logo.inc]]&lt;br /&gt;
###[[Reference:Rad_def.inc|rad_def.inc]]&lt;br /&gt;
###[[Reference:Screen.inc|screen.inc]]&lt;br /&gt;
###[[Reference:Sunpos.inc|sunpos.inc]]&lt;br /&gt;
##Old Files&lt;br /&gt;
###[[Reference:Glass_old.inc|glass_old.inc]]&lt;br /&gt;
###[[Reference:Shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
###[[Reference:Stage1.inc|stage1.inc]]&lt;br /&gt;
###[[Reference:Stdcam.inc|stdcam.inc]]&lt;br /&gt;
###[[Reference:Stones1.inc|stones1.inc]]&lt;br /&gt;
###[[Reference:Stones2.inc|stones2.inc]]&lt;br /&gt;
##Other Files&lt;br /&gt;
###[[Reference:Font Files|font files (*.ttf)]]&lt;br /&gt;
###[[Reference:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
###[[Reference:Image Files|image files (*.png, *.pot, *.df3)]]&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Introduction&amp;diff=7123</id>
		<title>Reference:Introduction</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Introduction&amp;diff=7123"/>
		<updated>2012-03-15T19:25:46Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;sectiondesc desc=&amp;lt;&amp;quot;reference introduction&amp;quot;&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This book provides a reference for the Persistence of Vision Ray-Tracer&lt;br /&gt;
(POV-Ray). The documentation applies to all platforms to which this version of POV-Ray&lt;br /&gt;
is ported. The platform-specific documentation is available for each platform separately.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This book is divided into these main parts:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;This introduction together with a complete reference on &lt;br /&gt;
&amp;lt;!--&amp;lt;linkto &amp;quot;Setting POV-Ray Options&amp;quot;&amp;gt;POV-Ray Options&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|POV-Ray Options]] which explains&lt;br /&gt;
options (set either by command line switches or by INI file keywords) that&lt;br /&gt;
tell POV-Ray how to render the scenes.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;A complete reference on &amp;lt;!--&amp;lt;linkto &amp;quot;Scene Description Language&amp;quot;&amp;gt;Scene Description Language&amp;lt;/linkto&amp;gt;---&amp;gt;[[Reference:Scene Description Language|Scene Description Language]]&lt;br /&gt;
in which you describe the scene.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;A complete reference on the &amp;lt;!--&amp;lt;linkto &amp;quot;Include Files&amp;quot;&amp;gt;Standard Include Files&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Reference Section 7#Include Files|Standard Include Files]] &lt;br /&gt;
that come with the POV-Ray package, to be used in your scenes.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; Finally, a consolidation of the POV-Ray Scene Description Language&lt;br /&gt;
in the &amp;lt;!--&amp;lt;linkto &amp;quot;Quick Reference&amp;quot;&amp;gt;Quick Reference&amp;lt;/linkto&amp;gt;---&amp;gt;[[Documentation:Reference Section 8#Quick Reference|Quick Reference]].&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This book covers only the generic parts of the program which are common&lt;br /&gt;
to each version.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;Note&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; Each version has platform-specific documentation not&lt;br /&gt;
included here.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;We recommend you finish reading the tutorial book then read the platform-specific information before using this reference.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The platform-specific docs will show you how to render a sample scene and&lt;br /&gt;
will give you detailed description of the platform-specific features.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Windows version documentation is available on the POV-Ray program's&lt;br /&gt;
Help menu or by pressing the F1 key while in the program.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Mac platform documentation is available via the &amp;lt;em&amp;gt;Help&amp;lt;/em&amp;gt; menu&lt;br /&gt;
as well as for viewing using a regular web browser.  Details may be found in&lt;br /&gt;
the &amp;lt;em&amp;gt;POV-Ray MacOS Read Me&amp;lt;/em&amp;gt; which contains information&lt;br /&gt;
specific to the Mac version of POV-Ray. It is best to read this document&lt;br /&gt;
first.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Unix / Linux version documentation can be found at the same place as&lt;br /&gt;
the platform independent part.  Usually that is&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/local/share/povray-3.?/html&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More about the notation used throughout this book may be found in the section&lt;br /&gt;
[[Reference:Notation and Basic Assumptions|Notation and Basic Assumptions]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Command-Line and INI-File Options|Command-line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Animation Options|Animation Options]]&lt;br /&gt;
##[[Reference:General Output Options|General Output Options]]&lt;br /&gt;
##[[Reference:Display Output Options|Display Output Options]]&lt;br /&gt;
##[[Reference:File Output Options|File Output Options]]&lt;br /&gt;
##[[Reference:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
##[[Reference:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
##[[Reference:Text Output Options|Text Output]]&lt;br /&gt;
##[[Reference:Tracing Options|Tracing Options]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
###[[Reference:Keywords|Keywords]]&lt;br /&gt;
###[[Reference:Identifiers|Identifiers]]&lt;br /&gt;
###[[Reference:Comments|Comments]]&lt;br /&gt;
###[[Reference:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
###[[Reference:Vector Expressions|Vector Expressions]]&lt;br /&gt;
###[[Reference:Color Expressions|Color Expressions]]&lt;br /&gt;
###[[Reference:Function|User-Defined Functions]]&lt;br /&gt;
###[[Reference:Strings|Strings]]&lt;br /&gt;
###[[Reference:Array|Arrays]]&lt;br /&gt;
###[[Reference:Spline|Splines]]&lt;br /&gt;
##[[Reference:Language Directives|Language Directives]]&lt;br /&gt;
###[[Reference:Include Directive|Include Directive]]&lt;br /&gt;
###[[Reference:Declare and Local Directives|Declare and Local Directives]]&lt;br /&gt;
###[[Reference:File I/O Directives|File I/O Directives]]&lt;br /&gt;
###[[Reference:Default Directive|Default Directive]]&lt;br /&gt;
###[[Reference:Version Directive|Version Directive]]&lt;br /&gt;
###[[Reference:Conditional Directives|Conditional Directives]]&lt;br /&gt;
###[[Reference:User Message Directives|User Message Directives]]&lt;br /&gt;
###[[Reference:User Defined Macros|User Defined Macros]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Scene&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Global Settings|Global Settings]]&lt;br /&gt;
##[[Reference:Camera|Camera]]&lt;br /&gt;
##Atmospheric Effects&lt;br /&gt;
###[[Reference:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
###[[Reference:Background|Background]]&lt;br /&gt;
###[[Reference:Fog|Fog]]&lt;br /&gt;
###[[Reference:Sky Sphere|Sky Sphere]]&lt;br /&gt;
###[[Reference:Rainbow|Rainbow]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Lighting&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Light Source|Light Sources]]&lt;br /&gt;
###[[Reference:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
###[[Reference:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
###[[Reference:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
###[[Reference:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
###[[Reference:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
##[[Reference:Light Group|Light Groups]]&lt;br /&gt;
##[[Reference:Radiosity|Radiosity]]&lt;br /&gt;
##[[Reference:Photons|Photons]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
###[[Reference:Blob|Blob]]&lt;br /&gt;
###[[Reference:Box|Box]]&lt;br /&gt;
###[[Reference:Cone|Cone]]&lt;br /&gt;
###[[Reference:Cylinder|Cylinder]]&lt;br /&gt;
###[[Reference:Height Field|Height Field]]&lt;br /&gt;
###[[Reference:Isosurface|Isosurface]]&lt;br /&gt;
###[[Reference:Julia Fractal|Julia Fractal]]&lt;br /&gt;
###[[Reference:Lathe|Lathe]]&lt;br /&gt;
###[[Reference:Ovus|Ovus]]&lt;br /&gt;
###[[Reference:Parametric|Parametric]]&lt;br /&gt;
###[[Reference:Prism|Prism]]&lt;br /&gt;
###[[Reference:Sphere|Sphere]]&lt;br /&gt;
###[[Reference:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
###[[Reference:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
###[[Reference:Sor|Surface of Revolution]]&lt;br /&gt;
###[[Reference:Text|Text]]&lt;br /&gt;
###[[Reference:Torus|Torus]]&lt;br /&gt;
##[[Reference:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
###[[Reference:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
###[[Reference:Disc|Disc]]&lt;br /&gt;
###[[Reference:Mesh|Mesh]]&lt;br /&gt;
###[[Reference:Mesh2|Mesh2]]&lt;br /&gt;
###[[Reference:Polygon|Polygon]]&lt;br /&gt;
###[[Reference:Triangle|Triangle]]&lt;br /&gt;
###[[Reference:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
##[[Reference:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
###[[Reference:Plane|Plane]]&lt;br /&gt;
###[[Reference:Poly|Poly]]&lt;br /&gt;
###[[Reference:Cubic|Cubic]]&lt;br /&gt;
###[[Reference:Quartic|Quartic]]&lt;br /&gt;
###[[Reference:Polynomial|Polynomial]]&lt;br /&gt;
###[[Reference:Quadric|Quadric]]&lt;br /&gt;
##[[Reference:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
###[[Reference:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
###[[Reference:Union|Union]]&lt;br /&gt;
###[[Reference:Intersection|Intersection]]&lt;br /&gt;
###[[Reference:Difference|Difference]]&lt;br /&gt;
###[[Reference:Merge|Merge]]&lt;br /&gt;
##[[Reference:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Pigment|Pigment]]&lt;br /&gt;
##[[Reference:Normal|Normal]]&lt;br /&gt;
##[[Reference:Finish|Finish]]&lt;br /&gt;
##[[Reference:Halo|Halo]]&lt;br /&gt;
##[[Reference:Patterned Textures|Patterned Textures]]&lt;br /&gt;
##[[Reference:Layered Textures|Layered Textures]]&lt;br /&gt;
##[[Reference:UV Mapping|UV Mapping]]&lt;br /&gt;
##[[Reference:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
##[[Reference:Interior Texture|Interior Texture]]&lt;br /&gt;
##[[Reference:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Media|Media]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Media#Media Types|Media Types]]&lt;br /&gt;
##[[Reference:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
##[[Reference:Media#Density|Density]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;[[Reference:Pattern|Patterns]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
##[[Reference:Pattern#General Patterns|General Patterns]]&lt;br /&gt;
###[[Reference:Agate Pattern|Agate]]&lt;br /&gt;
###[[Reference:Boxed Pattern|Boxed]]&lt;br /&gt;
###[[Reference:Bozo Pattern|Bozo]]&lt;br /&gt;
###[[Reference:Brick Pattern|Brick]]&lt;br /&gt;
###[[Reference:Bumps Pattern|Bumps]]&lt;br /&gt;
###[[Reference:Cubic Pattern|Cubic]]&lt;br /&gt;
###[[Reference:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
###[[Reference:Density_File Pattern|Density_File]]&lt;br /&gt;
###[[Reference:Dents Pattern|Dents]]&lt;br /&gt;
###[[Reference:Facets Pattern|Facets]]&lt;br /&gt;
###[[Reference:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
###[[Reference:Function Pattern|Function as pattern]]&lt;br /&gt;
###[[Reference:Gradient Pattern|Gradient]]&lt;br /&gt;
###[[Reference:Granite Pattern|Granite]]&lt;br /&gt;
###[[Reference:Hexagon Pattern|Hexagon]]&lt;br /&gt;
###[[Reference:Leopard Pattern|Leopard]]&lt;br /&gt;
###[[Reference:Marble Pattern|Marble]]&lt;br /&gt;
###[[Reference:Onion Pattern|Onion]]&lt;br /&gt;
###[[Reference:Pavement Pattern|Pavement]]&lt;br /&gt;
###[[Reference:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
###[[Reference:Planar Pattern|Planar]]&lt;br /&gt;
###[[Reference:Quilted Pattern|Quilted]]&lt;br /&gt;
###[[Reference:Radial Pattern|Radial]]&lt;br /&gt;
###[[Reference:Ripples Pattern|Ripples]]&lt;br /&gt;
###[[Reference:Spherical Pattern|Spherical]]&lt;br /&gt;
###[[Reference:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
###[[Reference:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
###[[Reference:Spotted Pattern|Spotted]]&lt;br /&gt;
###[[Reference:Square Pattern|Square]]&lt;br /&gt;
###[[Reference:Tiling Pattern|Tiling]]&lt;br /&gt;
###[[Reference:Waves Pattern|Waves]]&lt;br /&gt;
###[[Reference:Wood Pattern|Wood]]&lt;br /&gt;
###[[Reference:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
##[[Reference:Pattern#Discontinuous Patterns|Discontinuous Patterns]]&lt;br /&gt;
###[[Reference:Cells Pattern|Cells]]&lt;br /&gt;
###[[Reference:Checker Pattern|Checker]]&lt;br /&gt;
###[[Reference:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
###[[Reference:Object Pattern|Object Pattern]]&lt;br /&gt;
###[[Reference:Triangular Pattern|Triangular]]&lt;br /&gt;
##[[Reference:Pattern#Normal-Dependent Patterns|Normal-Dependent Patterns]]&lt;br /&gt;
###[[Reference:Aoi Pattern|Aoi]]&lt;br /&gt;
###[[Reference:Slope Pattern|Slope]]&lt;br /&gt;
##[[Reference:Pattern#Special Patterns|Special Patterns]]&lt;br /&gt;
###[[Reference:Average Pattern|Average]]&lt;br /&gt;
###[[Reference:Image Pattern|Image Pattern]]&lt;br /&gt;
##[[Reference:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
#&amp;lt;strong&amp;gt;Include Files&amp;lt;/strong&amp;gt;&lt;br /&gt;
##Main Files&lt;br /&gt;
###[[Reference:Arrays.inc|arrays.inc]]&lt;br /&gt;
###[[Reference:Chars.inc|chars.inc]]&lt;br /&gt;
###[[Reference:Colors.inc|colors.inc]]&lt;br /&gt;
###[[Reference:Consts.inc|consts.inc]]&lt;br /&gt;
###[[Reference:Debug.inc|debug.inc]]&lt;br /&gt;
###[[Reference:Finish.inc|finish.inc]]&lt;br /&gt;
###[[Reference:Functions.inc|functions.inc]]&lt;br /&gt;
###[[Reference:Glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
###[[Reference:Math.inc|math.inc]]&lt;br /&gt;
###[[Reference:Metals.inc|metals.inc]]&lt;br /&gt;
###[[Reference:Golds.inc|golds.inc]]&lt;br /&gt;
###[[Reference:Rand.inc|rand.inc]]&lt;br /&gt;
###[[Reference:Shapes.inc|shapes.inc]]&lt;br /&gt;
###[[Reference:Shapes2.inc|shapes2.inc]]&lt;br /&gt;
###[[Reference:Shapesq.inc|shapesq.inc]]&lt;br /&gt;
###[[Reference:Skies.inc|skies.inc]]&lt;br /&gt;
###[[Reference:Stars.inc|stars.inc]]&lt;br /&gt;
###[[Reference:Stones.inc|stones.inc]]&lt;br /&gt;
###[[Reference:Stdinc.inc|stdinc.inc]]&lt;br /&gt;
###[[Reference:Strings.inc|strings.inc]]&lt;br /&gt;
###[[Reference:Textures.inc|textures.inc]]&lt;br /&gt;
###[[Reference:Transforms.inc|transforms.inc]]&lt;br /&gt;
###[[Reference:Woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
###[[Reference:woods.inc|woods.inc]]&lt;br /&gt;
###[[Reference:logo.inc|logo.inc]]&lt;br /&gt;
###[[Reference:Rad_def.inc|rad_def.inc]]&lt;br /&gt;
###[[Reference:Screen.inc|screen.inc]]&lt;br /&gt;
###[[Reference:Sunpos.inc|sunpos.inc]]&lt;br /&gt;
##Old Files&lt;br /&gt;
###[[Reference:Glass_old.inc|glass_old.inc]]&lt;br /&gt;
###[[Reference:Shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
###[[Reference:Stage1.inc|stage1.inc]]&lt;br /&gt;
###[[Reference:Stdcam.inc|stdcam.inc]]&lt;br /&gt;
###[[Reference:Stones1.inc|stones1.inc]]&lt;br /&gt;
###[[Reference:Stones2.inc|stones2.inc]]&lt;br /&gt;
##Other Files&lt;br /&gt;
###[[Reference:Font Files|font files (*.ttf)]]&lt;br /&gt;
###[[Reference:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
###[[Reference:Image Files|image files (*.png, *.pot, *.df3)]]&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=7122</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=7122"/>
		<updated>2012-03-15T19:22:51Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: /* POV-Ray Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Reference:Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Reference:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Reference:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Reference:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Reference:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Reference:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Reference:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Reference:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Reference:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Reference:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Reference:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Reference:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Reference:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Reference:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Reference:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Reference:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Reference:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Reference:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Reference:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Reference:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Reference:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Reference:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Reference:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Reference:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Reference:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Reference:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Reference:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Reference:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Reference:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Reference:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Reference:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Reference:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Reference:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Reference:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Reference:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Reference:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Reference:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Reference:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Reference:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Reference:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Reference:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Reference:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Reference:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Reference:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Reference:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Reference:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Reference:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Reference:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Reference:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Reference:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Reference:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Reference:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Reference:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Reference:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Reference:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Reference:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Reference:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Reference:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Reference:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Reference:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Reference:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Reference:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Reference:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Reference:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Reference:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Reference:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Reference:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Reference:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Reference:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Reference:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Reference:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Reference:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Reference:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Reference:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Reference:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Reference:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Reference:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Reference:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Reference:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Reference:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Reference:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Reference:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Reference:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Reference:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Reference:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Reference:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Reference:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Reference:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Reference:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Reference:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Reference:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Reference:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Reference:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Reference:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Reference:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Reference:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Reference:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Reference:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Reference:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Reference:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Reference:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Reference:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Reference:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Reference:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Reference:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Reference:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Reference:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Reference:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Reference:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Reference:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Reference:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Reference:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Reference:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Reference:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Reference:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Reference:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Reference:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Reference:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Reference:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Reference:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Reference:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Reference:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Reference:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Reference:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Reference:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Reference:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Reference:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Reference:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Reference:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Reference:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Reference:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Reference:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Reference:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Reference:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Reference:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Reference:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Reference:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Reference:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Reference:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Reference:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Reference:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Reference:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Reference:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Reference:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Reference:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Reference:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Reference:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Reference:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Reference:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Reference:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Reference:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Reference:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Reference:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Reference:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Reference:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Reference:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Reference:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Reference:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Reference:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Reference:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Reference:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Reference:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Reference:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Reference:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Reference:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Reference:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Reference:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Reference:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Reference:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Reference:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Reference:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Reference:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Reference:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Reference:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Reference:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Reference:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Reference:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Reference:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Reference:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Reference:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Reference:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Reference:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Reference:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Reference:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Reference:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Reference:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Reference:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Reference:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Reference:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Reference:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Reference:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Reference:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Reference:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Reference:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Reference:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Reference:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Reference:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Reference:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Reference:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Reference:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Reference:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Reference:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Reference:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Reference:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Reference:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Reference:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Reference:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Reference:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Reference:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Reference:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Reference:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Reference:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Reference:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Reference:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Reference:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Reference:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Reference:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Reference:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Reference:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Reference:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Reference:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Reference:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Reference:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Reference:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Reference:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Reference:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Reference:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Reference:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Reference:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Reference:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Reference:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Reference:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Reference:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Reference:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Reference:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Reference:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Reference:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Reference:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Reference:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Reference:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Reference:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Reference:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Reference:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Reference:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Reference:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Reference:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Reference:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Reference:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Reference:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Reference:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Reference:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Reference:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Reference:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Reference:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Reference:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Reference:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Reference:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Reference:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Reference:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Reference:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Reference:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Reference:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Reference:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Reference:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Reference:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Reference:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Reference:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Reference:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Reference:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Reference:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Reference:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Reference:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Reference:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Reference:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Reference:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Reference:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Reference:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Reference:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Reference:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Reference:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Reference:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Reference:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Reference:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Reference:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Reference:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Reference:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Reference:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Reference:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Reference:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Reference:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Reference:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Reference:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Reference:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Reference:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Reference:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Reference:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Reference:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Reference:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Reference:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Reference:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Reference:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Reference:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Reference:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Reference:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Reference:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Reference:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Reference:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Reference:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Reference:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Reference:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Reference:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Reference:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Reference:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Reference:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Reference:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Reference:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Reference:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Reference:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Reference:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Reference:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Reference:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Reference:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Reference:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Reference:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Reference:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Reference:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Reference:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Reference:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Reference:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Reference:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Reference:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Reference:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Reference:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Reference:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Reference:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Reference:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Reference:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Reference:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Reference:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Reference:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Reference:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Reference:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Reference:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Reference:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Reference:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Reference:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Reference:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Reference:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Reference:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Reference:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Reference:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Reference:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Reference:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Reference:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Reference:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Reference:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Reference:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Reference:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Reference:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Reference:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Reference:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Reference:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Reference:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Reference:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Reference:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Reference:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Reference:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Reference:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Reference:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Reference:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Reference:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Reference:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Reference:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Reference:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Reference:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Reference:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Reference:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Reference:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Reference:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Reference:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Reference:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Reference:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Reference:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Reference:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Reference:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Reference:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Reference:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Reference:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Reference:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Reference:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Reference:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Reference:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Reference:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Reference:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Reference:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Reference:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Reference:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Reference:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Reference:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Reference:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Reference:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Reference:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Reference:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Reference:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Reference:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Reference:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Reference:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Reference:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Reference:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Reference:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Reference:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Reference:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Reference:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Reference:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Reference:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Reference:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Reference:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Reference:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Reference:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Reference:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Reference:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Reference:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Reference:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Reference:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Reference:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Reference:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Reference:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Reference:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Reference:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Reference:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Reference:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Reference:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Reference:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Reference:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Reference:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Reference:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Reference:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Reference:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Reference:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Reference:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Reference:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Reference:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Reference:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Reference:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Reference:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Reference:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Reference:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Reference:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Reference:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Reference:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Reference:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Reference:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Reference:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Reference:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Reference:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Reference:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Reference:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Reference:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Reference:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Reference:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Reference:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Reference:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Reference:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Reference:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Reference:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Reference:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Reference:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Reference:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Reference:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Reference:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Reference:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Reference:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Reference:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Reference:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Reference:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Reference:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Reference:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Reference:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Reference:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Reference:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Reference:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Reference:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Reference:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Reference:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Reference:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Reference:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Reference:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Reference:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Reference:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Reference:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Reference:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Reference:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Reference:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Reference:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Reference:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Reference:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Reference:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Reference:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Reference:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Reference:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Reference:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Reference:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Reference:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Reference:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=7121</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=7121"/>
		<updated>2012-03-15T19:20:33Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: /* POV-Ray Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Reference:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Reference:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Reference:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Reference:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Reference:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Reference:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Reference:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Reference:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Reference:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Reference:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Reference:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Reference:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Reference:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Reference:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Reference:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Reference:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Reference:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Reference:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Reference:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Reference:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Reference:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Reference:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Reference:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Reference:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Reference:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Reference:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Reference:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Reference:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Reference:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Reference:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Reference:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Reference:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Reference:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Reference:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Reference:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Reference:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Reference:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Reference:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Reference:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Reference:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Reference:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Reference:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Reference:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Reference:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Reference:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Reference:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Reference:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Reference:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Reference:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Reference:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Reference:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Reference:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Reference:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Reference:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Reference:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Reference:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Reference:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Reference:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Reference:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Reference:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Reference:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Reference:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Reference:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Reference:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Reference:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Reference:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Reference:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Reference:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Reference:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Reference:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Reference:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Reference:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Reference:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Reference:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Reference:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Reference:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Reference:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Reference:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Reference:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Reference:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Reference:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Reference:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Reference:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Reference:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Reference:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Reference:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Reference:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Reference:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Reference:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Reference:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Reference:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Reference:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Reference:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Reference:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Reference:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Reference:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Reference:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Reference:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Reference:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Reference:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Reference:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Reference:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Reference:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Reference:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Reference:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Reference:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Reference:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Reference:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Reference:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Reference:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Reference:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Reference:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Reference:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Reference:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Reference:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Reference:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Reference:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Reference:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Reference:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Reference:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Reference:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Reference:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Reference:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Reference:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Reference:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Reference:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Reference:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Reference:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Reference:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Reference:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Reference:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Reference:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Reference:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Reference:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Reference:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Reference:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Reference:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Reference:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Reference:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Reference:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Reference:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Reference:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Reference:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Reference:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Reference:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Reference:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Reference:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Reference:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Reference:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Reference:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Reference:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Reference:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Reference:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Reference:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Reference:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Reference:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Reference:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Reference:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Reference:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Reference:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Reference:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Reference:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Reference:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Reference:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Reference:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Reference:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Reference:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Reference:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Reference:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Reference:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Reference:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Reference:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Reference:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Reference:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Reference:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Reference:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Reference:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Reference:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Reference:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Reference:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Reference:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Reference:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Reference:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Reference:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Reference:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Reference:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Reference:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Reference:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Reference:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Reference:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Reference:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Reference:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Reference:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Reference:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Reference:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Reference:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Reference:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Reference:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Reference:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Reference:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Reference:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Reference:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Reference:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Reference:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Reference:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Reference:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Reference:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Reference:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Reference:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Reference:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Reference:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Reference:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Reference:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Reference:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Reference:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Reference:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Reference:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Reference:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Reference:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Reference:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Reference:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Reference:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Reference:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Reference:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Reference:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Reference:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Reference:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Reference:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Reference:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Reference:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Reference:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Reference:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Reference:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Reference:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Reference:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Reference:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Reference:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Reference:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Reference:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Reference:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Reference:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Reference:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Reference:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Reference:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Reference:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Reference:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Reference:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Reference:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Reference:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Reference:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Reference:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Reference:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Reference:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Reference:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Reference:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Reference:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Reference:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Reference:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Reference:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Reference:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Reference:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Reference:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Reference:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Reference:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Reference:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Reference:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Reference:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Reference:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Reference:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Reference:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Reference:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Reference:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Reference:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Reference:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Reference:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Reference:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Reference:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Reference:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Reference:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Reference:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Reference:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Reference:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Reference:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Reference:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Reference:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Reference:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Reference:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Reference:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Reference:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Reference:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Reference:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Reference:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Reference:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Reference:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Reference:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Reference:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Reference:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Reference:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Reference:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Reference:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Reference:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Reference:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Reference:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Reference:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Reference:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Reference:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Reference:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Reference:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Reference:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Reference:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Reference:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Reference:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Reference:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Reference:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Reference:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Reference:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Reference:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Reference:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Reference:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Reference:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Reference:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Reference:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Reference:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Reference:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Reference:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Reference:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Reference:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Reference:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Reference:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Reference:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Reference:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Reference:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Reference:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Reference:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Reference:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Reference:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Reference:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Reference:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Reference:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Reference:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Reference:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Reference:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Reference:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Reference:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Reference:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Reference:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Reference:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Reference:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Reference:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Reference:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Reference:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Reference:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Reference:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Reference:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Reference:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Reference:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Reference:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Reference:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Reference:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Reference:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Reference:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Reference:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Reference:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Reference:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Reference:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Reference:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Reference:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Reference:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Reference:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Reference:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Reference:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Reference:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Reference:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Reference:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Reference:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Reference:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Reference:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Reference:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Reference:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Reference:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Reference:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Reference:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Reference:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Reference:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Reference:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Reference:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Reference:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Reference:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Reference:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Reference:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Reference:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Reference:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Reference:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Reference:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Reference:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Reference:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Reference:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Reference:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Reference:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Reference:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Reference:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Reference:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Reference:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Reference:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Reference:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Reference:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Reference:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Reference:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Reference:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Reference:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Reference:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Reference:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Reference:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Reference:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Reference:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Reference:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Reference:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Reference:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Reference:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Reference:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Reference:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Reference:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Reference:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Reference:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Reference:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Reference:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Reference:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Reference:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Reference:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Reference:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Reference:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Reference:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Reference:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Reference:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Reference:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Reference:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Reference:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Reference:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Reference:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Reference:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Reference:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Reference:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Reference:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Reference:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Reference:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Reference:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Reference:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Reference:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Reference:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Reference:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Reference:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Reference:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Reference:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Reference:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Reference:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Reference:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Reference:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Reference:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Reference:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Reference:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Reference:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Reference:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Reference:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Reference:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Reference:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Reference:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Reference:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Reference:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Reference:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Reference:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Reference:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Reference:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Reference:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Reference:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Reference:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Reference:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Reference:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Reference:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Reference:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Reference:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Reference:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Reference:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Reference:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Reference:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Reference:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Reference:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Reference:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Reference:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Reference:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Reference:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Reference:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Reference:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Reference:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Reference:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Reference:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Reference:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Reference:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Reference:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Reference:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Reference:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Reference:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Reference:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Reference:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6743</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6743"/>
		<updated>2012-03-11T20:12:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Documentation:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Documentation:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Documentation:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Documentation:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Documentation:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Documentation:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Documentation:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Documentation:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Documentation:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Documentation:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Documentation:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Documentation:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Documentation:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Documentation:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Documentation:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Documentation:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Documentation:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Documentation:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Documentation:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Documentation:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Documentation:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Documentation:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Documentation:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Documentation:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Documentation:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Documentation:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Documentation:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Documentation:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Documentation:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Documentation:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Documentation:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Documentation:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Documentation:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Documentation:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Documentation:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Documentation:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Documentation:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Documentation:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Documentation:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Documentation:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Documentation:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Documentation:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Documentation:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Documentation:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Documentation:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Documentation:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Documentation:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Documentation:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Documentation:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Documentation:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Documentation:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Documentation:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Documentation:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Documentation:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Documentation:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Documentation:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Documentation:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Documentation:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Documentation:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Documentation:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Documentation:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Documentation:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Documentation:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Documentation:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Documentation:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Documentation:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Documentation:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Documentation:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Documentation:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Documentation:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Documentation:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Documentation:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Documentation:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Documentation:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Documentation:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Documentation:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Documentation:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Documentation:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Documentation:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Documentation:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Documentation:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Documentation:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Documentation:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Documentation:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Documentation:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Documentation:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Documentation:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Documentation:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Documentation:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Documentation:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Documentation:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Documentation:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Documentation:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Documentation:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Documentation:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Documentation:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Documentation:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Documentation:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Documentation:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Documentation:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Documentation:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Documentation:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Documentation:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Documentation:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Documentation:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Documentation:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Documentation:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Documentation:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Documentation:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Documentation:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Documentation:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Documentation:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Documentation:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Documentation:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Documentation:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Documentation:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Documentation:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Documentation:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Documentation:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Documentation:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Documentation:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Documentation:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Documentation:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Documentation:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Documentation:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Documentation:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Documentation:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Documentation:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Documentation:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Documentation:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Documentation:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Documentation:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Documentation:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Documentation:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Documentation:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Documentation:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Documentation:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Documentation:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Documentation:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Documentation:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Documentation:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Documentation:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Documentation:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Documentation:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Documentation:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Documentation:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Documentation:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Documentation:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Documentation:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Documentation:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Documentation:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Documentation:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Documentation:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Documentation:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Documentation:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Documentation:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Documentation:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Documentation:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Documentation:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Documentation:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Documentation:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Documentation:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Documentation:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Documentation:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Documentation:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Documentation:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Documentation:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Documentation:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Documentation:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Documentation:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Documentation:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Documentation:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Documentation:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Documentation:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Documentation:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Documentation:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Documentation:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Documentation:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Documentation:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Documentation:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Documentation:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Documentation:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Documentation:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Documentation:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Documentation:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Documentation:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Documentation:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Documentation:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Documentation:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Documentation:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Documentation:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Documentation:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Documentation:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Documentation:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Documentation:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Documentation:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Documentation:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Documentation:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Documentation:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Documentation:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Documentation:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Documentation:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Documentation:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Documentation:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Documentation:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Documentation:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Documentation:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Documentation:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Documentation:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Documentation:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Documentation:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Documentation:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Documentation:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Documentation:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Documentation:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Documentation:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Documentation:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Documentation:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Documentation:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Documentation:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Documentation:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Documentation:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Documentation:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Documentation:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Documentation:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Documentation:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Documentation:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Documentation:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Documentation:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Documentation:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Documentation:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Documentation:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Documentation:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Documentation:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Documentation:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Documentation:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Documentation:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Documentation:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Documentation:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Documentation:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Documentation:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Documentation:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Documentation:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Documentation:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Documentation:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Documentation:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Documentation:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Documentation:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Documentation:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Documentation:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Documentation:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Documentation:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Documentation:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Documentation:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Documentation:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Documentation:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Documentation:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Documentation:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Documentation:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Documentation:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Documentation:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Documentation:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Documentation:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Documentation:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Documentation:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Documentation:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Documentation:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Documentation:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Documentation:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Documentation:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Documentation:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Documentation:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Documentation:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Documentation:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Documentation:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Documentation:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Documentation:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Documentation:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Documentation:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Documentation:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Documentation:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Documentation:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Documentation:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Documentation:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Documentation:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Documentation:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Documentation:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Documentation:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Documentation:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Documentation:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Documentation:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Documentation:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Documentation:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Documentation:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Documentation:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Documentation:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Documentation:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Documentation:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Documentation:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Documentation:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Documentation:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Documentation:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Documentation:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Documentation:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Documentation:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Documentation:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Documentation:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Documentation:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Documentation:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Documentation:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Documentation:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Documentation:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Documentation:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Documentation:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Documentation:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Documentation:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Documentation:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Documentation:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Documentation:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Documentation:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Documentation:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Documentation:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Documentation:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Documentation:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Documentation:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Documentation:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Documentation:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Documentation:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Documentation:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Documentation:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Documentation:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Documentation:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Documentation:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Documentation:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Documentation:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Documentation:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Documentation:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Documentation:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Documentation:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Documentation:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Documentation:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Documentation:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Documentation:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Documentation:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Documentation:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Documentation:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Documentation:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Documentation:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Documentation:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Documentation:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Documentation:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Documentation:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Documentation:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Documentation:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Documentation:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Documentation:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Documentation:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Documentation:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Documentation:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Documentation:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Documentation:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Documentation:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Documentation:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Documentation:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Documentation:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Documentation:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Documentation:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Documentation:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Documentation:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Documentation:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Documentation:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Documentation:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Documentation:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Documentation:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Documentation:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Documentation:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Documentation:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Documentation:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Documentation:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Documentation:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Documentation:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Documentation:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Documentation:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Documentation:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Documentation:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Documentation:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Documentation:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Documentation:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Documentation:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Documentation:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Documentation:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Documentation:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Documentation:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Documentation:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Documentation:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Documentation:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Documentation:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Documentation:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Documentation:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Documentation:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Documentation:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Documentation:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Documentation:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Documentation:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Documentation:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Documentation:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Documentation:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Documentation:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Documentation:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Documentation:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Documentation:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Documentation:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Documentation:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Documentation:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Documentation:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Documentation:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Documentation:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Documentation:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Documentation:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Documentation:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Documentation:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Documentation:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Documentation:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Documentation:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Documentation:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Documentation:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Documentation:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Documentation:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Documentation:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Documentation:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Documentation:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Documentation:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Documentation:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Documentation:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Documentation:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Documentation:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Documentation:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Documentation:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Documentation:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Documentation:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Documentation:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Documentation:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Documentation:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Documentation:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Documentation:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Documentation:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Documentation:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Documentation:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Documentation:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Documentation:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Documentation:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Documentation:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Documentation:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Documentation:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Documentation:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Documentation:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Documentation:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Documentation:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Documentation:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Documentation:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Documentation:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Documentation:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Documentation:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Documentation:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Documentation:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Documentation:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Documentation:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Documentation:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Documentation:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Documentation:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Documentation:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Documentation:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Documentation:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Documentation:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Documentation:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Documentation:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Documentation:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Documentation:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Documentation:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Documentation:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Documentation:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Documentation:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Documentation:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Documentation:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Documentation:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Documentation:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Documentation:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Documentation:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Documentation:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Documentation:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Documentation:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Documentation:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Documentation:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Documentation:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Documentation:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Documentation:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Documentation:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Documentation:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Documentation:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Documentation:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Documentation:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6742</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6742"/>
		<updated>2012-03-11T20:12:14Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:}}&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Documentation:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Documentation:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Documentation:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Documentation:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Documentation:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Documentation:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Documentation:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Documentation:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Documentation:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Documentation:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Documentation:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Documentation:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Documentation:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Documentation:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Documentation:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Documentation:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Documentation:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Documentation:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Documentation:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Documentation:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Documentation:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Documentation:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Documentation:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Documentation:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Documentation:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Documentation:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Documentation:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Documentation:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Documentation:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Documentation:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Documentation:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Documentation:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Documentation:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Documentation:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Documentation:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Documentation:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Documentation:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Documentation:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Documentation:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Documentation:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Documentation:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Documentation:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Documentation:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Documentation:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Documentation:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Documentation:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Documentation:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Documentation:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Documentation:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Documentation:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Documentation:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Documentation:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Documentation:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Documentation:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Documentation:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Documentation:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Documentation:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Documentation:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Documentation:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Documentation:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Documentation:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Documentation:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Documentation:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Documentation:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Documentation:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Documentation:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Documentation:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Documentation:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Documentation:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Documentation:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Documentation:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Documentation:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Documentation:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Documentation:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Documentation:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Documentation:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Documentation:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Documentation:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Documentation:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Documentation:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Documentation:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Documentation:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Documentation:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Documentation:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Documentation:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Documentation:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Documentation:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Documentation:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Documentation:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Documentation:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Documentation:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Documentation:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Documentation:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Documentation:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Documentation:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Documentation:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Documentation:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Documentation:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Documentation:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Documentation:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Documentation:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Documentation:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Documentation:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Documentation:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Documentation:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Documentation:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Documentation:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Documentation:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Documentation:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Documentation:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Documentation:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Documentation:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Documentation:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Documentation:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Documentation:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Documentation:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Documentation:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Documentation:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Documentation:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Documentation:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Documentation:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Documentation:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Documentation:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Documentation:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Documentation:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Documentation:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Documentation:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Documentation:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Documentation:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Documentation:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Documentation:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Documentation:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Documentation:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Documentation:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Documentation:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Documentation:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Documentation:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Documentation:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Documentation:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Documentation:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Documentation:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Documentation:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Documentation:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Documentation:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Documentation:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Documentation:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Documentation:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Documentation:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Documentation:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Documentation:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Documentation:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Documentation:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Documentation:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Documentation:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Documentation:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Documentation:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Documentation:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Documentation:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Documentation:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Documentation:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Documentation:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Documentation:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Documentation:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Documentation:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Documentation:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Documentation:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Documentation:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Documentation:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Documentation:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Documentation:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Documentation:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Documentation:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Documentation:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Documentation:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Documentation:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Documentation:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Documentation:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Documentation:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Documentation:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Documentation:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Documentation:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Documentation:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Documentation:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Documentation:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Documentation:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Documentation:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Documentation:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Documentation:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Documentation:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Documentation:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Documentation:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Documentation:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Documentation:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Documentation:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Documentation:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Documentation:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Documentation:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Documentation:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Documentation:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Documentation:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Documentation:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Documentation:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Documentation:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Documentation:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Documentation:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Documentation:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Documentation:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Documentation:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Documentation:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Documentation:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Documentation:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Documentation:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Documentation:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Documentation:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Documentation:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Documentation:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Documentation:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Documentation:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Documentation:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Documentation:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Documentation:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Documentation:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Documentation:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Documentation:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Documentation:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Documentation:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Documentation:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Documentation:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Documentation:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Documentation:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Documentation:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Documentation:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Documentation:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Documentation:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Documentation:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Documentation:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Documentation:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Documentation:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Documentation:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Documentation:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Documentation:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Documentation:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Documentation:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Documentation:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Documentation:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Documentation:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Documentation:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Documentation:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Documentation:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Documentation:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Documentation:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Documentation:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Documentation:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Documentation:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Documentation:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Documentation:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Documentation:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Documentation:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Documentation:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Documentation:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Documentation:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Documentation:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Documentation:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Documentation:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Documentation:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Documentation:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Documentation:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Documentation:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Documentation:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Documentation:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Documentation:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Documentation:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Documentation:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Documentation:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Documentation:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Documentation:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Documentation:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Documentation:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Documentation:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Documentation:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Documentation:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Documentation:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Documentation:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Documentation:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Documentation:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Documentation:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Documentation:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Documentation:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Documentation:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Documentation:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Documentation:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Documentation:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Documentation:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Documentation:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Documentation:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Documentation:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Documentation:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Documentation:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Documentation:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Documentation:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Documentation:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Documentation:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Documentation:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Documentation:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Documentation:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Documentation:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Documentation:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Documentation:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Documentation:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Documentation:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Documentation:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Documentation:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Documentation:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Documentation:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Documentation:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Documentation:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Documentation:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Documentation:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Documentation:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Documentation:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Documentation:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Documentation:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Documentation:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Documentation:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Documentation:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Documentation:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Documentation:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Documentation:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Documentation:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Documentation:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Documentation:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Documentation:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Documentation:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Documentation:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Documentation:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Documentation:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Documentation:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Documentation:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Documentation:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Documentation:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Documentation:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Documentation:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Documentation:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Documentation:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Documentation:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Documentation:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Documentation:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Documentation:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Documentation:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Documentation:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Documentation:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Documentation:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Documentation:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Documentation:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Documentation:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Documentation:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Documentation:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Documentation:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Documentation:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Documentation:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Documentation:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Documentation:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Documentation:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Documentation:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Documentation:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Documentation:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Documentation:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Documentation:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Documentation:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Documentation:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Documentation:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Documentation:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Documentation:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Documentation:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Documentation:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Documentation:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Documentation:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Documentation:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Documentation:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Documentation:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Documentation:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Documentation:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Documentation:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Documentation:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Documentation:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Documentation:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Documentation:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Documentation:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Documentation:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Documentation:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Documentation:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Documentation:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Documentation:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Documentation:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Documentation:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Documentation:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Documentation:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Documentation:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Documentation:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Documentation:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Documentation:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Documentation:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Documentation:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Documentation:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Documentation:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Documentation:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Documentation:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Documentation:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Documentation:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Documentation:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Documentation:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Documentation:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Documentation:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Documentation:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Documentation:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Documentation:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Documentation:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Documentation:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Documentation:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Documentation:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Documentation:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Documentation:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Documentation:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Documentation:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Documentation:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Documentation:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Documentation:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Documentation:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Documentation:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Documentation:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Documentation:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Documentation:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Documentation:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Documentation:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Documentation:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Documentation:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Documentation:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Documentation:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Documentation:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Documentation:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Documentation:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Documentation:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Documentation:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Documentation:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Documentation:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Documentation:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Documentation:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Documentation:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Documentation:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Documentation:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Documentation:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Documentation:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Documentation:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Documentation:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Documentation:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Documentation:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Documentation:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Documentation:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Documentation:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Documentation:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Documentation:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Documentation:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Documentation:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Documentation:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Documentation:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Documentation:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Documentation:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Documentation:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Documentation:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Documentation:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Documentation:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Documentation:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Documentation:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Documentation:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Documentation:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Documentation:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Documentation:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Documentation:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Documentation:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Documentation:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Documentation:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Documentation:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Documentation:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Documentation:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Documentation:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Documentation:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Documentation:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Documentation:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Documentation:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Documentation:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Documentation:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Documentation:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Documentation:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Documentation:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Documentation:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Documentation:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Documentation:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Documentation:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Documentation:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Documentation:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Documentation:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6741</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6741"/>
		<updated>2012-03-11T20:10:34Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Documentation:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Documentation:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Documentation:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Documentation:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Documentation:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Documentation:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Documentation:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Documentation:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Documentation:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Documentation:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Documentation:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Documentation:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Documentation:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Documentation:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Documentation:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Documentation:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Documentation:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Documentation:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Documentation:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Documentation:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Documentation:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Documentation:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Documentation:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Documentation:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Documentation:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Documentation:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Documentation:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Documentation:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Documentation:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Documentation:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Documentation:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Documentation:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Documentation:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Documentation:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Documentation:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Documentation:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Documentation:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Documentation:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Documentation:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Documentation:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Documentation:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Documentation:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Documentation:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Documentation:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Documentation:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Documentation:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Documentation:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Documentation:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Documentation:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Documentation:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Documentation:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Documentation:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Documentation:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Documentation:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Documentation:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Documentation:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Documentation:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Documentation:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Documentation:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Documentation:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Documentation:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Documentation:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Documentation:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Documentation:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Documentation:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Documentation:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Documentation:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Documentation:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Documentation:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Documentation:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Documentation:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Documentation:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Documentation:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Documentation:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Documentation:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Documentation:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Documentation:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Documentation:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Documentation:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Documentation:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Documentation:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Documentation:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Documentation:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Documentation:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Documentation:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Documentation:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Documentation:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Documentation:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Documentation:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Documentation:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Documentation:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Documentation:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Documentation:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Documentation:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Documentation:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Documentation:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Documentation:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Documentation:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Documentation:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Documentation:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Documentation:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Documentation:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Documentation:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Documentation:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Documentation:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Documentation:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Documentation:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Documentation:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Documentation:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Documentation:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Documentation:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Documentation:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Documentation:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Documentation:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Documentation:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Documentation:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Documentation:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Documentation:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Documentation:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Documentation:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Documentation:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Documentation:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Documentation:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Documentation:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Documentation:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Documentation:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Documentation:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Documentation:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Documentation:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Documentation:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Documentation:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Documentation:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Documentation:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Documentation:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Documentation:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Documentation:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Documentation:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Documentation:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Documentation:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Documentation:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Documentation:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Documentation:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Documentation:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Documentation:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Documentation:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Documentation:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Documentation:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Documentation:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Documentation:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Documentation:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Documentation:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Documentation:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Documentation:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Documentation:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Documentation:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Documentation:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Documentation:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Documentation:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Documentation:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Documentation:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Documentation:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Documentation:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Documentation:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Documentation:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Documentation:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Documentation:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Documentation:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Documentation:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Documentation:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Documentation:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Documentation:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Documentation:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Documentation:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Documentation:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Documentation:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Documentation:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Documentation:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Documentation:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Documentation:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Documentation:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Documentation:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Documentation:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Documentation:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Documentation:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Documentation:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Documentation:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Documentation:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Documentation:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Documentation:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Documentation:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Documentation:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Documentation:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Documentation:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Documentation:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Documentation:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Documentation:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Documentation:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Documentation:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Documentation:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Documentation:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Documentation:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Documentation:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Documentation:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Documentation:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Documentation:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Documentation:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Documentation:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Documentation:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Documentation:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Documentation:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Documentation:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Documentation:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Documentation:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Documentation:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Documentation:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Documentation:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Documentation:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Documentation:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Documentation:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Documentation:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Documentation:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Documentation:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Documentation:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Documentation:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Documentation:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Documentation:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Documentation:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Documentation:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Documentation:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Documentation:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Documentation:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Documentation:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Documentation:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Documentation:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Documentation:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Documentation:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Documentation:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Documentation:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Documentation:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Documentation:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Documentation:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Documentation:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Documentation:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Documentation:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Documentation:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Documentation:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Documentation:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Documentation:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Documentation:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Documentation:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Documentation:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Documentation:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Documentation:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Documentation:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Documentation:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Documentation:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Documentation:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Documentation:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Documentation:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Documentation:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Documentation:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Documentation:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Documentation:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Documentation:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Documentation:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Documentation:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Documentation:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Documentation:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Documentation:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Documentation:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Documentation:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Documentation:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Documentation:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Documentation:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Documentation:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Documentation:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Documentation:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Documentation:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Documentation:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Documentation:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Documentation:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Documentation:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Documentation:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Documentation:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Documentation:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Documentation:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Documentation:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Documentation:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Documentation:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Documentation:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Documentation:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Documentation:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Documentation:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Documentation:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Documentation:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Documentation:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Documentation:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Documentation:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Documentation:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Documentation:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Documentation:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Documentation:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Documentation:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Documentation:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Documentation:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Documentation:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Documentation:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Documentation:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Documentation:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Documentation:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Documentation:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Documentation:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Documentation:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Documentation:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Documentation:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Documentation:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Documentation:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Documentation:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Documentation:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Documentation:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Documentation:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Documentation:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Documentation:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Documentation:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Documentation:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Documentation:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Documentation:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Documentation:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Documentation:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Documentation:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Documentation:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Documentation:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Documentation:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Documentation:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Documentation:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Documentation:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Documentation:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Documentation:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Documentation:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Documentation:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Documentation:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Documentation:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Documentation:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Documentation:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Documentation:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Documentation:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Documentation:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Documentation:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Documentation:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Documentation:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Documentation:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Documentation:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Documentation:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Documentation:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Documentation:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Documentation:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Documentation:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Documentation:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Documentation:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Documentation:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Documentation:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Documentation:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Documentation:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Documentation:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Documentation:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Documentation:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Documentation:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Documentation:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Documentation:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Documentation:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Documentation:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Documentation:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Documentation:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Documentation:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Documentation:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Documentation:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Documentation:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Documentation:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Documentation:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Documentation:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Documentation:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Documentation:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Documentation:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Documentation:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Documentation:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Documentation:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Documentation:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Documentation:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Documentation:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Documentation:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Documentation:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Documentation:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Documentation:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Documentation:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Documentation:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Documentation:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Documentation:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Documentation:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Documentation:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Documentation:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Documentation:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Documentation:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Documentation:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Documentation:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Documentation:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Documentation:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Documentation:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Documentation:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Documentation:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Documentation:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Documentation:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Documentation:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Documentation:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Documentation:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Documentation:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Documentation:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Documentation:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Documentation:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Documentation:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Documentation:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Documentation:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Documentation:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Documentation:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Documentation:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Documentation:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Documentation:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Documentation:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Documentation:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Documentation:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Documentation:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Documentation:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Documentation:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Documentation:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Documentation:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Documentation:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Documentation:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Documentation:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Documentation:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Documentation:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Documentation:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Documentation:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Documentation:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Documentation:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Documentation:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Documentation:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Documentation:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Documentation:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Documentation:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Documentation:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Documentation:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Documentation:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Documentation:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Documentation:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Documentation:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Documentation:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Documentation:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Documentation:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Documentation:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Documentation:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Documentation:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Documentation:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Documentation:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Documentation:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Documentation:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Documentation:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Documentation:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Documentation:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Documentation:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Documentation:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Documentation:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Documentation:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Documentation:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Documentation:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Documentation:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Documentation:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Documentation:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Documentation:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Documentation:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Documentation:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Documentation:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Documentation:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Documentation:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Documentation:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Documentation:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Documentation:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Documentation:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Documentation:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Documentation:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Documentation:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Documentation:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Documentation:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Documentation:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Documentation:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Documentation:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Documentation:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Documentation:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Documentation:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Documentation:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Documentation:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Documentation:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Documentation:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6740</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6740"/>
		<updated>2012-03-11T20:09:52Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Documentation:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Documentation:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Documentation:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Documentation:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Documentation:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Documentation:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Documentation:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Documentation:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Documentation:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Documentation:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Documentation:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Documentation:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Documentation:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Documentation:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Documentation:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Documentation:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Documentation:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Documentation:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Documentation:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Documentation:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Documentation:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Documentation:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Documentation:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Documentation:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Documentation:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Documentation:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Documentation:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Documentation:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Documentation:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Documentation:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Documentation:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Documentation:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Documentation:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Documentation:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Documentation:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Documentation:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Documentation:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Documentation:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Documentation:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Documentation:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Documentation:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Documentation:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Documentation:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Documentation:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Documentation:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Documentation:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Documentation:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Documentation:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Documentation:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Documentation:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Documentation:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Documentation:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Documentation:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Documentation:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Documentation:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Documentation:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Documentation:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Documentation:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Documentation:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Documentation:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Documentation:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Documentation:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Documentation:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Documentation:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Documentation:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Documentation:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Documentation:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Documentation:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Documentation:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Documentation:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Documentation:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Documentation:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Documentation:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Documentation:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Documentation:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Documentation:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Documentation:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Documentation:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Documentation:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Documentation:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Documentation:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Documentation:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Documentation:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Documentation:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Documentation:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Documentation:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Documentation:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Documentation:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Documentation:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Documentation:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Documentation:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Documentation:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Documentation:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Documentation:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Documentation:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Documentation:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Documentation:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Documentation:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Documentation:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Documentation:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Documentation:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Documentation:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Documentation:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Documentation:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Documentation:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Documentation:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Documentation:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Documentation:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Documentation:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Documentation:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Documentation:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Documentation:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Documentation:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Documentation:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Documentation:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Documentation:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Documentation:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Documentation:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Documentation:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Documentation:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Documentation:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Documentation:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Documentation:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Documentation:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Documentation:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Documentation:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Documentation:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Documentation:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Documentation:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Documentation:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Documentation:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Documentation:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Documentation:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Documentation:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Documentation:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Documentation:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Documentation:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Documentation:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Documentation:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Documentation:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Documentation:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Documentation:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Documentation:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Documentation:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Documentation:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Documentation:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Documentation:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Documentation:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Documentation:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Documentation:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Documentation:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Documentation:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Documentation:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Documentation:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Documentation:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Documentation:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Documentation:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Documentation:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Documentation:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Documentation:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Documentation:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Documentation:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Documentation:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Documentation:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Documentation:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Documentation:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Documentation:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Documentation:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Documentation:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Documentation:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Documentation:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Documentation:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Documentation:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Documentation:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Documentation:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Documentation:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Documentation:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Documentation:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Documentation:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Documentation:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Documentation:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Documentation:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Documentation:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Documentation:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Documentation:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Documentation:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Documentation:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Documentation:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Documentation:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Documentation:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Documentation:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Documentation:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Documentation:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Documentation:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Documentation:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Documentation:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Documentation:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Documentation:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Documentation:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Documentation:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Documentation:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Documentation:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Documentation:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Documentation:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Documentation:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Documentation:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Documentation:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Documentation:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Documentation:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Documentation:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Documentation:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Documentation:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Documentation:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Documentation:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Documentation:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Documentation:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Documentation:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Documentation:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Documentation:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Documentation:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Documentation:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Documentation:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Documentation:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Documentation:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Documentation:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Documentation:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Documentation:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Documentation:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Documentation:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Documentation:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Documentation:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Documentation:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Documentation:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Documentation:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Documentation:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Documentation:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Documentation:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Documentation:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Documentation:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Documentation:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Documentation:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Documentation:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Documentation:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Documentation:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Documentation:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Documentation:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Documentation:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Documentation:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Documentation:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Documentation:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Documentation:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Documentation:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Documentation:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Documentation:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Documentation:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Documentation:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Documentation:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Documentation:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Documentation:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Documentation:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Documentation:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Documentation:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Documentation:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Documentation:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Documentation:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Documentation:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Documentation:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Documentation:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Documentation:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Documentation:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Documentation:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Documentation:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Documentation:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Documentation:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Documentation:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Documentation:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Documentation:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Documentation:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Documentation:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Documentation:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Documentation:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Documentation:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Documentation:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Documentation:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Documentation:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Documentation:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Documentation:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Documentation:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Documentation:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Documentation:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Documentation:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Documentation:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Documentation:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Documentation:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Documentation:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Documentation:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Documentation:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Documentation:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Documentation:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Documentation:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Documentation:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Documentation:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Documentation:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Documentation:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Documentation:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Documentation:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Documentation:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Documentation:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Documentation:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Documentation:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Documentation:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Documentation:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Documentation:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Documentation:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Documentation:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Documentation:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Documentation:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Documentation:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Documentation:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Documentation:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Documentation:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Documentation:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Documentation:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Documentation:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Documentation:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Documentation:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Documentation:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Documentation:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Documentation:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Documentation:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Documentation:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Documentation:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Documentation:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Documentation:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Documentation:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Documentation:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Documentation:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Documentation:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Documentation:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Documentation:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Documentation:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Documentation:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Documentation:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Documentation:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Documentation:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Documentation:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Documentation:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Documentation:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Documentation:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Documentation:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Documentation:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Documentation:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Documentation:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Documentation:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Documentation:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Documentation:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Documentation:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Documentation:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Documentation:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Documentation:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Documentation:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Documentation:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Documentation:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Documentation:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Documentation:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Documentation:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Documentation:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Documentation:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Documentation:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Documentation:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Documentation:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Documentation:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Documentation:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Documentation:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Documentation:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Documentation:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Documentation:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Documentation:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Documentation:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Documentation:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Documentation:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Documentation:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Documentation:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Documentation:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Documentation:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Documentation:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Documentation:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Documentation:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Documentation:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Documentation:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Documentation:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Documentation:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Documentation:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Documentation:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Documentation:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Documentation:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Documentation:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Documentation:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Documentation:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Documentation:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Documentation:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Documentation:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Documentation:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Documentation:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Documentation:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Documentation:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Documentation:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Documentation:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Documentation:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Documentation:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Documentation:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Documentation:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Documentation:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Documentation:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Documentation:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Documentation:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Documentation:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Documentation:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Documentation:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Documentation:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Documentation:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Documentation:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Documentation:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Documentation:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Documentation:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Documentation:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Documentation:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Documentation:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Documentation:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Documentation:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Documentation:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Documentation:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Documentation:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Documentation:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Documentation:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Documentation:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Documentation:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Documentation:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Documentation:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Documentation:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Documentation:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Documentation:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Documentation:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Documentation:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Documentation:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Documentation:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Documentation:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Documentation:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Documentation:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Documentation:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Documentation:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Documentation:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Documentation:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Documentation:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Documentation:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Documentation:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Documentation:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Documentation:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Documentation:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Documentation:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Documentation:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Documentation:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Documentation:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Documentation:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Documentation:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Documentation:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Documentation:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Documentation:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Documentation:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Documentation:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Documentation:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Documentation:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Documentation:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Documentation:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Documentation:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Documentation:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Documentation:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Documentation:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Documentation:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Documentation:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Documentation:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Documentation:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Documentation:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Documentation:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Documentation:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Documentation:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Documentation:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Documentation:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Documentation:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Documentation:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Documentation:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Documentation:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Documentation:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Documentation:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Documentation:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Documentation:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Documentation:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Documentation:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Documentation:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Documentation:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Documentation:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6739</id>
		<title>Documentation:Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Documentation:Contents&amp;diff=6739"/>
		<updated>2012-03-11T20:09:25Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{DISPLAYTITLE:&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
[[Image:DocImgPovlogotext.jpg|Persistence Of Vision Raytracer&amp;amp;trade;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==An Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the Persistence Of Vision Raytracer&amp;amp;trade; on-line documentation repository.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;This repository is not intended to replace or supplement the documentation set currently being distributed with the POV-Ray&amp;amp;trade; application at this time. It is the beginning of a project to migrate the current documentation creation process to a MediaWiki solution, so if you're looking for the most up to date documentation, you've found it! The table of contents below is arranged the same as the &amp;lt;em&amp;gt;[http://www.povray.org/documentation/view/toc/ on-line view]&amp;lt;/em&amp;gt; found on the main POV-Ray main site. Sorry the section numbers appear in this table of contents &amp;lt;em&amp;gt;ONLY&amp;lt;/em&amp;gt;, not the content.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Hint&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Hint:&amp;lt;/strong&amp;gt; Keep this page open in it's own &amp;lt;em&amp;gt;tab&amp;lt;/em&amp;gt;. Use &amp;lt;em&amp;gt;browser&amp;lt;/em&amp;gt; find feature to search for a section number, then open the link in a &amp;lt;em&amp;gt;new&amp;lt;/em&amp;gt; tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
==Quick Jump==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#Introduction to POV-Ray|Introduction to POV-Ray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray Reference|POV-Ray Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Windows|POV-Ray for Windows]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Mac OS|POV-Ray for Mac OS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Documentation:Contents#POV-Ray for Unix|POV-Ray for Unix]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;!--BEGIN CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
==Introduction to POV-Ray==&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.1 [[Documentation:Tutorial Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.1.1 [[Documentation:Tutorial Section 1#Program Description|Program Description]]&lt;br /&gt;
::1.1.2 [[Documentation:Tutorial Section 1#What is Ray-Tracing?|What is Ray-Tracing?]]&lt;br /&gt;
::1.1.3 [[Documentation:Tutorial Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::1.1.4 [[Documentation:Tutorial Section 1#Features|Features]]&lt;br /&gt;
:::1.1.4.1 [[Documentation:Tutorial Section 1#Changes and New Features Summary|Changes and New Features Summary]]&lt;br /&gt;
::1.1.5 [[Documentation:Tutorial Section 1#The Early History of POV-Ray|The Early History of POV-Ray]]&lt;br /&gt;
:::1.1.5.1 [[Documentation:Tutorial Section 1.1#The Original Creation Message|The Original Creation Message]]&lt;br /&gt;
:::1.1.5.2 [[Documentation:Tutorial Section 1.1#The Name|The Name]]&lt;br /&gt;
:::1.1.5.3 [[Documentation:Tutorial Section 1.1#A Historic 'Version History'|A Historic 'Version History']]&lt;br /&gt;
::1.1.6 [[Documentation:Tutorial Section 1.1#How Do I Begin?|How Do I Begin?]]&lt;br /&gt;
::1.1.7 [[Documentation:Tutorial Section 1.1#Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.2 [[Documentation:Tutorial Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.2.1 [[Documentation:Tutorial Section 2#Our First Image|Our First Image]]&lt;br /&gt;
:::1.2.1.1 [[Documentation:Tutorial Section 2#Understanding POV-Ray's Coordinate System|Understanding POV-Ray's Coordinate System]]&lt;br /&gt;
:::1.2.1.2 [[Documentation:Tutorial Section 2#Adding Standard Include Files|Adding Standard Include Files]]&lt;br /&gt;
:::1.2.1.3 [[Documentation:Tutorial Section 2#Adding a Camera|Adding a Camera]]&lt;br /&gt;
:::1.2.1.4 [[Documentation:Tutorial Section 2#Describing an Object|Describing an Object]]&lt;br /&gt;
:::1.2.1.5 [[Documentation:Tutorial Section 2#Adding Texture to an Object|Adding Texture to an Object]]&lt;br /&gt;
:::1.2.1.6 [[Documentation:Tutorial Section 2#Defining a Light Source|Defining a Light Source]]&lt;br /&gt;
::1.2.2 [[Documentation:Tutorial Section 2#Basic Shapes|Basic Shapes]]&lt;br /&gt;
:::1.2.2.1 [[Documentation:Tutorial Section 2#Box Object|Box Object]]&lt;br /&gt;
:::1.2.2.2 [[Documentation:Tutorial Section 2#Cone Object|Cone Object]]&lt;br /&gt;
:::1.2.2.3 [[Documentation:Tutorial Section 2#Cylinder Object|Cylinder Object]]&lt;br /&gt;
:::1.2.2.4 [[Documentation:Tutorial Section 2#Plane Object|Plane Object]]&lt;br /&gt;
:::1.2.2.5 [[Documentation:Tutorial Section 2#Torus Object|Torus Object]]&lt;br /&gt;
::1.2.3 [[Documentation:Tutorial Section 2#CSG Objects|CSG Objects]]&lt;br /&gt;
:::1.2.3.1 [[Documentation:Tutorial Section 2#What is CSG?|What is CSG?]]&lt;br /&gt;
:::1.2.3.2 [[Documentation:Tutorial Section 2#CSG Union|CSG Union]]&lt;br /&gt;
:::1.2.3.3 [[Documentation:Tutorial Section 2.1#CSG Intersection|CSG Intersection]]&lt;br /&gt;
:::1.2.3.4 [[Documentation:Tutorial Section 2.1#CSG Difference|CSG Difference]]&lt;br /&gt;
:::1.2.3.5 [[Documentation:Tutorial Section 2.1#CSG Merge|CSG Merge]]&lt;br /&gt;
:::1.2.3.6 [[Documentation:Tutorial Section 2.1#CSG Pitfalls|CSG Pitfalls]]&lt;br /&gt;
::::1.2.3.6.1 [[Documentation:Tutorial Section 2.1#Co-incident Surfaces|Co-incident Surfaces]]&lt;br /&gt;
::1.2.4 [[Documentation:Tutorial Section 2.1#The Light Source|The Light Source]]&lt;br /&gt;
:::1.2.4.1 [[Documentation:Tutorial Section 2.1#The Pointlight Source|The Pointlight Source]]&lt;br /&gt;
:::1.2.4.2 [[Documentation:Tutorial Section 2.1#The Spotlight Source|The Spotlight Source]]&lt;br /&gt;
:::1.2.4.3 [[Documentation:Tutorial Section 2.1#The Cylindrical Light Source|The Cylindrical Light Source]]&lt;br /&gt;
:::1.2.4.4 [[Documentation:Tutorial Section 2.1#The Area Light Source|The Area Light Source]]&lt;br /&gt;
:::1.2.4.5 [[Documentation:Tutorial Section 2.1#The Ambient Light Source|The Ambient Light Source]]&lt;br /&gt;
:::1.2.4.6 [[Documentation:Tutorial Section 2.1#Light Source Specials|Light Source Specials]]&lt;br /&gt;
::::1.2.4.6.1 [[Documentation:Tutorial Section 2.1#Using Shadowless Lights|Using Shadowless Lights]]&lt;br /&gt;
::::1.2.4.6.2 [[Documentation:Tutorial Section 2.1#Assigning an Object to a Light Source|Assigning an Object to a Light Source]]&lt;br /&gt;
::::1.2.4.6.3 [[Documentation:Tutorial Section 2.1#Using Light Fading|Using Light Fading]]&lt;br /&gt;
::1.2.5 [[Documentation:Tutorial Section 2.1#Simple Texture Options|Simple Texture Options]]&lt;br /&gt;
:::1.2.5.1 [[Documentation:Tutorial Section 2.1#Surface Finishes|Surface Finishes]]&lt;br /&gt;
:::1.2.5.2 [[Documentation:Tutorial Section 2.2#Adding Bumpiness|Adding Bumpiness]]&lt;br /&gt;
:::1.2.5.3 [[Documentation:Tutorial Section 2.2#Creating Color Patterns|Creating Color Patterns]]&lt;br /&gt;
:::1.2.5.4 [[Documentation:Tutorial Section 2.2#Pre-defined Textures|Pre-defined Textures]]&lt;br /&gt;
::1.2.6 [[Documentation:Tutorial Section 2.2#Using the Camera|Using the Camera]]&lt;br /&gt;
:::1.2.6.1 [[Documentation:Tutorial Section 2.2#Using Focal Blur|Using Focal Blur]]&lt;br /&gt;
::1.2.7 [[Documentation:Tutorial Section 2.2#POV-Ray Coordinate System|POV-Ray Coordinate System]]&lt;br /&gt;
:::1.2.7.1 [[Documentation:Tutorial Section 2.2#Transformations|Transformations]]&lt;br /&gt;
::::1.2.7.1.1 [[Documentation:Tutorial Section 2.2#Translate|Translate]]&lt;br /&gt;
::::1.2.7.1.2 [[Documentation:Tutorial Section 2.2#Scale|Scale]]&lt;br /&gt;
::::1.2.7.1.3 [[Documentation:Tutorial Section 2.2#Rotate|Rotate]]&lt;br /&gt;
::::1.2.7.1.4 [[Documentation:Tutorial Section 2.2#Matrix|Matrix]]&lt;br /&gt;
:::1.2.7.2 [[Documentation:Tutorial Section 2.2#Transformation Order|Transformation Order]]&lt;br /&gt;
:::1.2.7.3 [[Documentation:Tutorial Section 2.2#Inverse Transform|Inverse Transform]]&lt;br /&gt;
:::1.2.7.4 [[Documentation:Tutorial Section 2.2#Transform Identifiers|Transform Identifiers]]&lt;br /&gt;
:::1.2.7.5 [[Documentation:Tutorial Section 2.2#Transforming Textures and Objects|Transforming Textures and Objects]]&lt;br /&gt;
::1.2.8 [[Documentation:Tutorial Section 2.2#Setting POV-Ray Options|Setting POV-Ray Options]]&lt;br /&gt;
:::1.2.8.1 [[Documentation:Tutorial Section 2.2#Command Line Switches|Command Line Switches]]&lt;br /&gt;
:::1.2.8.2 [[Documentation:Tutorial Section 2.2#Using INI Files|Using INI Files]]&lt;br /&gt;
:::1.2.8.3 [[Documentation:Tutorial Section 2.2#Using the POVINI Environment Variable|Using the POVINI Environment Variable]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.3 [[Documentation:Tutorial Section 3#Advanced Features|Advanced Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.3.1 [[Documentation:Tutorial Section 3#Spline Based Shapes|Spline Based Shapes]]&lt;br /&gt;
:::1.3.1.1 [[Documentation:Tutorial Section 3#Lathe Object|Lathe Object]]&lt;br /&gt;
::::1.3.1.1.1 [[Documentation:Tutorial Section 3#Understanding The Concept of Splines|Understanding The Concept of Splines]]&lt;br /&gt;
:::1.3.1.2 [[Documentation:Tutorial Section 3#Surface of Revolution Object|Surface of Revolution Object]]&lt;br /&gt;
:::1.3.1.3 [[Documentation:Tutorial Section 3#Prism Object|Prism Object]]&lt;br /&gt;
::::1.3.1.3.1 [[Documentation:Tutorial Section 3#Teaching An Old Spline New Tricks|Teaching An Old Spline New Tricks]]&lt;br /&gt;
::::1.3.1.3.2 [[Documentation:Tutorial Section 3#Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
::::1.3.1.3.3 [[Documentation:Tutorial Section 3#Multiple Sub-Shapes|Multiple Sub-Shapes]]&lt;br /&gt;
::::1.3.1.3.4 [[Documentation:Tutorial Section 3#Conic Sweeps And The Tapering Effect|Conic Sweeps And The Tapering Effect]]&lt;br /&gt;
:::1.3.1.4 [[Documentation:Tutorial Section 3#Sphere Sweep Object|Sphere Sweep Object]]&lt;br /&gt;
:::1.3.1.5 [[Documentation:Tutorial Section 3#Bicubic Patch Object|Bicubic Patch Object]]&lt;br /&gt;
:::1.3.1.6 [[Documentation:Tutorial Section 3#Text Object|Text Object]]&lt;br /&gt;
::1.3.2 [[Documentation:Tutorial Section 3.1#Polygon Based Shapes|Polygon Based Shapes]]&lt;br /&gt;
:::1.3.2.1 [[Documentation:Tutorial Section 3.1#Mesh Object|Mesh Object]]&lt;br /&gt;
:::1.3.2.2 [[Documentation:Tutorial Section 3.1#Mesh2 Object|Mesh2 Object]]&lt;br /&gt;
::::1.3.2.2.1 [[Documentation:Tutorial Section 3.1#Smooth triangles and mesh2|Smooth triangles and mesh2]]&lt;br /&gt;
::::1.3.2.2.2 [[Documentation:Tutorial Section 3.1#UV mapping and mesh2|UV mapping and mesh2]]&lt;br /&gt;
::::1.3.2.2.3 [[Documentation:Tutorial Section 3.1#A separate texture per triangle|A separate texture per triangle]]&lt;br /&gt;
:::1.3.2.3 [[Documentation:Tutorial Section 3.1#Polygon Object|Polygon Object]]&lt;br /&gt;
::1.3.3 [[Documentation:Tutorial Section 3.1#Other Shapes|Other Shapes]]&lt;br /&gt;
:::1.3.3.1 [[Documentation:Tutorial Section 3.1#Blob Object|Blob Object]]&lt;br /&gt;
::::1.3.3.1.1 [[Documentation:Tutorial Section 3.1#Component Types and Other New Features|Component Types and Other New Features]]&lt;br /&gt;
::::1.3.3.1.2 [[Documentation:Tutorial Section 3.1#Complex Blob Constructs and Negative Strength|Complex Blob Constructs and Negative Strength]]&lt;br /&gt;
:::1.3.3.2 [[Documentation:Tutorial Section 3.1#Height Field Object|Height Field Object]]&lt;br /&gt;
:::1.3.3.3 [[Documentation:Tutorial Section 3.1#Isosurface Object|Isosurface Object]]&lt;br /&gt;
::::1.3.3.3.1 [[Documentation:Tutorial Section 3.2#Simple functions|Simple functions]]&lt;br /&gt;
::::1.3.3.3.2 [[Documentation:Tutorial Section 3.2#Several surfaces|Several surfaces]]&lt;br /&gt;
::::1.3.3.3.3 [[Documentation:Tutorial Section 3.2#Non-linear functions|Non-linear functions]]&lt;br /&gt;
::::1.3.3.3.4 [[Documentation:Tutorial Section 3.2#Specifying functions|Specifying functions]]&lt;br /&gt;
::::1.3.3.3.5 [[Documentation:Tutorial Section 3.2#Internal functions|Internal functions]]&lt;br /&gt;
::::1.3.3.3.6 [[Documentation:Tutorial Section 3.2#Combining isosurface functions|Combining isosurface functions]]&lt;br /&gt;
::::1.3.3.3.7 [[Documentation:Tutorial Section 3.2#Noise and pigment functions|Noise and pigment functions]]&lt;br /&gt;
::::1.3.3.3.8 [[Documentation:Tutorial Section 3.2#Conditional directives and loops|Conditional directives and loops]]&lt;br /&gt;
::::1.3.3.3.9 [[Documentation:Tutorial Section 3.2#Transformations on functions|Transformations on functions]]&lt;br /&gt;
::::1.3.3.3.10 [[Documentation:Tutorial Section 3.2#Improving Isosurface Speed|Improving Isosurface Speed]]&lt;br /&gt;
:::1.3.3.4 [[Documentation:Tutorial Section 3.2#Poly Object|Poly Object]]&lt;br /&gt;
::::1.3.3.4.1 [[Documentation:Tutorial Section 3.2#Creating the polynomial function|Creating the polynomial function]]&lt;br /&gt;
::::1.3.3.4.2 [[Documentation:Tutorial Section 3.2#Writing the polynomial vector|Writing the polynomial vector]]&lt;br /&gt;
::::1.3.3.4.3 [[Documentation:Tutorial Section 3.2#Polynomial made easy|Polynomial made easy]]&lt;br /&gt;
:::1.3.3.5 [[Documentation:Tutorial Section 3.3#Superquadric Ellipsoid Object|Superquadric Ellipsoid Object]]&lt;br /&gt;
::1.3.4 [[Documentation:Tutorial Section 3.3#Gamma Handling|Gamma Handling]]&lt;br /&gt;
:::1.3.4.1 [[Documentation:Tutorial Section 3.3#Setting Up Your Display|Setting Up Your Display]]&lt;br /&gt;
:::1.3.4.2 [[Documentation:Tutorial Section 3.3#Setting Up POV-Ray|Setting Up POV-Ray]]&lt;br /&gt;
:::1.3.4.3 [[Documentation:Tutorial Section 3.3#Gamma in Output Images|Gamma in Output Images]]&lt;br /&gt;
:::1.3.4.4 [[Documentation:Tutorial Section 3.3#Setting Up Your Scene|Setting Up Your Scene]]&lt;br /&gt;
:::1.3.4.5 [[Documentation:Tutorial Section 3.3#Gamma in Literal Colors|Gamma in Literal Colors]]&lt;br /&gt;
:::1.3.4.6 [[Documentation:Tutorial Section 3.3#Gamma in Input Images|Gamma in Input Images]]&lt;br /&gt;
:::1.3.4.7 [[Documentation:Tutorial Section 3.3#Gamma in Legacy Scenes|Gamma in Legacy Scenes]]&lt;br /&gt;
::1.3.5 [[Documentation:Tutorial Section 3.3#Advanced Texture Options|Advanced Texture Options]]&lt;br /&gt;
:::1.3.5.1 [[Documentation:Tutorial Section 3.3#Pigments|Pigments]]&lt;br /&gt;
::::1.3.5.1.1 [[Documentation:Tutorial Section 3.3#Using Color List Pigments|Using Color List Pigments]]&lt;br /&gt;
::::1.3.5.1.2 [[Documentation:Tutorial Section 3.3#Using Pigment and Patterns|Using Pigment and Patterns]]&lt;br /&gt;
::::1.3.5.1.3 [[Documentation:Tutorial Section 3.3#Using Pattern Modifiers|Using Pattern Modifiers]]&lt;br /&gt;
::::1.3.5.1.4 [[Documentation:Tutorial Section 3.3#Using Transparent Pigments and Layered Textures|Using Transparent Pigments and Layered Textures]]&lt;br /&gt;
::::1.3.5.1.5 [[Documentation:Tutorial Section 3.3#Using Pigment Maps|Using Pigment Maps]]&lt;br /&gt;
:::1.3.5.2 [[Documentation:Tutorial Section 3.3#Normals|Normals]]&lt;br /&gt;
::::1.3.5.2.1 [[Documentation:Tutorial Section 3.3#Using Basic Normal Modifiers|Using Basic Normal Modifiers]]&lt;br /&gt;
::::1.3.5.2.2 [[Documentation:Tutorial Section 3.3#Blending Normals|Blending Normals]]&lt;br /&gt;
::::1.3.5.2.3 [[Documentation:Tutorial Section 3.3#Slope Map Tutorial|Slope Map Tutorial]]&lt;br /&gt;
:::::1.3.5.2.3.1 [[Documentation:Tutorial Section 3.3#Slopes, what are they?|Slopes, what are they?]]&lt;br /&gt;
:::::1.3.5.2.3.2 [[Documentation:Tutorial Section 3.3#Syntax of a slope map|Syntax of a slope map]]&lt;br /&gt;
:::::1.3.5.2.3.3 [[Documentation:Tutorial Section 3.3#Examples of slope maps|Examples of slope maps]]&lt;br /&gt;
:::1.3.5.3 [[Documentation:Tutorial Section 3.3#Finishes|Finishes]]&lt;br /&gt;
::::1.3.5.3.1 [[Documentation:Tutorial Section 3.3#Using Ambient|Using Ambient]]&lt;br /&gt;
::::1.3.5.3.2 [[Documentation:Tutorial Section 3.3#Using Emission|Using Emission]]&lt;br /&gt;
::::1.3.5.3.3 [[Documentation:Tutorial Section 3.4#Using Surface Highlights|Using Surface Highlights]]&lt;br /&gt;
::::1.3.5.3.4 [[Documentation:Tutorial Section 3.4#Using Reflection, Metallic and Metallic|Using Reflection, Metallic and Metallic]]&lt;br /&gt;
::::1.3.5.3.5 [[Documentation:Tutorial Section 3.4#Using Iridescence|Using Iridescence]]&lt;br /&gt;
:::1.3.5.4 [[Documentation:Tutorial Section 3.4#Working With Pigment Maps|Working With Pigment Maps]]&lt;br /&gt;
:::1.3.5.5 [[Documentation:Tutorial Section 3.4#Working With Normal Maps|Working With Normal Maps]]&lt;br /&gt;
:::1.3.5.6 [[Documentation:Tutorial Section 3.4#Working With Texture Maps|Working With Texture Maps]]&lt;br /&gt;
:::1.3.5.7 [[Documentation:Tutorial Section 3.4#Working With List Textures|Working With List Textures]]&lt;br /&gt;
:::1.3.5.8 [[Documentation:Tutorial Section 3.4#What About Tiles?|What About Tiles?]]&lt;br /&gt;
:::1.3.5.9 [[Documentation:Tutorial Section 3.4#Average Function|Average Function]]&lt;br /&gt;
:::1.3.5.10 [[Documentation:Tutorial Section 3.4#Working With Layered Textures|Working With Layered Textures]]&lt;br /&gt;
::::1.3.5.10.1 [[Documentation:Tutorial Section 3.4#Declaring Layered Textures|Declaring Layered Textures]]&lt;br /&gt;
::::1.3.5.10.2 [[Documentation:Tutorial Section 3.4#Another Layered Textures Example|Another Layered Textures Example]]&lt;br /&gt;
:::1.3.5.11 [[Documentation:Tutorial Section 3.4#When All Else Fails: Material Maps|When All Else Fails: Material Maps]]&lt;br /&gt;
:::1.3.5.12 [[Documentation:Tutorial Section 3.5#Limitations Of Special Textures|Limitations Of Special Textures]]&lt;br /&gt;
::1.3.6 [[Documentation:Tutorial Section 3.5#Using Atmospheric Effects|Using Atmospheric Effects]]&lt;br /&gt;
:::1.3.6.1 [[Documentation:Tutorial Section 3.5#The Background|The Background]]&lt;br /&gt;
:::1.3.6.2 [[Documentation:Tutorial Section 3.5#The Sky Sphere|The Sky Sphere]]&lt;br /&gt;
::::1.3.6.2.1 [[Documentation:Tutorial Section 3.5#Creating a Sky with a Color Gradient|Creating a Sky with a Color Gradient]]&lt;br /&gt;
::::1.3.6.2.2 [[Documentation:Tutorial Section 3.5#Adding the Sun|Adding the Sun]]&lt;br /&gt;
::::1.3.6.2.3 [[Documentation:Tutorial Section 3.5#Adding Some Clouds|Adding Some Clouds]]&lt;br /&gt;
:::1.3.6.3 [[Documentation:Tutorial Section 3.5#The Fog|The Fog]]&lt;br /&gt;
::::1.3.6.3.1 [[Documentation:Tutorial Section 3.5#A Constant Fog|A Constant Fog]]&lt;br /&gt;
::::1.3.6.3.2 [[Documentation:Tutorial Section 3.5#Setting a Minimum Translucency|Setting a Minimum Translucency]]&lt;br /&gt;
::::1.3.6.3.3 [[Documentation:Tutorial Section 3.5#Creating a Filtering Fog|Creating a Filtering Fog]]&lt;br /&gt;
::::1.3.6.3.4 [[Documentation:Tutorial Section 3.5#Adding Some Turbulence to the Fog|Adding Some Turbulence to the Fog]]&lt;br /&gt;
::::1.3.6.3.5 [[Documentation:Tutorial Section 3.5#Using Ground Fog|Using Ground Fog]]&lt;br /&gt;
::::1.3.6.3.6 [[Documentation:Tutorial Section 3.6#Using Multiple Layers of Fog|Using Multiple Layers of Fog]]&lt;br /&gt;
::::1.3.6.3.7 [[Documentation:Tutorial Section 3.6#Fog and Hollow Objects|Fog and Hollow Objects]]&lt;br /&gt;
:::1.3.6.4 [[Documentation:Tutorial Section 3.6#The Rainbow|The Rainbow]]&lt;br /&gt;
::::1.3.6.4.1 [[Documentation:Tutorial Section 3.6#Starting With a Simple Rainbow|Starting With a Simple Rainbow]]&lt;br /&gt;
::::1.3.6.4.2 [[Documentation:Tutorial Section 3.6#Increasing the Rainbow's Translucency|Increasing the Rainbow's Translucency]]&lt;br /&gt;
::::1.3.6.4.3 [[Documentation:Tutorial Section 3.6#Using a Rainbow Arc|Using a Rainbow Arc]]&lt;br /&gt;
::1.3.7 [[Documentation:Tutorial Section 3.6#Simple Media Tutorial|Simple Media Tutorial]]&lt;br /&gt;
:::1.3.7.1 [[Documentation:Tutorial Section 3.6#Types of media|Types of media]]&lt;br /&gt;
:::1.3.7.2 [[Documentation:Tutorial Section 3.6#Some media concepts|Some media concepts]]&lt;br /&gt;
:::1.3.7.3 [[Documentation:Tutorial Section 3.6#Simple media examples|Simple media examples]]&lt;br /&gt;
::::1.3.7.3.1 [[Documentation:Tutorial Section 3.6#Emitting media|Emitting media]]&lt;br /&gt;
::::1.3.7.3.2 [[Documentation:Tutorial Section 3.6#Absorbing media|Absorbing media]]&lt;br /&gt;
::::1.3.7.3.3 [[Documentation:Tutorial Section 3.6#Scattering media|Scattering media]]&lt;br /&gt;
:::1.3.7.4 [[Documentation:Tutorial Section 3.7#Multiple medias inside the same object|Multiple medias inside the same object]]&lt;br /&gt;
:::1.3.7.5 [[Documentation:Tutorial Section 3.7#Media and transformations|Media and transformations]]&lt;br /&gt;
:::1.3.7.6 [[Documentation:Tutorial Section 3.7#A more advanced example of scattering media|A more advanced example of scattering media]]&lt;br /&gt;
:::1.3.7.7 [[Documentation:Tutorial Section 3.7#Media and photons|Media and photons]]&lt;br /&gt;
::1.3.8 [[Documentation:Tutorial Section 3.7#Radiosity|Radiosity]]&lt;br /&gt;
:::1.3.8.1 [[Documentation:Tutorial Section 3.7#Introduction|Introduction]]&lt;br /&gt;
:::1.3.8.2 [[Documentation:Tutorial Section 3.7#Radiosity with conventional lighting|Radiosity with conventional lighting]]&lt;br /&gt;
:::1.3.8.3 [[Documentation:Tutorial Section 3.7#Radiosity without conventional lighting|Radiosity without conventional lighting]]&lt;br /&gt;
:::1.3.8.4 [[Documentation:Tutorial Section 3.7#Normals and Radiosity|Normals and Radiosity]]&lt;br /&gt;
:::1.3.8.5 [[Documentation:Tutorial Section 3.7#Performance considerations|Performance considerations]]&lt;br /&gt;
::1.3.9 [[Documentation:Tutorial Section 3.7#Making Animations|Making Animations]]&lt;br /&gt;
:::1.3.9.1 [[Documentation:Tutorial Section 3.7#The Clock Variable: Key To It All|The Clock Variable: Key To It All]]&lt;br /&gt;
:::1.3.9.2 [[Documentation:Tutorial Section 3.7#Clock Dependant Variables And Multi-Stage Animations|Clock Dependant Variables And Multi-Stage Animations]]&lt;br /&gt;
:::1.3.9.3 [[Documentation:Tutorial Section 3.7#The Phase Keyword|The Phase Keyword]]&lt;br /&gt;
:::1.3.9.4 [[Documentation:Tutorial Section 3.8#Do Not Use Jitter Or Crand|Do Not Use Jitter Or Crand]]&lt;br /&gt;
:::1.3.9.5 [[Documentation:Tutorial Section 3.8#INI File Settings|INI File Settings]]&lt;br /&gt;
::1.3.10 [[Documentation:Tutorial Section 3.8#While-loop tutorial|While-loop tutorial]]&lt;br /&gt;
:::1.3.10.1 [[Documentation:Tutorial Section 3.8#What a while-loop is and what it is not|What a while-loop is and what it is not]]&lt;br /&gt;
:::1.3.10.2 [[Documentation:Tutorial Section 3.8#How does a single while-loop work?|How does a single while-loop work?]]&lt;br /&gt;
:::1.3.10.3 [[Documentation:Tutorial Section 3.8#How do I make a while-loop?|How do I make a while-loop?]]&lt;br /&gt;
:::1.3.10.4 [[Documentation:Tutorial Section 3.8#What is a condition and how do I make one?|What is a condition and how do I make one?]]&lt;br /&gt;
:::1.3.10.5 [[Documentation:Tutorial Section 3.8#What about loop types other than simple for-loops?|What about loop types other than simple for-loops?]]&lt;br /&gt;
:::1.3.10.6 [[Documentation:Tutorial Section 3.8#What about nested loops?|What about nested loops?]]&lt;br /&gt;
:::1.3.10.7 [[Documentation:Tutorial Section 3.8#Mixed-type nested loops|Mixed-type nested loops]]&lt;br /&gt;
:::1.3.10.8 [[Documentation:Tutorial Section 3.8#Other things to note|Other things to note]]&lt;br /&gt;
::1.3.11 [[Documentation:Tutorial Section 3.8#SDL tutorial: A raytracer|SDL tutorial: A raytracer]]&lt;br /&gt;
:::1.3.11.1 [[Documentation:Tutorial Section 3.8#Introduction|Introduction]]&lt;br /&gt;
:::1.3.11.2 [[Documentation:Tutorial Section 3.9#The idea and the code|The idea and the code]]&lt;br /&gt;
:::1.3.11.3 [[Documentation:Tutorial Section 3.9#Short introduction to raytracing|Short introduction to raytracing]]&lt;br /&gt;
:::1.3.11.4 [[Documentation:Tutorial Section 3.9#Global settings|Global settings]]&lt;br /&gt;
:::1.3.11.5 [[Documentation:Tutorial Section 3.9#Scene definition|Scene definition]]&lt;br /&gt;
:::1.3.11.6 [[Documentation:Tutorial Section 3.9#Initializing the raytracer|Initializing the raytracer]]&lt;br /&gt;
:::1.3.11.7 [[Documentation:Tutorial Section 3.9#Ray-sphere intersection|Ray-sphere intersection]]&lt;br /&gt;
::::1.3.11.7.1 [[Documentation:Tutorial Section 3.9#Inner workings of a #macro|Inner workings of a #macro]]&lt;br /&gt;
::::1.3.11.7.2 [[Documentation:Tutorial Section 3.9#The ray-sphere intersection macro|The ray-sphere intersection macro]]&lt;br /&gt;
:::1.3.11.8 [[Documentation:Tutorial Section 3.9#The Trace macro|The Trace macro]]&lt;br /&gt;
::::1.3.11.8.1 [[Documentation:Tutorial Section 3.9#Calculating the closest intersection|Calculating the closest intersection]]&lt;br /&gt;
::::1.3.11.8.2 [[Documentation:Tutorial Section 3.9#If the ray doesn't hit anything|If the ray doesn't hit anything]]&lt;br /&gt;
::::1.3.11.8.3 [[Documentation:Tutorial Section 3.9#Initializing color calculations|Initializing color calculations]]&lt;br /&gt;
::::1.3.11.8.4 [[Documentation:Tutorial Section 3.9#Going through the light sources|Going through the light sources]]&lt;br /&gt;
::::1.3.11.8.5 [[Documentation:Tutorial Section 3.10#Shadow test|Shadow test]]&lt;br /&gt;
::::1.3.11.8.6 [[Documentation:Tutorial Section 3.10#Diffuse lighting|Diffuse lighting]]&lt;br /&gt;
::::1.3.11.8.7 [[Documentation:Tutorial Section 3.10#Specular lighting|Specular lighting]]&lt;br /&gt;
::::1.3.11.8.8 [[Documentation:Tutorial Section 3.10#Reflection Calculation|Reflection Calculation]]&lt;br /&gt;
:::1.3.11.9 [[Documentation:Tutorial Section 3.10#Calculating the image|Calculating the image]]&lt;br /&gt;
:::1.3.11.10 [[Documentation:Tutorial Section 3.10#Creating the colored mesh|Creating the colored mesh]]&lt;br /&gt;
::::1.3.11.10.1 [[Documentation:Tutorial Section 3.10#The structure of the mesh|The structure of the mesh]]&lt;br /&gt;
::::1.3.11.10.2 [[Documentation:Tutorial Section 3.10#Creating the mesh|Creating the mesh]]&lt;br /&gt;
::::1.3.11.10.3 [[Documentation:Tutorial Section 3.10#Creating the vertex points|Creating the vertex points]]&lt;br /&gt;
::::1.3.11.10.4 [[Documentation:Tutorial Section 3.10#Creating the textures|Creating the textures]]&lt;br /&gt;
::::1.3.11.10.5 [[Documentation:Tutorial Section 3.10#Creating the triangles|Creating the triangles]]&lt;br /&gt;
:::1.3.11.11 [[Documentation:Tutorial Section 3.10#The Camera-setup|The Camera-setup]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.4 [[Documentation:Tutorial Section 4#Questions and Tips|Questions and Tips]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;1.5 [[Documentation:Tutorial Section 5#Appendices|Appendices]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::1.5.1 [[Documentation:Tutorial Section 5#POV-Ray User License|POV-Ray User License]]&lt;br /&gt;
::1.5.2 [[Documentation:Tutorial Section 5#Support Library Licenses|Support Library Licenses]]&lt;br /&gt;
:::1.5.2.1 [[Documentation:Tutorial Section 5#OpenEXR|OpenEXR]]&lt;br /&gt;
::1.5.3 [[Documentation:Tutorial Section 5#Citing POV-Ray in Academic Publications|Citing POV-Ray in Academic Publications]]&lt;br /&gt;
::1.5.4 [[Documentation:Tutorial Section 5#The POV-Team|The POV-Team]]&lt;br /&gt;
:::1.5.4.1 [[Documentation:Tutorial Section 5#Contacting the Authors|Contacting the Authors]]&lt;br /&gt;
::1.5.5 [[Documentation:Tutorial Section 5#What to do if you don't have POV-Ray|What to do if you don't have POV-Ray]]&lt;br /&gt;
:::1.5.5.1 [[Documentation:Tutorial Section 5.1#Which Version of POV-Ray should you use?|Which Version of POV-Ray should you use?]]&lt;br /&gt;
::::1.5.5.1.1 [[Documentation:Tutorial Section 5.1#Microsoft Windows 9x/NT/2000/XP|Microsoft Windows 9x/NT/2000/XP]]&lt;br /&gt;
::::1.5.5.1.2 [[Documentation:Tutorial Section 5.1#Linux for Intel x86|Linux for Intel x86]]&lt;br /&gt;
::::1.5.5.1.3 [[Documentation:Tutorial Section 5.1#Apple  Macintosh|Apple  Macintosh]]&lt;br /&gt;
::::1.5.5.1.4 [[Documentation:Tutorial Section 5.1#Generic Unix|Generic Unix]]&lt;br /&gt;
::::1.5.5.1.5 [[Documentation:Tutorial Section 5.1#All Versions|All Versions]]&lt;br /&gt;
:::1.5.5.2 [[Documentation:Tutorial Section 5.1#Where to Find POV-Ray Files|Where to Find POV-Ray Files]]&lt;br /&gt;
::::1.5.5.2.1 [[Documentation:Tutorial Section 5.1#World Wide Website www.povray.org|World Wide Website www.povray.org]]&lt;br /&gt;
::::1.5.5.2.2 [[Documentation:Tutorial Section 5.1#Books, Magazines and CD-ROMs|Books, Magazines and CD-ROMs]]&lt;br /&gt;
::1.5.6 [[Documentation:Tutorial Section 5.1#Suggested Reading|Suggested Reading]]&lt;br /&gt;
==POV-Ray Reference==&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.1 [[Documentation:Reference|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.1.1 [[Documentation:Notation and Basic Assumptions|Notation and Basic Assumptions]]&lt;br /&gt;
::2.1.2 [[Documentation:Command-Line and INI-File Options|Command-line Options]]&lt;br /&gt;
:::2.1.2.1 [[Documentation:Animation Options|Animation Options]]&lt;br /&gt;
::::2.1.2.1.1 [[Documentation:Animation Options#External Animation Loop|External Animation Loop]]&lt;br /&gt;
::::2.1.2.1.2 [[Documentation:Animation Options#Internal Animation Loop|Internal Animation Loop]]&lt;br /&gt;
::::2.1.2.1.3 [[Documentation:Animation Options#Subsets of Animation Frames|Subsets of Animation Frames]]&lt;br /&gt;
::::2.1.2.1.4 [[Documentation:Animation Options#Cyclic Animation|Cyclic Animation]]&lt;br /&gt;
::::2.1.2.1.5 [[Documentation:Animation Options#Field Rendering|Field Rendering]]&lt;br /&gt;
:::2.1.2.2 [[Documentation:General Output Options|General Output Options]]&lt;br /&gt;
::::2.1.2.2.1 [[Documentation:General Output Options#Height and Width of Output|Height and Width of Output]]&lt;br /&gt;
::::2.1.2.2.2 [[Documentation:General Output Options#Max Image Buffer Memory|Max Image Buffer Memory]]&lt;br /&gt;
::::2.1.2.2.3 [[Documentation:General Output Options#Partial Output Options|Partial Output Options]]&lt;br /&gt;
::::2.1.2.2.4 [[Documentation:General Output Options#Interrupting Options|Interrupting Options]]&lt;br /&gt;
::::2.1.2.2.5 [[Documentation:General Output Options#Resuming Options|Resuming Options]]&lt;br /&gt;
:::2.1.2.3 [[Documentation:Display Output Options|Display Output Options]]&lt;br /&gt;
::::2.1.2.3.1 [[Documentation:Display Output Options#Display Hardware Settings|Display Hardware Settings]]&lt;br /&gt;
::::2.1.2.3.2 [[Documentation:Display Output Options#Setting your Display Gamma|Setting your Display Gamma]]&lt;br /&gt;
::::2.1.2.3.3 [[Documentation:Display Output Options#Display Related Settings|Display Related Settings]]&lt;br /&gt;
::::2.1.2.3.4 [[Documentation:Display Output Options#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
:::2.1.2.4 [[Documentation:File Output Options|File Output Options]]&lt;br /&gt;
::::2.1.2.4.1 [[Documentation:File Output Options#Output File Type|Output File Type]]&lt;br /&gt;
::::2.1.2.4.2 [[Documentation:File Output Options#Output File Name|Output File Name]]&lt;br /&gt;
::::2.1.2.4.3 [[Documentation:File Output Options#Output File Buffer|Output File Buffer]]&lt;br /&gt;
::::2.1.2.4.4 [[Documentation:File Output Options#Output File Dithering|Output File Dithering]]&lt;br /&gt;
::::2.1.2.4.5 [[Documentation:File Output Options#Output File Gamma|Output File Gamma]]&lt;br /&gt;
::::2.1.2.4.6 [[Documentation:File Output Options#CPU Utilization Histogram|CPU Utilization Histogram]]&lt;br /&gt;
:::2.1.2.5 [[Documentation:Scene Parsing Options|Scene Parsing Options]]&lt;br /&gt;
::::2.1.2.5.1 [[Documentation:Scene Parsing Options#Constant|Constant]]&lt;br /&gt;
::::2.1.2.5.2 [[Documentation:Scene Parsing Options#Input File Name|Input File Name]]&lt;br /&gt;
::::2.1.2.5.3 [[Documentation:Scene Parsing Options#Include File Name|Include File Name]]&lt;br /&gt;
::::2.1.2.5.4 [[Documentation:Scene Parsing Options#Library Paths|Library Paths]]&lt;br /&gt;
::::2.1.2.5.5 [[Documentation:Scene Parsing Options#Language Version|Language Version]]&lt;br /&gt;
:::2.1.2.6 [[Documentation:Shell Command Options|Shell-out to Operating System]]&lt;br /&gt;
::::2.1.2.6.1 [[Documentation:Shell Command Options#String Substitution in Shell Commands|String Substitution in Shell Commands]]&lt;br /&gt;
::::2.1.2.6.2 [[Documentation:Shell Command Options#Shell Command Sequencing|Shell Command Sequencing]]&lt;br /&gt;
::::2.1.2.6.3 [[Documentation:Shell Command Options#Shell Command Return Actions|Shell Command Return Actions]]&lt;br /&gt;
:::2.1.2.7 [[Documentation:Text Output Options|Text Output]]&lt;br /&gt;
::::2.1.2.7.1 [[Documentation:Text Output Options#Text Streams|Text Streams]]&lt;br /&gt;
::::2.1.2.7.2 [[Documentation:Text Output Options#Console Text Output|Console Text Output]]&lt;br /&gt;
::::2.1.2.7.3 [[Documentation:Text Output Options#Directing Text Streams to Files|Directing Text Streams to Files]]&lt;br /&gt;
::::2.1.2.7.4 [[Documentation:Text Output Options#Warning Level|Warning Level]]&lt;br /&gt;
::::2.1.2.7.5 [[Documentation:Text Output Options#Help Screen Switches|Help Screen Switches]]&lt;br /&gt;
:::2.1.2.8 [[Documentation:Tracing Options|Tracing Options]]&lt;br /&gt;
::::2.1.2.8.1 [[Documentation:Tracing Options#Symmetric MultiProcessing|Symmetric MultiProcessing]]&lt;br /&gt;
::::2.1.2.8.2 [[Documentation:Tracing Options#Render Block Size|Render Block Size]]&lt;br /&gt;
:::::2.1.2.8.2.1 [[Documentation:Tracing Options#Render Pattern|Render Pattern]]&lt;br /&gt;
:::::2.1.2.8.2.2 [[Documentation:Tracing Options#Render Block Step|Render Block Step]]&lt;br /&gt;
::::2.1.2.8.3 [[Documentation:Tracing Options#Quality Settings|Quality Settings]]&lt;br /&gt;
::::2.1.2.8.4 [[Documentation:Tracing Options#Automatic Bounding Control|Automatic Bounding Control]]&lt;br /&gt;
::::2.1.2.8.5 [[Documentation:Tracing Options#Removing User Bounding|Removing User Bounding]]&lt;br /&gt;
::::2.1.2.8.6 [[Documentation:Tracing Options#BSP Bounding|BSP Bounding]]&lt;br /&gt;
::::2.1.2.8.7 [[Documentation:Tracing Options#Anti-Aliasing Options|Anti-Aliasing Options]]&lt;br /&gt;
::::2.1.2.8.8 [[Documentation:Tracing Options#Radiosity Options|Radiosity Options]]&lt;br /&gt;
:::::2.1.2.8.8.1 [[Documentation:Tracing Options#Radiosity High Reproducibility|Radiosity High Reproducibility]]&lt;br /&gt;
:::::2.1.2.8.8.2 [[Documentation:Tracing Options#Radiosity Load and Save|Radiosity Load and Save]]&lt;br /&gt;
:::::2.1.2.8.8.3 [[Documentation:Tracing Options#Radiosity Vain Pretrace|Radiosity Vain Pretrace]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.2 [[Documentation:Scene Description Language|Scene Description Language]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.2.1 [[Documentation:Scene Description Language#Language Basics|Language Basics]]&lt;br /&gt;
:::2.2.1.1 [[Documentation:Keywords|Keywords]]&lt;br /&gt;
:::2.2.1.2 [[Documentation:Identifiers|Identifiers]]&lt;br /&gt;
:::2.2.1.3 [[Documentation:Comments|Comments]]&lt;br /&gt;
:::2.2.1.4 [[Documentation:Numeric Expressions|Numeric Expressions]]&lt;br /&gt;
::::2.2.1.4.1 [[Documentation:Numeric Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.4.2 [[Documentation:Numeric Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.4.3 [[Documentation:Numeric Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.4.4 [[Documentation:Numeric Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.4.5 [[Documentation:Numeric Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
::::2.2.1.4.6 [[Documentation:Numeric Expressions#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.5 [[Documentation:Vector Expressions|Vector Expressions]]&lt;br /&gt;
::::2.2.1.5.1 [[Documentation:Vector Expressions#Literals|Literals]]&lt;br /&gt;
::::2.2.1.5.2 [[Documentation:Vector Expressions#Identifiers|Identifiers]]&lt;br /&gt;
::::2.2.1.5.3 [[Documentation:Vector Expressions#Operators|Operators]]&lt;br /&gt;
::::2.2.1.5.4 [[Documentation:Vector Expressions#Operator Promotion|Operator Promotion]]&lt;br /&gt;
::::2.2.1.5.5 [[Documentation:Vector Expressions#Functions|Functions]]&lt;br /&gt;
::::2.2.1.5.6 [[Documentation:Vector Expressions#Built-in Constants|Built-in Constants]]&lt;br /&gt;
:::2.2.1.6 [[Documentation:Color Expressions|Color Expressions]]&lt;br /&gt;
::::2.2.1.6.1 [[Documentation:Color Expressions#Color Vectors|Color Vectors]]&lt;br /&gt;
::::2.2.1.6.2 [[Documentation:Color Expressions#sRGB Colors|sRGB Colors]]&lt;br /&gt;
::::2.2.1.6.3 [[Documentation:Color Expressions#Color Keywords|Color Keywords]]&lt;br /&gt;
::::2.2.1.6.4 [[Documentation:Color Expressions#Color Identifiers|Color Identifiers]]&lt;br /&gt;
::::2.2.1.6.5 [[Documentation:Color Expressions#Color Operators|Color Operators]]&lt;br /&gt;
::::2.2.1.6.6 [[Documentation:Color Expressions#Common Color Pitfalls|Common Color Pitfalls]]&lt;br /&gt;
:::2.2.1.7 [[Documentation:Function|User-Defined Functions]]&lt;br /&gt;
::::2.2.1.7.1 [[Documentation:Function#Sum and Product functions|Sum and Product functions]]&lt;br /&gt;
::::2.2.1.7.2 [[Documentation:Function#Functions and Macros|Functions and Macros]]&lt;br /&gt;
::::2.2.1.7.3 [[Documentation:Function#Declaring User-Defined Float Functions|Declaring User-Defined Float Functions]]&lt;br /&gt;
::::2.2.1.7.4 [[Documentation:Function#Declaring User-Defined Vector Functions|Declaring User-Defined Vector Functions]]&lt;br /&gt;
::::2.2.1.7.5 [[Documentation:Function#Declaring User-Defined Color Functions|Declaring User-Defined Color Functions]]&lt;br /&gt;
::::2.2.1.7.6 [[Documentation:Function#Internal Pre-Defined Functions|Internal Pre-Defined Functions]]&lt;br /&gt;
:::2.2.1.8 [[Documentation:Strings|Strings]]&lt;br /&gt;
::::2.2.1.8.1 [[Documentation:Strings#String Literals|String Literals]]&lt;br /&gt;
::::2.2.1.8.2 [[Documentation:Strings#String Identifiers|String Identifiers]]&lt;br /&gt;
::::2.2.1.8.3 [[Documentation:Strings#String Relational Operators|String Relational Operators]]&lt;br /&gt;
::::2.2.1.8.4 [[Documentation:Strings#String Functions|String Functions]]&lt;br /&gt;
::::2.2.1.8.5 [[Documentation:Strings#Built-in Variables|Built-in Variables]]&lt;br /&gt;
:::2.2.1.9 [[Documentation:Array|Arrays]]&lt;br /&gt;
::::2.2.1.9.1 [[Documentation:Array#Declaring Arrays|Declaring Arrays]]&lt;br /&gt;
::::2.2.1.9.2 [[Documentation:Array#Array Initializers|Array Initializers]]&lt;br /&gt;
:::2.2.1.10 [[Documentation:Spline|Splines]]&lt;br /&gt;
::::2.2.1.10.1 [[Documentation:Spline#Splines and Macros|Splines and Macros]]&lt;br /&gt;
::2.2.2 [[Documentation:Language Directives|Language Directives]]&lt;br /&gt;
:::2.2.2.1 [[Documentation:Include Files and the include Directive|Include Files and the #include Directive]]&lt;br /&gt;
:::2.2.2.2 [[Documentation:The declare and local Directives|The #declare and #local Directives]]&lt;br /&gt;
::::2.2.2.2.1 [[Documentation:The declare and local Directives#Declaring identifiers|Declaring identifiers]]&lt;br /&gt;
::::2.2.2.2.2 [[Documentation:The declare and local Directives#declare vs. local|#declare vs. #local]]&lt;br /&gt;
::::2.2.2.2.3 [[Documentation:The declare and local Directives#Identifier Name Collisions|Identifier Name Collisions]]&lt;br /&gt;
::::2.2.2.2.4 [[Documentation:The declare and local Directives#Destroying Identifiers with undef|Destroying Identifiers with #undef]]&lt;br /&gt;
::::2.2.2.2.5 [[Documentation:The declare and local Directives#Deprecation Support|Deprecation Support]]&lt;br /&gt;
:::2.2.2.3 [[Documentation:File I/O Directives|File I/O Directives]]&lt;br /&gt;
::::2.2.2.3.1 [[Documentation:File I/O Directives#The fopen Directive|The #fopen Directive]]&lt;br /&gt;
::::2.2.2.3.2 [[Documentation:File I/O Directives#The fclose Directive|The #fclose Directive]]&lt;br /&gt;
::::2.2.2.3.3 [[Documentation:File I/O Directives#The read Directive|The #read Directive]]&lt;br /&gt;
::::2.2.2.3.4 [[Documentation:File I/O Directives#The write Directive|The #write Directive]]&lt;br /&gt;
:::2.2.2.4 [[Documentation:The default Directive|The #default Directive]]&lt;br /&gt;
:::2.2.2.5 [[Documentation:The version Directive|The #version Directive]]&lt;br /&gt;
:::2.2.2.6 [[Documentation:Conditional Directives|Conditional Directives]]&lt;br /&gt;
::::2.2.2.6.1 [[Documentation:Conditional Directives#The if...else...end Directives|The #if...#else...#end Directives]]&lt;br /&gt;
::::2.2.2.6.2 [[Documentation:Conditional Directives#The ifdef and ifndef Directives|The #ifdef and #ifndef Directives]]&lt;br /&gt;
::::2.2.2.6.3 [[Documentation:Conditional Directives#The for Directive|The #for Directive]]&lt;br /&gt;
::::2.2.2.6.4 [[Documentation:Conditional Directives#The switch, case, range and break Directives|The #switch, #case, #range and #break Directives]]&lt;br /&gt;
::::2.2.2.6.5 [[Documentation:Conditional Directives#The while...end Directive|The #while...#end Directive]]&lt;br /&gt;
:::2.2.2.7 [[Documentation:User Message Directives|User Message Directives]]&lt;br /&gt;
::::2.2.2.7.1 [[Documentation:User Message Directives#Text Message Streams|Text Message Streams]]&lt;br /&gt;
::::2.2.2.7.2 [[Documentation:User Message Directives#Text Formatting|Text Formatting]]&lt;br /&gt;
:::2.2.2.8 [[Documentation:User Defined Macros|User Defined Macros]]&lt;br /&gt;
::::2.2.2.8.1 [[Documentation:User Defined Macros#The macro Directive|The #macro Directive]]&lt;br /&gt;
::::2.2.2.8.2 [[Documentation:User Defined Macros#Invoking Macros|Invoking Macros]]&lt;br /&gt;
::::2.2.2.8.3 [[Documentation:User Defined Macros#Are POV-Ray Macros a Function or a Macro?|Are POV-Ray Macros a Function or a Macro?]]&lt;br /&gt;
::::2.2.2.8.4 [[Documentation:User Defined Macros#Returning a Value Like a Function|Returning a Value Like a Function]]&lt;br /&gt;
::::2.2.2.8.5 [[Documentation:User Defined Macros#Returning Values Via Parameters|Returning Values Via Parameters]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.3 [[Documentation:Reference Section 3#Scene Settings|Scene Settings]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.3.1 [[Documentation:Camera|Camera]]&lt;br /&gt;
:::2.3.1.1 [[Documentation:Camera#Placing the Camera|Placing the Camera]]&lt;br /&gt;
::::2.3.1.1.1 [[Documentation:Camera#Location and Look_At|Location and Look_At]]&lt;br /&gt;
::::2.3.1.1.2 [[Documentation:Camera#The Sky Vector|The Sky Vector]]&lt;br /&gt;
::::2.3.1.1.3 [[Documentation:Camera#Angles|Angles]]&lt;br /&gt;
::::2.3.1.1.4 [[Documentation:Camera#The Direction Vector|The Direction Vector]]&lt;br /&gt;
::::2.3.1.1.5 [[Documentation:Camera#Up and Right Vectors|Up and Right Vectors]]&lt;br /&gt;
::::2.3.1.1.6 [[Documentation:Camera#Aspect Ratio|Aspect Ratio]]&lt;br /&gt;
::::2.3.1.1.7 [[Documentation:Camera#Handedness|Handedness]]&lt;br /&gt;
::::2.3.1.1.8 [[Documentation:Camera#Transforming the Camera|Transforming the Camera]]&lt;br /&gt;
:::2.3.1.2 [[Documentation:Camera#Types of Projection|Types of Projection]]&lt;br /&gt;
::::2.3.1.2.1 [[Documentation:Camera#Perspective projection|Perspective projection]]&lt;br /&gt;
::::2.3.1.2.2 [[Documentation:Camera#Orthographic projection|Orthographic projection]]&lt;br /&gt;
::::2.3.1.2.3 [[Documentation:Camera#Mesh projection|Mesh projection]]&lt;br /&gt;
:::::2.3.1.2.3.1 [[Documentation:Camera#Rays Per Pixel|Rays Per Pixel]]&lt;br /&gt;
:::::2.3.1.2.3.2 [[Documentation:Camera#Distribution Type|Distribution Type]]&lt;br /&gt;
:::::2.3.1.2.3.3 [[Documentation:Camera#Max Distance|Max Distance]]&lt;br /&gt;
:::::2.3.1.2.3.4 [[Documentation:Camera#Mesh Object|Mesh Object]]&lt;br /&gt;
:::::2.3.1.2.3.5 [[Documentation:Camera#About the Location Vector|About the Location Vector]]&lt;br /&gt;
:::::2.3.1.2.3.6 [[Documentation:Camera#About the Direction Vector|About the Direction Vector]]&lt;br /&gt;
:::::2.3.1.2.3.7 [[Documentation:Camera#The Smooth Modifier|The Smooth Modifier]]&lt;br /&gt;
::::2.3.1.2.4 [[Documentation:Camera#Fisheye projection|Fisheye projection]]&lt;br /&gt;
::::2.3.1.2.5 [[Documentation:Camera#Ultra wide angle projection|Ultra wide angle projection]]&lt;br /&gt;
::::2.3.1.2.6 [[Documentation:Camera#Omnimax projection|Omnimax projection]]&lt;br /&gt;
::::2.3.1.2.7 [[Documentation:Camera#Panoramic projection|Panoramic projection]]&lt;br /&gt;
::::2.3.1.2.8 [[Documentation:Camera#Cylindrical projection|Cylindrical projection]]&lt;br /&gt;
::::2.3.1.2.9 [[Documentation:Camera#Spherical projection|Spherical projection]]&lt;br /&gt;
:::2.3.1.3 [[Documentation:Camera#Focal Blur|Focal Blur]]&lt;br /&gt;
:::2.3.1.4 [[Documentation:Camera#Camera Ray Perturbation|Camera Ray Perturbation]]&lt;br /&gt;
:::2.3.1.5 [[Documentation:Camera#Camera Identifiers|Camera Identifiers]]&lt;br /&gt;
::2.3.2 [[Documentation:Reference_Section_3.1#Atmospheric_Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.3.2.1 [[Documentation:Atmospheric Media|Atmospheric Media]]&lt;br /&gt;
:::2.3.2.2 [[Documentation:Background|Background]]&lt;br /&gt;
:::2.3.2.3 [[Documentation:Fog|Fog]]&lt;br /&gt;
:::2.3.2.4 [[Documentation:Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.3.2.5 [[Documentation:Rainbow|Rainbow]]&lt;br /&gt;
::2.3.3 [[Documentation:Global Settings|Global Settings]]&lt;br /&gt;
:::2.3.3.1 [[Documentation:Global Settings#ADC_Bailout|ADC_Bailout]]&lt;br /&gt;
:::2.3.3.2 [[Documentation:Global Settings#Ambient_Light|Ambient_Light]]&lt;br /&gt;
:::2.3.3.3 [[Documentation:Global Settings#Assumed_Gamma|Assumed_Gamma]]&lt;br /&gt;
:::2.3.3.4 [[Documentation:Global Settings#HF_Gray_16|HF_Gray_16]]&lt;br /&gt;
:::2.3.3.5 [[Documentation:Global Settings#Irid_Wavelength|Irid_Wavelength]]&lt;br /&gt;
:::2.3.3.6 [[Documentation:Global Settings#Charset|Charset]]&lt;br /&gt;
:::2.3.3.7 [[Documentation:Global Settings#Max_Trace_Level|Max_Trace_Level]]&lt;br /&gt;
:::2.3.3.8 [[Documentation:Global Settings#Max_Intersections|Max_Intersections]]&lt;br /&gt;
:::2.3.3.9 [[Documentation:Global Settings#Mm_Per_Unit|Mm_Per_Unit]]&lt;br /&gt;
:::2.3.3.10 [[Documentation:Global Settings#Number_Of_Waves|Number_Of_Waves]]&lt;br /&gt;
:::2.3.3.11 [[Documentation:Global Settings#Noise_generator|Noise_generator]]&lt;br /&gt;
:::2.3.3.12 [[Documentation:Global Settings#Subsurface|Subsurface]]&lt;br /&gt;
::2.3.4 [[Documentation:Radiosity|Radiosity]]&lt;br /&gt;
:::2.3.4.1 [[Documentation:Radiosity#Radiosity Basics|Radiosity Basics]]&lt;br /&gt;
:::2.3.4.2 [[Documentation:Radiosity#How Radiosity Works|How Radiosity Works]]&lt;br /&gt;
:::2.3.4.3 [[Documentation:Radiosity#Adjusting Radiosity|Adjusting Radiosity]]&lt;br /&gt;
::::2.3.4.3.1 [[Documentation:Radiosity#adc_bailout|adc_bailout]]&lt;br /&gt;
::::2.3.4.3.2 [[Documentation:Radiosity#always_sample|always_sample]]&lt;br /&gt;
::::2.3.4.3.3 [[Documentation:Radiosity#brightness|brightness]]&lt;br /&gt;
::::2.3.4.3.4 [[Documentation:Radiosity#count|count]]&lt;br /&gt;
::::2.3.4.3.5 [[Documentation:Radiosity#error_bound|error_bound]]&lt;br /&gt;
::::2.3.4.3.6 [[Documentation:Radiosity#gray_threshold|gray_threshold]]&lt;br /&gt;
::::2.3.4.3.7 [[Documentation:Radiosity#low_error_factor|low_error_factor]]&lt;br /&gt;
::::2.3.4.3.8 [[Documentation:Radiosity#max_sample|max_sample]]&lt;br /&gt;
::::2.3.4.3.9 [[Documentation:Radiosity#maximum_reuse|maximum_reuse]]&lt;br /&gt;
::::2.3.4.3.10 [[Documentation:Radiosity#minimum_reuse|minimum_reuse]]&lt;br /&gt;
::::2.3.4.3.11 [[Documentation:Radiosity#nearest_count|nearest_count]]&lt;br /&gt;
::::2.3.4.3.12 [[Documentation:Radiosity#pretrace_start and pretrace_end|pretrace_start and pretrace_end]]&lt;br /&gt;
::::2.3.4.3.13 [[Documentation:Radiosity#recursion_limit|recursion_limit]]&lt;br /&gt;
:::2.3.4.4 [[Documentation:Radiosity#Configuring Radiosity|Configuring Radiosity]]&lt;br /&gt;
::::2.3.4.4.1 [[Documentation:Radiosity#Importance|Importance]]&lt;br /&gt;
::::2.3.4.4.2 [[Documentation:Radiosity#Media and Radiosity|Media and Radiosity]]&lt;br /&gt;
::::2.3.4.4.3 [[Documentation:Radiosity#No Radiosity|No Radiosity]]&lt;br /&gt;
::::2.3.4.4.4 [[Documentation:Radiosity#Normal and Radiosity|Normal and Radiosity]]&lt;br /&gt;
::::2.3.4.4.5 [[Documentation:Radiosity#Save and Load Radiosity Data|Save and Load Radiosity Data]]&lt;br /&gt;
::::2.3.4.4.6 [[Documentation:Radiosity#Subsurface and Radiosity|Subsurface and Radiosity]]&lt;br /&gt;
:::2.3.4.5 [[Documentation:Radiosity#Tips on Radiosity|Tips on Radiosity]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.4 [[Documentation:Object|Objects]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.4.1 [[Documentation:Object#Finite Solid Primitives|Finite Solid Primitives]]&lt;br /&gt;
:::2.4.1.1 [[Documentation:Blob|Blob]]&lt;br /&gt;
:::2.4.1.2 [[Documentation:Box|Box]]&lt;br /&gt;
:::2.4.1.3 [[Documentation:Cone|Cone]]&lt;br /&gt;
:::2.4.1.4 [[Documentation:Cylinder|Cylinder]]&lt;br /&gt;
:::2.4.1.5 [[Documentation:Height Field|Height Field]]&lt;br /&gt;
:::2.4.1.6 [[Documentation:Isosurface|Isosurface]]&lt;br /&gt;
:::2.4.1.7 [[Documentation:Julia Fractal|Julia Fractal]]&lt;br /&gt;
:::2.4.1.8 [[Documentation:Lathe|Lathe]]&lt;br /&gt;
:::2.4.1.9 [[Documentation:Ovus|Ovus]]&lt;br /&gt;
:::2.4.1.10 [[Documentation:Parametric|Parametric]]&lt;br /&gt;
:::2.4.1.11 [[Documentation:Prism|Prism]]&lt;br /&gt;
:::2.4.1.12 [[Documentation:Sphere|Sphere]]&lt;br /&gt;
:::2.4.1.13 [[Documentation:Sphere Sweep|Sphere Sweep]]&lt;br /&gt;
:::2.4.1.14 [[Documentation:Superellipsoid|Superquadric Ellipsoid]]&lt;br /&gt;
:::2.4.1.15 [[Documentation:Sor|Surface of Revolution]]&lt;br /&gt;
:::2.4.1.16 [[Documentation:Text|Text]]&lt;br /&gt;
:::2.4.1.17 [[Documentation:Torus|Torus]]&lt;br /&gt;
::2.4.2 [[Documentation:Object#Finite Patch Primitives|Finite Patch Primitives]]&lt;br /&gt;
:::2.4.2.1 [[Documentation:Bicubic Patch|Bicubic Patch]]&lt;br /&gt;
:::2.4.2.2 [[Documentation:Disc|Disc]]&lt;br /&gt;
:::2.4.2.3 [[Documentation:Mesh|Mesh]]&lt;br /&gt;
::::2.4.2.3.1 [[Documentation:Mesh#Solid Mesh|Solid Mesh]]&lt;br /&gt;
:::2.4.2.4 [[Documentation:Mesh2|Mesh2]]&lt;br /&gt;
::::2.4.2.4.1 [[Documentation:Mesh2#Smooth and Flat triangles in the same mesh|Smooth and Flat triangles in the same mesh]]&lt;br /&gt;
::::2.4.2.4.2 [[Documentation:Mesh2#Mesh Triangle Textures|Mesh Triangle Textures]]&lt;br /&gt;
:::2.4.2.5 [[Documentation:Polygon|Polygon]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Triangle|Triangle]]&lt;br /&gt;
:::2.4.2.6 [[Documentation:Smooth Triangle|Smooth Triangle]]&lt;br /&gt;
::2.4.3 [[Documentation:Object#Infinite Solid Primitives|Infinite Solid Primitives]]&lt;br /&gt;
:::2.4.3.1 [[Documentation:Plane|Plane]]&lt;br /&gt;
:::2.4.3.2 [[Documentation:Poly|Poly]]&lt;br /&gt;
:::2.4.3.3 [[Documentation:Cubic|Cubic]]&lt;br /&gt;
:::2.4.3.4 [[Documentation:Quartic|Quartic]]&lt;br /&gt;
:::2.4.3.5 [[Documentation:Polynomial|Polynomial]]&lt;br /&gt;
:::2.4.3.6 [[Documentation:Quadric|Quadric]]&lt;br /&gt;
::2.4.4 [[Documentation:Object#Constructive Solid Geometry|Constructive Solid Geometry]]&lt;br /&gt;
:::2.4.4.1 [[Documentation:Object#Inside and Outside|Inside and Outside]]&lt;br /&gt;
:::2.4.4.2 [[Documentation:Union|Union]]&lt;br /&gt;
::::2.4.4.2.1 [[Documentation:Union#Split_Union|Split_Union]]&lt;br /&gt;
:::2.4.4.3 [[Documentation:Intersection|Intersection]]&lt;br /&gt;
:::2.4.4.4 [[Documentation:Difference|Difference]]&lt;br /&gt;
:::2.4.4.5 [[Documentation:Merge|Merge]]&lt;br /&gt;
::2.4.5 [[Documentation:Light Source|Light Sources]]&lt;br /&gt;
:::2.4.5.1 [[Documentation:Light Source#Point Lights|Point Lights]]&lt;br /&gt;
:::2.4.5.2 [[Documentation:Light Source#Spotlights|Spotlights]]&lt;br /&gt;
:::2.4.5.3 [[Documentation:Light Source#Cylindrical Lights|Cylindrical Lights]]&lt;br /&gt;
:::2.4.5.4 [[Documentation:Light Source#Parallel Lights|Parallel Lights]]&lt;br /&gt;
:::2.4.5.5 [[Documentation:Light Source#Area Lights|Area Lights]]&lt;br /&gt;
:::2.4.5.6 [[Documentation:Light Source#Shadowless Lights|Shadowless Lights]]&lt;br /&gt;
:::2.4.5.7 [[Documentation:Light Source#Looks_like|Looks_like]]&lt;br /&gt;
:::2.4.5.8 [[Documentation:Light Source#Projected_Through|Projected_Through]]&lt;br /&gt;
:::2.4.5.9 [[Documentation:Light Source#Light Fading|Light Fading]]&lt;br /&gt;
:::2.4.5.10 [[Documentation:Light Source#Atmospheric Media Interaction|Atmospheric Media Interaction]]&lt;br /&gt;
:::2.4.5.11 [[Documentation:Light Source#Atmospheric Attenuation|Atmospheric Attenuation]]&lt;br /&gt;
::2.4.6 [[Documentation:Light Group|Light Groups]]&lt;br /&gt;
::2.4.7 [[Documentation:Object#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.4.7.1 [[Documentation:Bounded_By Object Modifier|Bounded_By]]&lt;br /&gt;
:::2.4.7.2 [[Documentation:Clipped_By Object Modifier|Clipped_By]]&lt;br /&gt;
:::2.4.7.3 [[Documentation:Double_Illuminate Object Modifier|Double_Illuminate]]&lt;br /&gt;
:::2.4.7.4 [[Documentation:Hollow Object Modifier|Hollow]]&lt;br /&gt;
:::2.4.7.5 [[Documentation:Inverse Object Modifier|Inverse]]&lt;br /&gt;
:::2.4.7.6 [[Documentation:Material|Material]]&lt;br /&gt;
:::2.4.7.7 [[Documentation:No_Image Object Modifier|No_Image]]&lt;br /&gt;
:::2.4.7.8 [[Documentation:No_Reflection Object Modifier|No_Reflection]]&lt;br /&gt;
:::2.4.7.9 [[Documentation:No Radiosity Object Modifier|No Radiosity]]&lt;br /&gt;
:::2.4.7.10 [[Documentation:No_Shadow Object Modifier|No_Shadow]]&lt;br /&gt;
:::2.4.7.11 [[Documentation:Sturm Object Modifier|Sturm]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.5 [[Documentation:Texture|Textures]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.5.1 [[Documentation:Pigment|Pigment]]&lt;br /&gt;
:::2.5.1.1 [[Documentation:Pigment#Solid Color Pigments|Solid Color Pigments]]&lt;br /&gt;
:::2.5.1.2 [[Documentation:Pigment#Color List Pigments|Color List Pigments]]&lt;br /&gt;
:::2.5.1.3 [[Documentation:Color Map|Color Maps]]&lt;br /&gt;
:::2.5.1.4 [[Documentation:Pigment Map|Pigment Maps and Pigment Lists]]&lt;br /&gt;
:::2.5.1.5 [[Documentation:Image Map|Image Maps]]&lt;br /&gt;
::::2.5.1.5.1 [[Documentation:Image Map#Specifying an Image Map|Specifying an Image Map]]&lt;br /&gt;
::::2.5.1.5.2 [[Documentation:Image Map#The Gamma Option|The Gamma Option]]&lt;br /&gt;
::::2.5.1.5.3 [[Documentation:Image Map#The Filter and Transmit Bitmap Modifiers|The Filter and Transmit Bitmap Modifiers]]&lt;br /&gt;
::::2.5.1.5.4 [[Documentation:Image Map#Using the Alpha Channel|Using the Alpha Channel]]&lt;br /&gt;
:::2.5.1.6 [[Documentation:Pigment#Quick Color|Quick Color]]&lt;br /&gt;
::2.5.2 [[Documentation:Normal|Normal]]&lt;br /&gt;
:::2.5.2.1 [[Documentation:Normal#Slope Maps|Slope Maps]]&lt;br /&gt;
::::2.5.2.1.1 [[Documentation:Normal#Normals, Accuracy|Normals, Accuracy]]&lt;br /&gt;
:::2.5.2.2 [[Documentation:Normal Map|Normal Maps and Normal Lists]]&lt;br /&gt;
:::2.5.2.3 [[Documentation:Bump Map|Bump Maps]]&lt;br /&gt;
::::2.5.2.3.1 [[Documentation:Bump Map#Specifying a Bump Map|Specifying a Bump Map]]&lt;br /&gt;
::::2.5.2.3.2 [[Documentation:Bump Map#Bump_Size|Bump_Size]]&lt;br /&gt;
::::2.5.2.3.3 [[Documentation:Bump Map#Use_Index and Use_Color|Use_Index and Use_Color]]&lt;br /&gt;
:::2.5.2.4 [[Documentation:Bump Map#Scaling normals|Scaling normals]]&lt;br /&gt;
::2.5.3 [[Documentation:Finish|Finish]]&lt;br /&gt;
:::2.5.3.1 [[Documentation:Finish#Ambient|Ambient]]&lt;br /&gt;
:::2.5.3.2 [[Documentation:Finish#Emission|Emission]]&lt;br /&gt;
:::2.5.3.3 [[Documentation:Finish#Diffuse Reflection Items|Diffuse Reflection Items]]&lt;br /&gt;
::::2.5.3.3.1 [[Documentation:Finish#Diffuse|Diffuse]]&lt;br /&gt;
::::2.5.3.3.2 [[Documentation:Finish#Brilliance|Brilliance]]&lt;br /&gt;
::::2.5.3.3.3 [[Documentation:Finish#Crand Graininess|Crand Graininess]]&lt;br /&gt;
::::2.5.3.3.4 [[Documentation:Finish#Subsurface Light Transport|Subsurface Light Transport]]&lt;br /&gt;
:::2.5.3.4 [[Documentation:Finish#Highlights|Highlights]]&lt;br /&gt;
::::2.5.3.4.1 [[Documentation:Finish#Phong Highlights|Phong Highlights]]&lt;br /&gt;
::::2.5.3.4.2 [[Documentation:Finish#Specular Highlight|Specular Highlight]]&lt;br /&gt;
::::2.5.3.4.3 [[Documentation:Finish#Metallic Highlight Modifier|Metallic Highlight Modifier]]&lt;br /&gt;
:::2.5.3.5 [[Documentation:Finish#Specular Reflection|Specular Reflection]]&lt;br /&gt;
:::2.5.3.6 [[Documentation:Finish#Conserve Energy for Reflection|Conserve Energy for Reflection]]&lt;br /&gt;
:::2.5.3.7 [[Documentation:Finish#Iridescence|Iridescence]]&lt;br /&gt;
::2.5.4 [[Documentation:Halo|Halo]]&lt;br /&gt;
::2.5.5 [[Documentation:Patterned Textures|Patterned Textures]]&lt;br /&gt;
:::2.5.5.1 [[Documentation:Patterned Textures#Texture Maps|Texture Maps]]&lt;br /&gt;
:::2.5.5.2 [[Documentation:Patterned Textures#Tiles|Tiles]]&lt;br /&gt;
:::2.5.5.3 [[Documentation:Patterned Textures#Material Maps|Material Maps]]&lt;br /&gt;
::::2.5.5.3.1 [[Documentation:Patterned Textures#Specifying a Material Map|Specifying a Material Map]]&lt;br /&gt;
::2.5.6 [[Documentation:Layered Textures|Layered Textures]]&lt;br /&gt;
::2.5.7 [[Documentation:UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.5.7.1 [[Documentation:UV Mapping#Supported Objects|Supported Objects]]&lt;br /&gt;
:::2.5.7.2 [[Documentation:UV Mapping#UV Vectors|UV Vectors]]&lt;br /&gt;
::2.5.8 [[Documentation:Triangle Texture Interpolation|Triangle Texture Interpolation]]&lt;br /&gt;
::2.5.9 [[Documentation:Interior Texture|Interior Texture]]&lt;br /&gt;
::2.5.10 [[Documentation:Cutaway Textures|Cutaway Textures]]&lt;br /&gt;
::2.5.11 [[Documentation:Pattern|Patterns]]&lt;br /&gt;
:::2.5.11.1 [[Documentation:Agate Pattern|Agate]]&lt;br /&gt;
:::2.5.11.2 [[Documentation:Aoi Pattern|Aoi]]&lt;br /&gt;
:::2.5.11.3 [[Documentation:Average Pattern|Average]]&lt;br /&gt;
:::2.5.11.4 [[Documentation:Boxed Pattern|Boxed]]&lt;br /&gt;
:::2.5.11.5 [[Documentation:Bozo Pattern|Bozo]]&lt;br /&gt;
:::2.5.11.6 [[Documentation:Brick Pattern|Brick]]&lt;br /&gt;
:::2.5.11.7 [[Documentation:Bumps Pattern|Bumps]]&lt;br /&gt;
:::2.5.11.8 [[Documentation:Cells Pattern|Cells]]&lt;br /&gt;
:::2.5.11.9 [[Documentation:Checker Pattern|Checker]]&lt;br /&gt;
:::2.5.11.10 [[Documentation:Crackle Pattern|Crackle Patterns]]&lt;br /&gt;
:::2.5.11.11 [[Documentation:Cubic Pattern|Cubic]]&lt;br /&gt;
:::2.5.11.12 [[Documentation:Cylindrical Pattern|Cylindrical]]&lt;br /&gt;
:::2.5.11.13 [[Documentation:Density_File Pattern|Density_File]]&lt;br /&gt;
::::2.5.11.13.1 [[Documentation:Density_File Pattern#df3 file format|df3 file format]]&lt;br /&gt;
:::2.5.11.14 [[Documentation:Dents Pattern|Dents]]&lt;br /&gt;
:::2.5.11.15 [[Documentation:Facets Pattern|Facets]]&lt;br /&gt;
:::2.5.11.16 [[Documentation:Fractal Pattern|Fractal Patterns]]&lt;br /&gt;
:::2.5.11.17 [[Documentation:Function Pattern|Function as pattern]]&lt;br /&gt;
::::2.5.11.17.1 [[Documentation:Function Pattern#What can be used|What can be used]]&lt;br /&gt;
:::2.5.11.18 [[Documentation:Function Pattern#Function Image|Function Image]]&lt;br /&gt;
:::2.5.11.19 [[Documentation:Gradient Pattern|Gradient]]&lt;br /&gt;
:::2.5.11.20 [[Documentation:Granite Pattern|Granite]]&lt;br /&gt;
:::2.5.11.21 [[Documentation:Hexagon Pattern|Hexagon]]&lt;br /&gt;
:::2.5.11.22 [[Documentation:Image Pattern|Image Pattern]]&lt;br /&gt;
:::2.5.11.23 [[Documentation:Leopard Pattern|Leopard]]&lt;br /&gt;
:::2.5.11.24 [[Documentation:Marble Pattern|Marble]]&lt;br /&gt;
:::2.5.11.25 [[Documentation:Object Pattern|Object Pattern]]&lt;br /&gt;
:::2.5.11.26 [[Documentation:Onion Pattern|Onion]]&lt;br /&gt;
:::2.5.11.27 [[Documentation:Pavement Pattern|Pavement]]&lt;br /&gt;
:::2.5.11.28 [[Documentation:Pigment Pattern|Pigment Pattern]]&lt;br /&gt;
:::2.5.11.29 [[Documentation:Planar Pattern|Planar]]&lt;br /&gt;
:::2.5.11.30 [[Documentation:Quilted Pattern|Quilted]]&lt;br /&gt;
:::2.5.11.31 [[Documentation:Radial Pattern|Radial]]&lt;br /&gt;
:::2.5.11.32 [[Documentation:Ripples Pattern|Ripples]]&lt;br /&gt;
:::2.5.11.33 [[Documentation:Slope Pattern|Slope]]&lt;br /&gt;
:::2.5.11.34 [[Documentation:Spherical Pattern|Spherical]]&lt;br /&gt;
:::2.5.11.35 [[Documentation:Spiral1 Pattern|Spiral1]]&lt;br /&gt;
:::2.5.11.36 [[Documentation:Spiral2 Pattern|Spiral2]]&lt;br /&gt;
:::2.5.11.37 [[Documentation:Spotted Pattern|Spotted]]&lt;br /&gt;
:::2.5.11.38 [[Documentation:Square Pattern|Square]]&lt;br /&gt;
:::2.5.11.39 [[Documentation:Tiling Pattern|Tiling]]&lt;br /&gt;
:::2.5.11.40 [[Documentation:Triangular Pattern|Triangular]]&lt;br /&gt;
:::2.5.11.41 [[Documentation:Waves Pattern|Waves]]&lt;br /&gt;
:::2.5.11.42 [[Documentation:Wood Pattern|Wood]]&lt;br /&gt;
:::2.5.11.43 [[Documentation:Wrinkles Pattern|Wrinkles]]&lt;br /&gt;
::2.5.12 [[Documentation:Pattern#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
:::2.5.12.1 [[Documentation:Pattern#Transforming Patterns|Transforming Patterns]]&lt;br /&gt;
:::2.5.12.2 [[Documentation:Pattern#Frequency and Phase|Frequency and Phase]]&lt;br /&gt;
:::2.5.12.3 [[Documentation:Pattern#Waveforms|Waveforms]]&lt;br /&gt;
:::2.5.12.4 [[Documentation:Pattern#Noise Generators|Noise Generators]]&lt;br /&gt;
:::2.5.12.5 [[Documentation:Warp#Turbulence|Turbulence]]&lt;br /&gt;
:::2.5.12.6 [[Documentation:Warp|Warps]]&lt;br /&gt;
::::2.5.12.6.1 [[Documentation:Warp#Black Hole Warp|Black Hole Warp]]&lt;br /&gt;
::::2.5.12.6.2 [[Documentation:Warp#Repeat Warp|Repeat Warp]]&lt;br /&gt;
::::2.5.12.6.3 [[Documentation:Warp#Turbulence versus Turbulence Warp|Turbulence versus Turbulence Warp]]&lt;br /&gt;
::::2.5.12.6.4 [[Documentation:Warp#Turbulence Warp|Turbulence Warp]]&lt;br /&gt;
:::::2.5.12.6.4.1 [[Documentation:Warp#Octaves|Octaves]]&lt;br /&gt;
:::::2.5.12.6.4.2 [[Documentation:Warp#Lambda|Lambda]]&lt;br /&gt;
:::::2.5.12.6.4.3 [[Documentation:Warp#Omega|Omega]]&lt;br /&gt;
::::2.5.12.6.5 [[Documentation:Warp#Mapping using warps|Mapping using warps]]&lt;br /&gt;
:::2.5.12.7 [[Documentation:Bitmap Modifiers|Bitmap Modifiers]]&lt;br /&gt;
::::2.5.12.7.1 [[Documentation:Bitmap Modifiers#The once Option|The once Option]]&lt;br /&gt;
::::2.5.12.7.2 [[Documentation:Bitmap Modifiers#The map_type Option|The map_type Option]]&lt;br /&gt;
::::2.5.12.7.3 [[Documentation:Bitmap Modifiers#The interpolate Option|The interpolate Option]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.6 [[Documentation:Reference Section 6#Interior &amp;amp;amp; Media &amp;amp;amp; Photons|Interior &amp;amp;amp; Media &amp;amp;amp; Photons]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.6.1 [[Documentation:Interior|Interior]]&lt;br /&gt;
:::2.6.1.1 [[Documentation:Interior#Why are Interior and Media Necessary?|Why are Interior and Media Necessary?]]&lt;br /&gt;
:::2.6.1.2 [[Documentation:Interior#Empty and Solid Objects|Empty and Solid Objects]]&lt;br /&gt;
:::2.6.1.3 [[Documentation:Interior#Scaling objects with an interior|Scaling objects with an interior]]&lt;br /&gt;
:::2.6.1.4 [[Documentation:Interior#Refraction|Refraction]]&lt;br /&gt;
:::2.6.1.5 [[Documentation:Interior#Dispersion|Dispersion]]&lt;br /&gt;
::::2.6.1.5.1 [[Documentation:Interior#Dispersion &amp;amp; Caustics|Dispersion &amp;amp; Caustics]]&lt;br /&gt;
:::2.6.1.6 [[Documentation:Interior#Attenuation|Attenuation]]&lt;br /&gt;
:::2.6.1.7 [[Documentation:Interior#Simulated Caustics|Simulated Caustics]]&lt;br /&gt;
:::2.6.1.8 [[Documentation:Interior#Object-Media|Object-Media]]&lt;br /&gt;
::2.6.2 [[Documentation:Media|Media]]&lt;br /&gt;
:::2.6.2.1 [[Documentation:Media#Media Types|Media Types]]&lt;br /&gt;
::::2.6.2.1.1 [[Documentation:Media#Absorption|Absorption]]&lt;br /&gt;
::::2.6.2.1.2 [[Documentation:Media#Emission|Emission]]&lt;br /&gt;
::::2.6.2.1.3 [[Documentation:Media#Scattering|Scattering]]&lt;br /&gt;
:::2.6.2.2 [[Documentation:Media#Sampling Parameters &amp;amp; Methods|Sampling Parameters &amp;amp; Methods]]&lt;br /&gt;
:::2.6.2.3 [[Documentation:Media#Density|Density]]&lt;br /&gt;
::::2.6.2.3.1 [[Documentation:Media#General Density Modifiers|General Density Modifiers]]&lt;br /&gt;
::::2.6.2.3.2 [[Documentation:Media#Density with color_map|Density with color_map]]&lt;br /&gt;
::::2.6.2.3.3 [[Documentation:Media#Density Maps and Density Lists|Density Maps and Density Lists]]&lt;br /&gt;
::::2.6.2.3.4 [[Documentation:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]]&lt;br /&gt;
::2.6.3 [[Documentation:Photons|Photons]]&lt;br /&gt;
:::2.6.3.1 [[Documentation:Photons|Overview]]&lt;br /&gt;
::::2.6.3.1.1 [[Documentation:Photons#Examples|Examples]]&lt;br /&gt;
:::2.6.3.2 [[Documentation:Photons#Using Photon Mapping in Your Scene|Using Photon Mapping in Your Scene]]&lt;br /&gt;
::::2.6.3.2.1 [[Documentation:Photons#Photon Global Settings|Photon Global Settings]]&lt;br /&gt;
::::2.6.3.2.2 [[Documentation:Photons#Shooting Photons at an Object|Shooting Photons at an Object]]&lt;br /&gt;
::::2.6.3.2.3 [[Documentation:Photons#Photons and Light Sources|Photons and Light Sources]]&lt;br /&gt;
::::2.6.3.2.4 [[Documentation:Photons#Photons and Media|Photons and Media]]&lt;br /&gt;
:::2.6.3.3 [[Documentation:Photons#Photons FAQ|Photons FAQ]]&lt;br /&gt;
:::2.6.3.4 [[Documentation:Photons#Photon Tips|Photon Tips]]&lt;br /&gt;
:::2.6.3.5 [[Documentation:Photons#Advanced Techniques|Advanced Techniques]]&lt;br /&gt;
::::2.6.3.5.1 [[Documentation:Photons#Autostop|Autostop]]&lt;br /&gt;
::::2.6.3.5.2 [[Documentation:Photons#Adaptive Search Radius|Adaptive Search Radius]]&lt;br /&gt;
::::2.6.3.5.3 [[Documentation:Photons#Photons and Dispersion|Photons and Dispersion]]&lt;br /&gt;
::::2.6.3.5.4 [[Documentation:Photons#Saving and Loading Photon Maps|Saving and Loading Photon Maps]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.7 [[Documentation:Reference Section 7#Include Files|Include Files]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.7.1 [[Documentation:arrays.inc|arrays.inc]]&lt;br /&gt;
::2.7.2 [[Documentation:chars.inc|chars.inc]]&lt;br /&gt;
::2.7.3 [[Documentation:colors.inc|colors.inc]]&lt;br /&gt;
:::2.7.3.1 [[Documentation:colors.inc#Predefined colors|Predefined colors]]&lt;br /&gt;
:::2.7.3.2 [[Documentation:colors.inc#Color macros|Color macros]]&lt;br /&gt;
::2.7.4 [[Documentation:consts.inc|consts.inc]]&lt;br /&gt;
:::2.7.4.1 [[Documentation:consts.inc#Vector constants|Vector constants]]&lt;br /&gt;
:::2.7.4.2 [[Documentation:consts.inc#Map type constants|Map type constants]]&lt;br /&gt;
:::2.7.4.3 [[Documentation:consts.inc#Interpolation type constants|Interpolation type constants]]&lt;br /&gt;
:::2.7.4.4 [[Documentation:consts.inc#Fog type constants|Fog type constants]]&lt;br /&gt;
:::2.7.4.5 [[Documentation:consts.inc#Focal blur hexgrid constants|Focal blur hexgrid constants]]&lt;br /&gt;
:::2.7.4.6 [[Documentation:consts.inc#IORs|IORs]]&lt;br /&gt;
:::2.7.4.7 [[Documentation:consts.inc#Dispersion amounts|Dispersion amounts]]&lt;br /&gt;
:::2.7.4.8 [[Documentation:consts.inc#Scattering media type constants|Scattering media type constants]]&lt;br /&gt;
::2.7.5 [[Documentation:debug.inc|debug.inc]]&lt;br /&gt;
::2.7.6 [[Documentation:finish.inc|finish.inc]]&lt;br /&gt;
::2.7.7 [[Documentation:functions.inc|functions.inc]]&lt;br /&gt;
:::2.7.7.1 [[Documentation:functions.inc#Common Parameters|Common Parameters]]&lt;br /&gt;
::::2.7.7.1.1 [[Documentation:functions.inc#Cross Section Type|Cross Section Type]]&lt;br /&gt;
::::2.7.7.1.2 [[Documentation:functions.inc#Field Strength|Field Strength]]&lt;br /&gt;
::::2.7.7.1.3 [[Documentation:functions.inc#Field Limit|Field Limit]]&lt;br /&gt;
::::2.7.7.1.4 [[Documentation:functions.inc#SOR Switch|SOR Switch]]&lt;br /&gt;
::::2.7.7.1.5 [[Documentation:functions.inc#SOR Offset|SOR Offset]]&lt;br /&gt;
::::2.7.7.1.6 [[Documentation:functions.inc#SOR Angle|SOR Angle]]&lt;br /&gt;
::::2.7.7.1.7 [[Documentation:functions.inc#Invert Isosurface|Invert Isosurface]]&lt;br /&gt;
:::2.7.7.2 [[Documentation:functions.inc#Internal Functions|Internal Functions]]&lt;br /&gt;
:::2.7.7.3 [[Documentation:functions.inc#Pre defined functions|Pre defined functions]]&lt;br /&gt;
::::2.7.7.3.1 [[Documentation:functions.inc#Pattern functions|Pattern functions]]&lt;br /&gt;
::2.7.8 [[Documentation:glass.inc|glass.inc, glass_old.inc]]&lt;br /&gt;
:::2.7.8.1 [[Documentation:glass.inc#Glass colors (with transparency)|Glass colors (with transparency)]]&lt;br /&gt;
:::2.7.8.2 [[Documentation:glass.inc#Glass colors (without transparency, for fade_color)|Glass colors (without transparency, for fade_color)]]&lt;br /&gt;
:::2.7.8.3 [[Documentation:glass.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
:::2.7.8.4 [[Documentation:glass.inc#Glass interiors|Glass interiors]]&lt;br /&gt;
:::2.7.8.5 [[Documentation:glass.inc#Glass interior macros|Glass interior macros]]&lt;br /&gt;
:::2.7.8.6 [[Documentation:glass_old.inc|glass_old.inc]]&lt;br /&gt;
::::2.7.8.6.1 [[Documentation:glass_old.inc#Glass finishes|Glass finishes]]&lt;br /&gt;
::::2.7.8.6.2 [[Documentation:glass_old.inc#Glass textures|Glass textures]]&lt;br /&gt;
::2.7.9 [[Documentation:math.inc|math.inc]]&lt;br /&gt;
:::2.7.9.1 [[Documentation:math.inc#Float functions and macros|Float functions and macros]]&lt;br /&gt;
:::2.7.9.2 [[Documentation:math.inc#Vector functions and macros|Vector functions and macros]]&lt;br /&gt;
:::2.7.9.3 [[Documentation:math.inc#Vector Analysis|Vector Analysis]]&lt;br /&gt;
::2.7.10 [[Documentation:Reference Section 7.3#metals.inc, golds.inc|metals.inc, golds.inc]]&lt;br /&gt;
:::2.7.10.1 [[Documentation:metals.inc|metals.inc]]&lt;br /&gt;
:::2.7.10.2 [[Documentation:golds.inc|golds.inc]]&lt;br /&gt;
::2.7.11 [[Documentation:rand.inc|rand.inc]]&lt;br /&gt;
:::2.7.11.1 [[Documentation:rand.inc#Flat Distributions|Flat Distributions]]&lt;br /&gt;
:::2.7.11.2 [[Documentation:rand.inc#Other Distributions|Other Distributions]]&lt;br /&gt;
::::2.7.11.2.1 [[Documentation:rand.inc#Continuous Symmetric Distributions|Continuous Symmetric Distributions]]&lt;br /&gt;
::::2.7.11.2.2 [[Documentation:rand.inc#Continuous Skewed Distributions|Continuous Skewed Distributions]]&lt;br /&gt;
::::2.7.11.2.3 [[Documentation:rand.inc#Discrete Distributions |Discrete Distributions ]]&lt;br /&gt;
::2.7.12 [[Documentation:Reference Section 7.3#shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc|shapes.inc, shapes_old.inc, shapes2.inc, shapesq.inc]]&lt;br /&gt;
:::2.7.12.1 [[Documentation:shapes.inc|shapes.inc]]&lt;br /&gt;
::::2.7.12.1.1 [[Documentation:shapes.inc#The HF Macros|The HF Macros]]&lt;br /&gt;
:::2.7.12.2 [[Documentation:shapes_old.inc|shapes_old.inc]]&lt;br /&gt;
:::2.7.12.3 [[Documentation:shapes2.inc|shapes2.inc]]&lt;br /&gt;
:::2.7.12.4 [[Documentation:shapesq.inc|shapesq.inc]]&lt;br /&gt;
::2.7.13 [[Documentation:Reference Section 7.4#skies.inc, stars.inc|skies.inc, stars.inc]]&lt;br /&gt;
:::2.7.13.1 [[Documentation:skies.inc|skies.inc]]&lt;br /&gt;
:::2.7.13.2 [[Documentation:stars.inc|stars.inc]]&lt;br /&gt;
::2.7.14 [[Documentation:Reference Section 7.4#stones.inc, stones1.inc, stones2.inc, stoneold.inc|stones.inc, stones1.inc, stones2.inc, stoneold.inc]]&lt;br /&gt;
:::2.7.14.1 [[Documentation:stones1.inc|stones1.inc]]&lt;br /&gt;
:::2.7.14.2 [[Documentation:stones2.inc|stones2.inc]]&lt;br /&gt;
::2.7.15 [[Documentation:stdinc.inc|stdinc.inc]]&lt;br /&gt;
::2.7.16 [[Documentation:strings.inc|strings.inc]]&lt;br /&gt;
::2.7.17 [[Documentation:textures.inc|textures.inc]]&lt;br /&gt;
:::2.7.17.1 [[Documentation:textures.inc#Stones|Stones]]&lt;br /&gt;
:::2.7.17.2 [[Documentation:textures.inc#Skies|Skies]]&lt;br /&gt;
:::2.7.17.3 [[Documentation:textures.inc#Woods|Woods]]&lt;br /&gt;
:::2.7.17.4 [[Documentation:textures.inc#Glass|Glass]]&lt;br /&gt;
:::2.7.17.5 [[Documentation:textures.inc#Metals|Metals]]&lt;br /&gt;
:::2.7.17.6 [[Documentation:textures.inc#Special textures|Special textures]]&lt;br /&gt;
:::2.7.17.7 [[Documentation:textures.inc#Texture and pattern macros|Texture and pattern macros]]&lt;br /&gt;
::2.7.18 [[Documentation:transforms.inc|transforms.inc]]&lt;br /&gt;
::2.7.19 [[Documentation:Reference Section 7.5#woodmaps.inc, woods.inc|woodmaps.inc, woods.inc]]&lt;br /&gt;
:::2.7.19.1 [[Documentation:woodmaps.inc|woodmaps.inc]]&lt;br /&gt;
:::2.7.19.2 [[Documentation:woods.inc|woods.inc]]&lt;br /&gt;
:::2.7.19.3 [[Documentation:logo.inc|logo.inc]]&lt;br /&gt;
:::2.7.19.4 [[Documentation:rad_def.inc|rad_def.inc]]&lt;br /&gt;
:::2.7.19.5 [[Documentation:screen.inc|screen.inc]]&lt;br /&gt;
:::2.7.19.6 [[Documentation:stdcam.inc|stdcam.inc]]&lt;br /&gt;
:::2.7.19.7 [[Documentation:stage1.inc|stage1.inc]]&lt;br /&gt;
:::2.7.19.8 [[Documentation:sunpos.inc|sunpos.inc]]&lt;br /&gt;
::2.7.20 [[Documentation:Reference Section 7.5#Other files|Other files]]&lt;br /&gt;
:::2.7.20.1 [[Documentation:Font Files|font files (*.ttf)]]&lt;br /&gt;
:::2.7.20.2 [[Documentation:Color_Map Files|color_map files (*.map)]]&lt;br /&gt;
:::2.7.20.3 [[Documentation:Image Files|image files (*.png, *.pot, *.df3)]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;2.8 [[Documentation:Reference Section 8#Quick Reference|Quick Reference]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::2.8.1 [[Documentation:Reference Section 8#Quick Reference Contents|Quick Reference Contents]]&lt;br /&gt;
::2.8.2 [[Documentation:Reference Section 8#The Scene|The Scene]]&lt;br /&gt;
::2.8.3 [[Documentation:Reference Section 8#Language Basics|Language Basics]]&lt;br /&gt;
:::2.8.3.1 [[Documentation:Reference Section 8#Floats|Floats]]&lt;br /&gt;
:::2.8.3.2 [[Documentation:Reference Section 8#Vectors|Vectors]]&lt;br /&gt;
:::2.8.3.3 [[Documentation:Reference Section 8#Colors|Colors]]&lt;br /&gt;
:::2.8.3.4 [[Documentation:Reference Section 8#User defined Functions|User defined Functions]]&lt;br /&gt;
:::2.8.3.5 [[Documentation:Reference Section 8#Strings|Strings]]&lt;br /&gt;
:::2.8.3.6 [[Documentation:Reference Section 8#Arrays|Arrays]]&lt;br /&gt;
:::2.8.3.7 [[Documentation:Reference Section 8#Splines|Splines]]&lt;br /&gt;
::2.8.4 [[Documentation:Reference Section 8#Language Directives|Language Directives]]&lt;br /&gt;
:::2.8.4.1 [[Documentation:Reference Section 8#File Inclusion|File Inclusion]]&lt;br /&gt;
:::2.8.4.2 [[Documentation:Reference Section 8#Identifier Declaration|Identifier Declaration]]&lt;br /&gt;
:::2.8.4.3 [[Documentation:Reference Section 8.1#File Input/Output|File Input/Output]]&lt;br /&gt;
:::2.8.4.4 [[Documentation:Reference Section 8.1#Default Texture|Default Texture]]&lt;br /&gt;
:::2.8.4.5 [[Documentation:Reference Section 8.1#Version Identifier|Version Identifier]]&lt;br /&gt;
:::2.8.4.6 [[Documentation:Reference Section 8.1#Control Flow Directives|Control Flow Directives]]&lt;br /&gt;
:::2.8.4.7 [[Documentation:Reference Section 8.1#Message Streams|Message Streams]]&lt;br /&gt;
:::2.8.4.8 [[Documentation:Reference Section 8.1#Macro|Macro]]&lt;br /&gt;
:::2.8.4.9 [[Documentation:Reference Section 8.1#Embedded Directives|Embedded Directives]]&lt;br /&gt;
::2.8.5 [[Documentation:Reference Section 8.1#Transformations|Transformations]]&lt;br /&gt;
::2.8.6 [[Documentation:Reference Section 8.1#Camera|Camera]]&lt;br /&gt;
::2.8.7 [[Documentation:Reference Section 8.1#Lights|Lights]]&lt;br /&gt;
:::2.8.7.1 [[Documentation:Reference Section 8.1#Lightgroup|Lightgroup]]&lt;br /&gt;
::2.8.8 [[Documentation:Reference Section 8.1#Objects|Objects]]&lt;br /&gt;
:::2.8.8.1 [[Documentation:Reference Section 8.1#Finite Solid Objects|Finite Solid Objects]]&lt;br /&gt;
:::2.8.8.2 [[Documentation:Reference Section 8.1#Finite Patch Objects|Finite Patch Objects]]&lt;br /&gt;
:::2.8.8.3 [[Documentation:Reference Section 8.2#Infinite Solid Objects|Infinite Solid Objects]]&lt;br /&gt;
:::2.8.8.4 [[Documentation:Reference Section 8.2#CSG|CSG]]&lt;br /&gt;
::2.8.9 [[Documentation:Reference Section 8.2#Object Modifiers|Object Modifiers]]&lt;br /&gt;
:::2.8.9.1 [[Documentation:Reference Section 8.2#UV Mapping|UV Mapping]]&lt;br /&gt;
:::2.8.9.2 [[Documentation:Reference Section 8.2#Material|Material]]&lt;br /&gt;
:::2.8.9.3 [[Documentation:Reference Section 8.2#Interior|Interior]]&lt;br /&gt;
:::2.8.9.4 [[Documentation:Reference Section 8.2#Interior Texture|Interior Texture]]&lt;br /&gt;
::2.8.10 [[Documentation:Reference Section 8.2#Texture|Texture]]&lt;br /&gt;
:::2.8.10.1 [[Documentation:Reference Section 8.2#Plain Texture|Plain Texture]]&lt;br /&gt;
:::2.8.10.2 [[Documentation:Reference Section 8.2#Layered Texture|Layered Texture]]&lt;br /&gt;
:::2.8.10.3 [[Documentation:Reference Section 8.2#Patterned Texture|Patterned Texture]]&lt;br /&gt;
:::2.8.10.4 [[Documentation:Reference Section 8.2#Pigment|Pigment]]&lt;br /&gt;
:::2.8.10.5 [[Documentation:Reference Section 8.3#Normal|Normal]]&lt;br /&gt;
:::2.8.10.6 [[Documentation:Reference Section 8.3#Finish|Finish]]&lt;br /&gt;
:::2.8.10.7 [[Documentation:Reference Section 8.3#Pattern|Pattern]]&lt;br /&gt;
:::2.8.10.8 [[Documentation:Reference Section 8.3#Pattern Modifiers|Pattern Modifiers]]&lt;br /&gt;
::2.8.11 [[Documentation:Reference Section 8.3#Media|Media]]&lt;br /&gt;
::2.8.12 [[Documentation:Reference Section 8.3#Atmospheric Effects|Atmospheric Effects]]&lt;br /&gt;
:::2.8.12.1 [[Documentation:Reference Section 8.3#Background|Background]]&lt;br /&gt;
:::2.8.12.2 [[Documentation:Reference Section 8.3#Fog|Fog]]&lt;br /&gt;
:::2.8.12.3 [[Documentation:Reference Section 8.3#Sky Sphere|Sky Sphere]]&lt;br /&gt;
:::2.8.12.4 [[Documentation:Reference Section 8.3#Rainbow|Rainbow]]&lt;br /&gt;
::2.8.13 [[Documentation:Reference Section 8.3#Global Settings|Global Settings]]&lt;br /&gt;
:::2.8.13.1 [[Documentation:Reference Section 8.3#Radiosity|Radiosity]]&lt;br /&gt;
:::2.8.13.2 [[Documentation:Reference Section 8.3#Photons|Photons]]&lt;br /&gt;
:::2.8.13.3 [[Documentation:Reference Section 8.3#Subsurface|Subsurface]]&lt;br /&gt;
&lt;br /&gt;
==POV-Ray for Windows==&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.1 [[Documentation:Windows Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.1.1 [[Documentation:Windows Section 1#What is POV-Ray for Windows?|What is POV-Ray for Windows?]]&lt;br /&gt;
::3.1.2 [[Documentation:Windows Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::3.1.3 [[Documentation:Windows Section 1#Who Can Use POV-Ray for Windows?|Who Can Use POV-Ray for Windows?]]&lt;br /&gt;
::3.1.4 [[Documentation:Windows Section 1#System Requirements|System Requirements]]&lt;br /&gt;
::3.1.5 [[Documentation:Windows Section 1#System Specific Features|System Specific Features]]&lt;br /&gt;
:::3.1.5.1 [[Documentation:Windows Section 1#What's new in POV-Ray for Windows|What's new in POV-Ray for Windows]]&lt;br /&gt;
:::3.1.5.2 [[Documentation:Windows Section 1#SYS File Type|SYS File Type]]&lt;br /&gt;
:::3.1.5.3 [[Documentation:Windows Section 1#System Specific Charset|System Specific Charset]]&lt;br /&gt;
::3.1.6 [[Documentation:Windows Section 1#Spelling|Spelling]]&lt;br /&gt;
::3.1.7 [[Documentation:Windows Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::3.1.8 [[Documentation:Windows Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.2 [[Documentation:Windows Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.2.1 [[Documentation:Windows Section 2#The Demo|The Demo]]&lt;br /&gt;
::3.2.2 [[Documentation:Windows Section 2#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
::3.2.3 [[Documentation:Windows Section 2#Dragging and Dropping Files|Dragging and Dropping Files]]&lt;br /&gt;
::3.2.4 [[Documentation:Windows Section 2#Tutorials|Tutorials]]&lt;br /&gt;
::3.2.5 [[Documentation:Windows Section 2#Understanding File Types|Understanding File Types]]&lt;br /&gt;
:::3.2.5.1 [[Documentation:Windows Section 2#POV Files|POV Files]]&lt;br /&gt;
:::3.2.5.2 [[Documentation:Windows Section 2#INI Files|INI Files]]&lt;br /&gt;
::::3.2.5.2.1 [[Documentation:Windows Section 2#INI File Sections|INI File Sections]]&lt;br /&gt;
::3.2.6 [[Documentation:Windows Section 2#Using the Internal Editor|Using the Internal Editor]]&lt;br /&gt;
:::3.2.6.1 [[Documentation:Windows Section 2#The Editor Feature Set|The Editor Feature Set]]&lt;br /&gt;
:::3.2.6.2 [[Documentation:Windows Section 2#Turning the Internal Editor On or Off|Turning the Internal Editor On or Off]]&lt;br /&gt;
:::3.2.6.3 [[Documentation:Windows Section 2#Preventing File Restore|Preventing File Restore]]&lt;br /&gt;
:::3.2.6.4 [[Documentation:Windows Section 2#Switching between Editor windows|Switching between Editor windows]]&lt;br /&gt;
:::3.2.6.5 [[Documentation:Windows Section 2#Keyword Expansion and CodeList|Keyword Expansion and CodeList]]&lt;br /&gt;
::::3.2.6.5.1 [[Documentation:Windows Section 2#A Quick Example|A Quick Example]]&lt;br /&gt;
::::3.2.6.5.2 [[Documentation:Windows Section 2#How Keyword Expansion Works|How Keyword Expansion Works]]&lt;br /&gt;
::::3.2.6.5.3 [[Documentation:Windows Section 2#CodeList|CodeList]]&lt;br /&gt;
::::3.2.6.5.4 [[Documentation:Windows Section 2#Using CodeList|Using CodeList]]&lt;br /&gt;
::::3.2.6.5.5 [[Documentation:Windows Section 2#Summary|Summary]]&lt;br /&gt;
:::3.2.6.6 [[Documentation:Windows Section 2#Configuring the Internal Editor|Configuring the Internal Editor]]&lt;br /&gt;
::::3.2.6.6.1 [[Documentation:Windows Section 2#Important Editor Notes|Important Editor Notes]]&lt;br /&gt;
::::3.2.6.6.2 [[Documentation:Windows Section 2.1#Default Key Mappings|Default Key Mappings]]&lt;br /&gt;
::::3.2.6.6.3 [[Documentation:Windows Section 2.1#Setting Key Mappings|Setting Key Mappings]]&lt;br /&gt;
::::3.2.6.6.4 [[Documentation:Windows Section 2.1#Reserved Keys|Reserved Keys]]&lt;br /&gt;
::::3.2.6.6.5 [[Documentation:Windows Section 2.1#Using the Mouse|Using the Mouse]]&lt;br /&gt;
::::3.2.6.6.6 [[Documentation:Windows Section 2.1#European Users and Match Brace|European Users and Match Brace]]&lt;br /&gt;
:::3.2.6.7 [[Documentation:Windows Section 2.1#The Language Setting|The Language Setting]]&lt;br /&gt;
:::3.2.6.8 [[Documentation:Windows Section 2.1#The Font Setting|The Font Setting]]&lt;br /&gt;
::3.2.7 [[Documentation:Windows Section 2.1#I/O Restrictions|I/O Restrictions]]&lt;br /&gt;
:::3.2.7.1 [[Documentation:Windows Section 2.1#High-Level Configuration|High-Level Configuration]]&lt;br /&gt;
:::3.2.7.2 [[Documentation:Windows Section 2.1#Overall Options|Overall Options]]&lt;br /&gt;
:::3.2.7.3 [[Documentation:Windows Section 2.1#No Restrictions|No Restrictions]]&lt;br /&gt;
:::3.2.7.4 [[Documentation:Windows Section 2.1#Restrict Write but Allow Read|Restrict Write but Allow Read]]&lt;br /&gt;
:::3.2.7.5 [[Documentation:Windows Section 2.1#Restrict Read/Write|Restrict Read/Write]]&lt;br /&gt;
:::3.2.7.6 [[Documentation:Windows Section 2.1#Restrictions Affect all Core File I/O|Restrictions Affect all Core File I/O]]&lt;br /&gt;
:::3.2.7.7 [[Documentation:Windows Section 2.1#Additional Options|Additional Options]]&lt;br /&gt;
:::3.2.7.8 [[Documentation:Windows Section 2.1#Permit Read/Write in Current Directory|Permit Read/Write in Current Directory]]&lt;br /&gt;
:::3.2.7.9 [[Documentation:Windows Section 2.1#Disable Starting other Programs|Disable Starting other Programs]]&lt;br /&gt;
:::3.2.7.10 [[Documentation:Windows Section 2.1#Low-Level Configuration|Low-Level Configuration]]&lt;br /&gt;
:::3.2.7.11 [[Documentation:Windows Section 2.1#Overall Concept|Overall Concept]]&lt;br /&gt;
:::3.2.7.12 [[Documentation:Windows Section 2.1#Adding or Changing Allowed Directories|Adding or Changing Allowed Directories]]&lt;br /&gt;
:::3.2.7.13 [[Documentation:Windows Section 2.1#For Those Who use an Image Output Directory|For Those Who use an Image Output Directory]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.3 [[Documentation:Windows Section 3#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.3.1 [[Documentation:Windows Section 3#Home Directory|Home Directory]]&lt;br /&gt;
::3.3.2 [[Documentation:Windows Section 3#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::3.3.3 [[Documentation:Windows Section 3#Adding New Resolutions|Adding New Resolutions]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.4 [[Documentation:Windows Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.4.1 [[Documentation:Windows Section 4#The Main Window|The Main Window]]&lt;br /&gt;
::3.4.2 [[Documentation:Windows Section 4#The Toolbar|The Toolbar]]&lt;br /&gt;
:::3.4.2.1 [[Documentation:Windows Section 4#Preset Rendering Options|Preset Rendering Options]]&lt;br /&gt;
:::3.4.2.2 [[Documentation:Windows Section 4#Toolbar Command Line|Toolbar Command Line]]&lt;br /&gt;
::3.4.3 [[Documentation:Windows Section 4#The Status Bar|The Status Bar]]&lt;br /&gt;
::3.4.4 [[Documentation:Windows Section 4#The Tab Control|The Tab Control]]&lt;br /&gt;
::3.4.5 [[Documentation:Windows Section 4#The Message Window|The Message Window]]&lt;br /&gt;
::3.4.6 [[Documentation:Windows Section 4#The Editor Window|The Editor Window]]&lt;br /&gt;
::3.4.7 [[Documentation:Windows Section 4#The Render Window|The Render Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.5 [[Documentation:Windows Section 5#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.5.1 [[Documentation:Windows Section 5#File Menu|File Menu]]&lt;br /&gt;
:::3.5.1.1 [[Documentation:Windows Section 5#New File|New File]]&lt;br /&gt;
:::3.5.1.2 [[Documentation:Windows Section 5#Open File|Open File]]&lt;br /&gt;
:::3.5.1.3 [[Documentation:Windows Section 5#Close|Close]]&lt;br /&gt;
:::3.5.1.4 [[Documentation:Windows Section 5#Close All|Close All]]&lt;br /&gt;
:::3.5.1.5 [[Documentation:Windows Section 5#Print|Print]]&lt;br /&gt;
:::3.5.1.6 [[Documentation:Windows Section 5#Exit|Exit]]&lt;br /&gt;
:::3.5.1.7 [[Documentation:Windows Section 5#MRU List|MRU List]]&lt;br /&gt;
:::3.5.1.8 [[Documentation:Windows Section 5#Older Files|Older Files]]&lt;br /&gt;
::3.5.2 [[Documentation:Windows Section 5#Edit Menu|Edit Menu]]&lt;br /&gt;
:::3.5.2.1 [[Documentation:Windows Section 5#Copy Pane|Copy Pane]]&lt;br /&gt;
:::3.5.2.2 [[Documentation:Windows Section 5#Clear Messages|Clear Messages]]&lt;br /&gt;
:::3.5.2.3 [[Documentation:Windows Section 5#Undo|Undo]]&lt;br /&gt;
:::3.5.2.4 [[Documentation:Windows Section 5#Redo|Redo]]&lt;br /&gt;
:::3.5.2.5 [[Documentation:Windows Section 5#Cut|Cut]]&lt;br /&gt;
:::3.5.2.6 [[Documentation:Windows Section 5#Copy|Copy]]&lt;br /&gt;
:::3.5.2.7 [[Documentation:Windows Section 5#Paste|Paste]]&lt;br /&gt;
:::3.5.2.8 [[Documentation:Windows Section 5#Delete|Delete]]&lt;br /&gt;
:::3.5.2.9 [[Documentation:Windows Section 5#Select All|Select All]]&lt;br /&gt;
:::3.5.2.10 [[Documentation:Windows Section 5#Selection|Selection]]&lt;br /&gt;
::::3.5.2.10.1 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.2.10.2 [[Documentation:Windows Section 5#Indent To Previous|Indent To Previous]]&lt;br /&gt;
::::3.5.2.10.3 [[Documentation:Windows Section 5#Undent|Undent]]&lt;br /&gt;
::::3.5.2.10.4 [[Documentation:Windows Section 5#Uppercase|Uppercase]]&lt;br /&gt;
::::3.5.2.10.5 [[Documentation:Windows Section 5#Lowercase|Lowercase]]&lt;br /&gt;
::::3.5.2.10.6 [[Documentation:Windows Section 5#Convert Spaces To Tabs|Convert Spaces To Tabs]]&lt;br /&gt;
::::3.5.2.10.7 [[Documentation:Windows Section 5#Convert Tabs To Spaces|Convert Tabs To Spaces]]&lt;br /&gt;
::3.5.3 [[Documentation:Windows Section 5#Search Menu|Search Menu]]&lt;br /&gt;
:::3.5.3.1 [[Documentation:Windows Section 5#Find|Find]]&lt;br /&gt;
::::3.5.3.1.1 [[Documentation:Windows Section 5#Match Whole Word Only|Match Whole Word Only]]&lt;br /&gt;
::::3.5.3.1.2 [[Documentation:Windows Section 5#Match Case|Match Case]]&lt;br /&gt;
::::3.5.3.1.3 [[Documentation:Windows Section 5#Wildcard Search|Wildcard Search]]&lt;br /&gt;
:::3.5.3.2 [[Documentation:Windows Section 5#Replace|Replace]]&lt;br /&gt;
:::3.5.3.3 [[Documentation:Windows Section 5#Find Next|Find Next]]&lt;br /&gt;
:::3.5.3.4 [[Documentation:Windows Section 5#Match Brace|Match Brace]]&lt;br /&gt;
::3.5.4 [[Documentation:Windows Section 5#Text Menu|Text Menu]]&lt;br /&gt;
:::3.5.4.1 [[Documentation:Windows Section 5#Show White Space|Show White Space]]&lt;br /&gt;
:::3.5.4.2 [[Documentation:Windows Section 5#Set Repeat Count|Set Repeat Count]]&lt;br /&gt;
:::3.5.4.3 [[Documentation:Windows Section 5#Tab Size|Tab Size]]&lt;br /&gt;
:::3.5.4.4 [[Documentation:Windows Section 5#Indent|Indent]]&lt;br /&gt;
::::3.5.4.4.1 [[Documentation:Windows Section 5#Auto-Indent Style|Auto-Indent Style]]&lt;br /&gt;
::::3.5.4.4.2 [[Documentation:Windows Section 5.1#None|None]]&lt;br /&gt;
::::3.5.4.4.3 [[Documentation:Windows Section 5.1#Language Scope|Language Scope]]&lt;br /&gt;
::::3.5.4.4.4 [[Documentation:Windows Section 5.1#Copy From Previous Line|Copy From Previous Line]]&lt;br /&gt;
:::3.5.4.5 [[Documentation:Windows Section 5.1#Bookmarks|Bookmarks]]&lt;br /&gt;
::::3.5.4.5.1 [[Documentation:Windows Section 5.1#Clear All|Clear All]]&lt;br /&gt;
::::3.5.4.5.2 [[Documentation:Windows Section 5.1#First|First]]&lt;br /&gt;
::::3.5.4.5.3 [[Documentation:Windows Section 5.1#Last|Last]]&lt;br /&gt;
::::3.5.4.5.4 [[Documentation:Windows Section 5.1#Next|Next]]&lt;br /&gt;
::::3.5.4.5.5 [[Documentation:Windows Section 5.1#Previous|Previous]]&lt;br /&gt;
::::3.5.4.5.6 [[Documentation:Windows Section 5.1#Toggle|Toggle]]&lt;br /&gt;
::3.5.5 [[Documentation:Windows Section 5.1#Editor Menu|Editor Menu]]&lt;br /&gt;
:::3.5.5.1 [[Documentation:Windows Section 5.1#Auto-Load Error File|Auto-Load Error File]]&lt;br /&gt;
:::3.5.5.2 [[Documentation:Windows Section 5.1#Auto-Show Parse Messages|Auto-Show Parse Messages]]&lt;br /&gt;
:::3.5.5.3 [[Documentation:Windows Section 5.1#Auto-Save Delay|Auto-Save Delay]]&lt;br /&gt;
:::3.5.5.4 [[Documentation:Windows Section 5.1#Create Backups|Create Backups]]&lt;br /&gt;
:::3.5.5.5 [[Documentation:Windows Section 5.1#Allow Undo After Manual Save|Allow Undo After Manual Save]]&lt;br /&gt;
:::3.5.5.6 [[Documentation:Windows Section 5.1#Click Beyond EOL|Click Beyond EOL]]&lt;br /&gt;
:::3.5.5.7 [[Documentation:Windows Section 5.1#Constrain Caret To Text|Constrain Caret To Text]]&lt;br /&gt;
:::3.5.5.8 [[Documentation:Windows Section 5.1#Overlay Keyword Expansion On Tab Key|Overlay Keyword Expansion On Tab Key]]&lt;br /&gt;
:::3.5.5.9 [[Documentation:Windows Section 5.1#Show Message Window|Show Message Window]]&lt;br /&gt;
:::3.5.5.10 [[Documentation:Windows Section 5.1#Editor Preferences Dialog|Editor Preferences Dialog]]&lt;br /&gt;
:::3.5.5.11 [[Documentation:Windows Section 5.1#Record Macro/Play Macro|Record Macro/Play Macro]]&lt;br /&gt;
:::3.5.5.12 [[Documentation:Windows Section 5.1#Auto-Reload|Auto-Reload]]&lt;br /&gt;
:::3.5.5.13 [[Documentation:Windows Section 5.1#Scroll Bars|Scroll Bars]]&lt;br /&gt;
:::3.5.5.14 [[Documentation:Windows Section 5.1#Color Scheme|Color Scheme]]&lt;br /&gt;
:::3.5.5.15 [[Documentation:Windows Section 5.1#Editor Preferences|Editor Preferences]]&lt;br /&gt;
::::3.5.5.15.1 [[Documentation:Windows Section 5.1#Color/Font|Color/Font]]&lt;br /&gt;
:::::3.5.5.15.1.1 [[Documentation:Windows Section 5.1#Item|Item]]&lt;br /&gt;
:::::3.5.5.15.1.2 [[Documentation:Windows Section 5.1#Color|Color]]&lt;br /&gt;
:::::3.5.5.15.1.3 [[Documentation:Windows Section 5.1#Background|Background]]&lt;br /&gt;
:::::3.5.5.15.1.4 [[Documentation:Windows Section 5.1#Font|Font]]&lt;br /&gt;
::::3.5.5.15.2 [[Documentation:Windows Section 5.1#Language/Tabs|Language/Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.1 [[Documentation:Windows Section 5.1#Auto Indentation Style|Auto Indentation Style]]&lt;br /&gt;
:::::3.5.5.15.2.2 [[Documentation:Windows Section 5.1#Tabs|Tabs]]&lt;br /&gt;
:::::3.5.5.15.2.3 [[Documentation:Windows Section 5.1#Language|Language]]&lt;br /&gt;
::::3.5.5.15.3 [[Documentation:Windows Section 5.1#Keyboard|Keyboard]]&lt;br /&gt;
::::3.5.5.15.4 [[Documentation:Windows Section 5.1#Misc|Misc]]&lt;br /&gt;
:::::3.5.5.15.4.1 [[Documentation:Windows Section 5.1#Smooth Scrolling|Smooth Scrolling]]&lt;br /&gt;
:::::3.5.5.15.4.2 [[Documentation:Windows Section 5.1#Show Left Margin|Show Left Margin]]&lt;br /&gt;
:::::3.5.5.15.4.3 [[Documentation:Windows Section 5.1#Line Tooltips on Scroll|Line Tooltips on Scroll]]&lt;br /&gt;
:::::3.5.5.15.4.4 [[Documentation:Windows Section 5.1#Allow Drag and Drop|Allow Drag and Drop]]&lt;br /&gt;
:::::3.5.5.15.4.5 [[Documentation:Windows Section 5.1#Allow Column Selection|Allow Column Selection]]&lt;br /&gt;
:::::3.5.5.15.4.6 [[Documentation:Windows Section 5.1#Confine Caret to Text|Confine Caret to Text]]&lt;br /&gt;
:::::3.5.5.15.4.7 [[Documentation:Windows Section 5.1#Color Syntax Highlighting|Color Syntax Highlighting]]&lt;br /&gt;
:::::3.5.5.15.4.8 [[Documentation:Windows Section 5.1#Show Horizontal/Vertical Scrollbar|Show Horizontal/Vertical Scrollbar]]&lt;br /&gt;
:::::3.5.5.15.4.9 [[Documentation:Windows Section 5.1#Allow Horizontal/Vertical Splitting|Allow Horizontal/Vertical Splitting]]&lt;br /&gt;
:::::3.5.5.15.4.10 [[Documentation:Windows Section 5.1#Line Numbering|Line Numbering]]&lt;br /&gt;
:::::3.5.5.15.4.11 [[Documentation:Windows Section 5.1#Max Undoable Actions|Max Undoable Actions]]&lt;br /&gt;
::3.5.6 [[Documentation:Windows Section 5.2#Insert Menu|Insert Menu]]&lt;br /&gt;
:::3.5.6.1 [[Documentation:Windows Section 5.2#How the Insert Menu is Built|How the Insert Menu is Built]]&lt;br /&gt;
:::3.5.6.2 [[Documentation:Windows Section 5.2#Physical Layout|Physical Layout]]&lt;br /&gt;
:::3.5.6.3 [[Documentation:Windows Section 5.2#Sorting the Insert Menu|Sorting the Insert Menu]]&lt;br /&gt;
:::3.5.6.4 [[Documentation:Windows Section 5.2#Adding a Separator|Adding a Separator]]&lt;br /&gt;
:::3.5.6.5 [[Documentation:Windows Section 5.2#Using the Insert Menu|Using the Insert Menu]]&lt;br /&gt;
::3.5.7 [[Documentation:Windows Section 5.2#Render Menu|Render Menu]]&lt;br /&gt;
:::3.5.7.1 [[Documentation:Windows Section 5.2#Edit Settings/Render|Edit Settings/Render]]&lt;br /&gt;
:::3.5.7.2 [[Documentation:Windows Section 5.2#Select File and Render|Select File and Render]]&lt;br /&gt;
:::3.5.7.3 [[Documentation:Windows Section 5.2#Start Rendering (Go!)/Stop Rendering|Start Rendering (Go!)/Stop Rendering]]&lt;br /&gt;
:::3.5.7.4 [[Documentation:Windows Section 5.2#Run Demo|Run Demo]]&lt;br /&gt;
:::3.5.7.5 [[Documentation:Windows Section 5.2#Run Benchmark|Run Benchmark]]&lt;br /&gt;
:::3.5.7.6 [[Documentation:Windows Section 5.2#File Queue|File Queue]]&lt;br /&gt;
:::3.5.7.7 [[Documentation:Windows Section 5.2#Clear Queue|Clear Queue]]&lt;br /&gt;
:::3.5.7.8 [[Documentation:Windows Section 5.2#Render Priority|Render Priority]]&lt;br /&gt;
:::3.5.7.9 [[Documentation:Windows Section 5.2#Duty Cycle|Duty Cycle]]&lt;br /&gt;
:::3.5.7.10 [[Documentation:Windows Section 5.2#Sound Settings|Sound Settings]]&lt;br /&gt;
:::3.5.7.11 [[Documentation:Windows Section 5.2#On Completion|On Completion]]&lt;br /&gt;
::::3.5.7.11.1 [[Documentation:Windows Section 5.2#Do Nothing|Do Nothing]]&lt;br /&gt;
::::3.5.7.11.2 [[Documentation:Windows Section 5.2#Display Message|Display Message]]&lt;br /&gt;
::::3.5.7.11.3 [[Documentation:Windows Section 5.2#Exit POV-Ray for Windows|Exit POV-Ray for Windows]]&lt;br /&gt;
::::3.5.7.11.4 [[Documentation:Windows Section 5.2#File List|File List]]&lt;br /&gt;
::3.5.8 [[Documentation:Windows Section 5.2#Options Menu|Options Menu]]&lt;br /&gt;
:::3.5.8.1 [[Documentation:Windows Section 5.2#Keep Single Instance|Keep Single Instance]]&lt;br /&gt;
:::3.5.8.2 [[Documentation:Windows Section 5.2#Show Toolbar|Show Toolbar]]&lt;br /&gt;
:::3.5.8.3 [[Documentation:Windows Section 5.2#Place in System Tray|Place in System Tray]]&lt;br /&gt;
:::3.5.8.4 [[Documentation:Windows Section 5.2#Script I/O Restrictions|Script I/O Restrictions]]&lt;br /&gt;
:::3.5.8.5 [[Documentation:Windows Section 5.2#Drag'N'Drop Destination|Drag'N'Drop Destination]]&lt;br /&gt;
:::3.5.8.6 [[Documentation:Windows Section 5.3#Online Operations|Online Operations]]&lt;br /&gt;
::::3.5.8.6.1 [[Documentation:Windows Section 5.3#Check For New Versions|Check For New Versions]]&lt;br /&gt;
::::3.5.8.6.2 [[Documentation:Windows Section 5.3#Include System Information|Include System Information]]&lt;br /&gt;
:::3.5.8.7 [[Documentation:Windows Section 5.3#Other Settings|Other Settings]]&lt;br /&gt;
::::3.5.8.7.1 [[Documentation:Windows Section 5.3#Use Editor|Use Editor]]&lt;br /&gt;
::::3.5.8.7.2 [[Documentation:Windows Section 5.3#Show Tips of the Day|Show Tips of the Day]]&lt;br /&gt;
::::3.5.8.7.3 [[Documentation:Windows Section 5.3#Show Tooltips|Show Tooltips]]&lt;br /&gt;
::::3.5.8.7.4 [[Documentation:Windows Section 5.3#Preserve Messages|Preserve Messages]]&lt;br /&gt;
::::3.5.8.7.5 [[Documentation:Windows Section 5.3#Save Settings on Exit|Save Settings on Exit]]&lt;br /&gt;
::::3.5.8.7.6 [[Documentation:Windows Section 5.3#Hide New User Help|Hide New User Help]]&lt;br /&gt;
::::3.5.8.7.7 [[Documentation:Windows Section 5.3#Show Next Tip|Show Next Tip]]&lt;br /&gt;
::::3.5.8.7.8 [[Documentation:Windows Section 5.3#Re-Render Insert Menu Bitmaps|Re-Render Insert Menu Bitmaps]]&lt;br /&gt;
::::3.5.8.7.9 [[Documentation:Windows Section 5.3#Message Window|Message Window]]&lt;br /&gt;
::::3.5.8.7.10 [[Documentation:Windows Section 5.3#Select Plain Background|Select Plain Background]]&lt;br /&gt;
::::3.5.8.7.11 [[Documentation:Windows Section 5.3#Text Font|Text Font]]&lt;br /&gt;
::::3.5.8.7.12 [[Documentation:Windows Section 5.3#Text Color|Text Color]]&lt;br /&gt;
::::3.5.8.7.13 [[Documentation:Windows Section 5.3#Background Color|Background Color]]&lt;br /&gt;
::::3.5.8.7.14 [[Documentation:Windows Section 5.3#Tiling Options|Tiling Options]]&lt;br /&gt;
::::3.5.8.7.15 [[Documentation:Windows Section 5.3#Render Window|Render Window]]&lt;br /&gt;
::::3.5.8.7.16 [[Documentation:Windows Section 5.3#Force 8 Bit Display|Force 8 Bit Display]]&lt;br /&gt;
::::3.5.8.7.17 [[Documentation:Windows Section 5.3#Preserve Contents During Animation|Preserve Contents During Animation]]&lt;br /&gt;
::::3.5.8.7.18 [[Documentation:Windows Section 5.3#Re-display|Re-display]]&lt;br /&gt;
::::3.5.8.7.19 [[Documentation:Windows Section 5.3#Autoclose|Autoclose]]&lt;br /&gt;
::::3.5.8.7.20 [[Documentation:Windows Section 5.3#Close|Close]]&lt;br /&gt;
::::3.5.8.7.21 [[Documentation:Windows Section 5.3#Keep Above Main|Keep Above Main]]&lt;br /&gt;
::::3.5.8.7.22 [[Documentation:Windows Section 5.3#Get Focus on Creation|Get Focus on Creation]]&lt;br /&gt;
::::3.5.8.7.23 [[Documentation:Windows Section 5.3#Hide When Main Minimized|Hide When Main Minimized]]&lt;br /&gt;
::::3.5.8.7.24 [[Documentation:Windows Section 5.3#Editor Window|Editor Window]]&lt;br /&gt;
::3.5.9 [[Documentation:Windows Section 5.3#Tools Menu|Tools Menu]]&lt;br /&gt;
:::3.5.9.1 [[Documentation:Windows Section 5.3#PVTOOLS.INI Syntax|PVTOOLS.INI Syntax]]&lt;br /&gt;
:::3.5.9.2 [[Documentation:Windows Section 5.3#Reload Tool Menu|Reload Tool Menu]]&lt;br /&gt;
:::3.5.9.3 [[Documentation:Windows Section 5.3#Edit PVTOOLS.INI|Edit PVTOOLS.INI]]&lt;br /&gt;
:::3.5.9.4 [[Documentation:Windows Section 5.3#Example PVTOOLS.INI|Example PVTOOLS.INI]]&lt;br /&gt;
::3.5.10 [[Documentation:Windows Section 5.3#Context Menus|Context Menus]]&lt;br /&gt;
:::3.5.10.1 [[Documentation:Windows Section 5.3#The Message Window Context Menu|The Message Window Context Menu]]&lt;br /&gt;
:::3.5.10.2 [[Documentation:Windows Section 5.3#Minimize to System Tray|Minimize to System Tray]]&lt;br /&gt;
:::3.5.10.3 [[Documentation:Windows Section 5.3#Show Tip|Show Tip]]&lt;br /&gt;
:::3.5.10.4 [[Documentation:Windows Section 5.3#The Render Window Context Menu|The Render Window Context Menu]]&lt;br /&gt;
:::3.5.10.5 [[Documentation:Windows Section 5.3#The Editor Window Context Menu|The Editor Window Context Menu]]&lt;br /&gt;
:::3.5.10.6 [[Documentation:Windows Section 5.3#Show or Hide Messages|Show or Hide Messages]]&lt;br /&gt;
:::3.5.10.7 [[Documentation:Windows Section 5.3#Context Help|Context Help]]&lt;br /&gt;
:::3.5.10.8 [[Documentation:Windows Section 5.3#Open Filename|Open Filename]]&lt;br /&gt;
:::3.5.10.9 [[Documentation:Windows Section 5.3#Copy &amp;quot;...&amp;quot; to Command-Line|Copy &amp;quot;...&amp;quot; to Command-Line]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.6 [[Documentation:Windows Section 6#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.6.1 [[Documentation:Windows Section 6#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::3.6.2 [[Documentation:Windows Section 6#Known Bugs|Known Bugs]]&lt;br /&gt;
::3.6.3 [[Documentation:Windows Section 6#Bugs and GUI Extensions|Bugs and GUI Extensions]]&lt;br /&gt;
::3.6.4 [[Documentation:Windows Section 6#Crash Upload Utility|Crash Upload Utility]]&lt;br /&gt;
::3.6.5 [[Documentation:Windows Section 6#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::3.6.6 [[Documentation:Windows Section 6#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;3.7 [[Documentation:Windows Section 7#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::3.7.1 [[Documentation:Windows Section 7#Render Priority|Render Priority]]&lt;br /&gt;
::3.7.2 [[Documentation:Windows Section 7#Render Window|Render Window]]&lt;br /&gt;
::3.7.3 [[Documentation:Windows Section 7#Memory|Memory]]&lt;br /&gt;
::3.7.4 [[Documentation:Windows Section 7#Scene Features|Scene Features]]&lt;br /&gt;
::3.7.5 [[Documentation:Windows Section 7#Render Quality|Render Quality]]&lt;br /&gt;
==POV-Ray for Mac OS==&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.1 [[Documentation:Mac OS Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.1.1 [[Documentation:Mac OS Section 1#What's new in POV-Ray for Mac OS|What's new in POV-Ray for Mac OS]]&lt;br /&gt;
::4.1.2 [[Documentation:Mac OS Section 1#Installation|Installation]]&lt;br /&gt;
::4.1.3 [[Documentation:Mac OS Section 1#Requirements|Requirements]]&lt;br /&gt;
::4.1.4 [[Documentation:Mac OS Section 1#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.2 [[Documentation:Mac OS Section 2#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.3 [[Documentation:Mac OS Section 3#Menus|Menus]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.3.1 [[Documentation:Mac OS Section 3#Apple Menu|Apple Menu]]&lt;br /&gt;
::4.3.2 [[Documentation:Mac OS Section 3#File Menu|File Menu]]&lt;br /&gt;
::4.3.3 [[Documentation:Mac OS Section 3#Edit Menu|Edit Menu]]&lt;br /&gt;
::4.3.4 [[Documentation:Mac OS Section 3#Search Menu|Search Menu]]&lt;br /&gt;
::4.3.5 [[Documentation:Mac OS Section 3#Templates Menu|Templates Menu]]&lt;br /&gt;
::4.3.6 [[Documentation:Mac OS Section 3#Render Menu|Render Menu]]&lt;br /&gt;
::4.3.7 [[Documentation:Mac OS Section 3#Window Menu|Window Menu]]&lt;br /&gt;
::4.3.8 [[Documentation:Mac OS Section 3#Help Menu|Help Menu]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.4 [[Documentation:Mac OS Section 4#Windows|Windows]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.4.1 [[Documentation:Mac OS Section 4#Message Window|Message Window]]&lt;br /&gt;
::4.4.2 [[Documentation:Mac OS Section 4#Text Editor Window|Text Editor Window]]&lt;br /&gt;
::4.4.3 [[Documentation:Mac OS Section 4#Render Preview Window|Render Preview Window]]&lt;br /&gt;
::4.4.4 [[Documentation:Mac OS Section 4#Templates Window|Templates Window]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.5 [[Documentation:Mac OS Section 5#Dialogs|Dialogs]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.5.1 [[Documentation:Mac OS Section 5#Preferences Dialog|Preferences Dialog]]&lt;br /&gt;
:::4.5.1.1 [[Documentation:Mac OS Section 5#General Pane|General Pane]]&lt;br /&gt;
::::4.5.1.1.1 [[Documentation:Mac OS Section 5#Fast Preview Mode|Fast Preview Mode]]&lt;br /&gt;
::::4.5.1.1.2 [[Documentation:Mac OS Section 5#Fast Functions|Fast Functions]]&lt;br /&gt;
::::4.5.1.1.3 [[Documentation:Mac OS Section 5#Background Rendering|Background Rendering]]&lt;br /&gt;
::::4.5.1.1.4 [[Documentation:Mac OS Section 5#Use Temporary Memory|Use Temporary Memory]]&lt;br /&gt;
::::4.5.1.1.5 [[Documentation:Mac OS Section 5#Render Engine|Render Engine]]&lt;br /&gt;
:::4.5.1.2 [[Documentation:Mac OS Section 5#Editor Pane|Editor Pane]]&lt;br /&gt;
::::4.5.1.2.1 [[Documentation:Mac OS Section 5#Font|Font]]&lt;br /&gt;
::::4.5.1.2.2 [[Documentation:Mac OS Section 5#Size|Size]]&lt;br /&gt;
::::4.5.1.2.3 [[Documentation:Mac OS Section 5#Tab Size|Tab Size]]&lt;br /&gt;
::::4.5.1.2.4 [[Documentation:Mac OS Section 5#Auto Indent|Auto Indent]]&lt;br /&gt;
::::4.5.1.2.5 [[Documentation:Mac OS Section 5#Syntax Coloring|Syntax Coloring]]&lt;br /&gt;
::::4.5.1.2.6 [[Documentation:Mac OS Section 5#Symbol Coloring|Symbol Coloring]]&lt;br /&gt;
:::4.5.1.3 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
::::4.5.1.3.1 [[Documentation:Mac OS Section 5#Startup Actions|Startup Actions]]&lt;br /&gt;
::::4.5.1.3.2 [[Documentation:Mac OS Section 5#Startup and termination script actions|Startup and termination script actions]]&lt;br /&gt;
::::4.5.1.3.3 [[Documentation:Mac OS Section 5#Actions after all jobs finished|Actions after all jobs finished]]&lt;br /&gt;
:::4.5.1.4 [[Documentation:Mac OS Section 5#Files Pane|Files Pane]]&lt;br /&gt;
::::4.5.1.4.1 [[Documentation:Mac OS Section 5#Allow rendering of .pov files only|Allow rendering of .pov files only]]&lt;br /&gt;
::::4.5.1.4.2 [[Documentation:Mac OS Section 5#Application creator codes for output files|Application creator codes for output files]]&lt;br /&gt;
:::4.5.1.5 [[Documentation:Mac OS Section 5#Scenes Pane|Scenes Pane]]&lt;br /&gt;
::::4.5.1.5.1 [[Documentation:Mac OS Section 5#Global Include Paths|Global Include Paths]]&lt;br /&gt;
::::4.5.1.5.2 [[Documentation:Mac OS Section 5#Default Render Settings Set|Default Render Settings Set]]&lt;br /&gt;
::4.5.2 [[Documentation:Mac OS Section 5#Render Settings Dialog|Render Settings Dialog]]&lt;br /&gt;
:::4.5.2.1 [[Documentation:Mac OS Section 5#Scene Pane|Scene Pane]]&lt;br /&gt;
::::4.5.2.1.1 [[Documentation:Mac OS Section 5#Command-Line|Command-Line]]&lt;br /&gt;
::::4.5.2.1.2 [[Documentation:Mac OS Section 5#Language|Language]]&lt;br /&gt;
::::4.5.2.1.3 [[Documentation:Mac OS Section 5#Show Preview|Show Preview]]&lt;br /&gt;
::::4.5.2.1.4 [[Documentation:Mac OS Section 5#Mosaic Preview|Mosaic Preview]]&lt;br /&gt;
::::4.5.2.1.5 [[Documentation:Mac OS Section 5#File Specific Include Paths|File Specific Include Paths]]&lt;br /&gt;
:::4.5.2.2 [[Documentation:Mac OS Section 5#Quality Pane|Quality Pane]]&lt;br /&gt;
::::4.5.2.2.1 [[Documentation:Mac OS Section 5#Render Quality|Render Quality]]&lt;br /&gt;
::::4.5.2.2.2 [[Documentation:Mac OS Section 5#Anti-Aliasing|Anti-Aliasing]]&lt;br /&gt;
:::4.5.2.3 [[Documentation:Mac OS Section 5#Optimization Pane|Optimization Pane]]&lt;br /&gt;
::::4.5.2.3.1 [[Documentation:Mac OS Section 5#Auto-Bounding|Auto-Bounding]]&lt;br /&gt;
::::4.5.2.3.2 [[Documentation:Mac OS Section 5#Ignore any bounded_by in scene|Ignore any bounded_by in scene]]&lt;br /&gt;
::::4.5.2.3.3 [[Documentation:Mac OS Section 5#Split Unions|Split Unions]]&lt;br /&gt;
::::4.5.2.3.4 [[Documentation:Mac OS Section 5#Use Light Buffer|Use Light Buffer]]&lt;br /&gt;
::::4.5.2.3.5 [[Documentation:Mac OS Section 5#Use Vista Buffer|Use Vista Buffer]]&lt;br /&gt;
::::4.5.2.3.6 [[Documentation:Mac OS Section 5#Draw Vista Buffers|Draw Vista Buffers]]&lt;br /&gt;
:::4.5.2.4 [[Documentation:Mac OS Section 5#Output Pane|Output Pane]]&lt;br /&gt;
::::4.5.2.4.1 [[Documentation:Mac OS Section 5#Image Size|Image Size]]&lt;br /&gt;
::::4.5.2.4.2 [[Documentation:Mac OS Section 5#Partial Image|Partial Image]]&lt;br /&gt;
::::4.5.2.4.3 [[Documentation:Mac OS Section 5#Save Image As|Save Image As]]&lt;br /&gt;
::::4.5.2.4.4 [[Documentation:Mac OS Section 5#Bits per color|Bits per color]]&lt;br /&gt;
::::4.5.2.4.5 [[Documentation:Mac OS Section 5#Add Alpha-Channel|Add Alpha-Channel]]&lt;br /&gt;
::::4.5.2.4.6 [[Documentation:Mac OS Section 5#Compression|Compression]]&lt;br /&gt;
::::4.5.2.4.7 [[Documentation:Mac OS Section 5#Set Compression|Set Compression]]&lt;br /&gt;
::::4.5.2.4.8 [[Documentation:Mac OS Section 5#Save Histogram As|Save Histogram As]]&lt;br /&gt;
:::4.5.2.5 [[Documentation:Mac OS Section 5#Animation Pane|Animation Pane]]&lt;br /&gt;
::::4.5.2.5.1 [[Documentation:Mac OS Section 5#Frame Number|Frame Number]]&lt;br /&gt;
::::4.5.2.5.2 [[Documentation:Mac OS Section 5#Clock Value|Clock Value]]&lt;br /&gt;
::::4.5.2.5.3 [[Documentation:Mac OS Section 5#Field Rendering|Field Rendering]]&lt;br /&gt;
:::4.5.2.6 [[Documentation:Mac OS Section 5#Actions Pane|Actions Pane]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.6 [[Documentation:Mac OS Section 6#Command-Line Options|Command-Line Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
:&amp;lt;strong&amp;gt;4.7 [[Documentation:Mac OS Section 7#Tips and Tricks|Tips and Tricks]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::4.7.1 [[Documentation:Mac OS Section 7#To speed up rendering as much as possible on the Mac|To speed up rendering as much as possible on the Mac]]&lt;br /&gt;
::4.7.2 [[Documentation:Mac OS Section 7#How to use TrueType fonts in the &amp;quot;text&amp;quot; object|How to use TrueType fonts in the &amp;quot;text&amp;quot; object]]&lt;br /&gt;
::4.7.3 [[Documentation:Mac OS Section 7#Known Problems|Known Problems]]&lt;br /&gt;
==POV-Ray for Unix==&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.1 [[Documentation:Unix Section 1#Introduction|Introduction]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.1.1 [[Documentation:Unix Section 1#What is POV-Ray?|What is POV-Ray?]]&lt;br /&gt;
::5.1.2 [[Documentation:Unix Section 1#What is POV-Ray for Unix?|What is POV-Ray for Unix?]]&lt;br /&gt;
::5.1.3 [[Documentation:Unix Section 1#... And What Is It Not?|... And What Is It Not?]]&lt;br /&gt;
::5.1.4 [[Documentation:Unix Section 1#Who Can Use POV-Ray for Unix?|Who Can Use POV-Ray for Unix?]]&lt;br /&gt;
::5.1.5 [[Documentation:Unix Section 1#Spelling|Spelling]]&lt;br /&gt;
::5.1.6 [[Documentation:Unix Section 1#Reporting Bugs|Reporting Bugs]]&lt;br /&gt;
::5.1.7 [[Documentation:Unix Section 1#Trademarks|Trademarks]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.2 [[Documentation:Unix Section 2#Features|Features]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.2.1 [[Documentation:Unix Section 2#New Features|New Features]]&lt;br /&gt;
::5.2.2 [[Documentation:Unix Section 2#Display Options|Display Options]]&lt;br /&gt;
::5.2.3 [[Documentation:Unix Section 2#Benchmark Mode|Benchmark Mode]]&lt;br /&gt;
::5.2.4 [[Documentation:Unix Section 2#Sample scene render scripts|Sample scene render scripts]]&lt;br /&gt;
::5.2.5 [[Documentation:Unix Section 2#KDE Integration|KDE Integration]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.3 [[Documentation:Unix Section 3#Getting Started|Getting Started]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.3.1 [[Documentation:Unix Section 3#Available distributions|Available distributions]]&lt;br /&gt;
::5.3.2 [[Documentation:Unix Section 3#Configuration|Configuration]]&lt;br /&gt;
:::5.3.2.1 [[Documentation:Unix Section 3#The I/O Restrictions configuration file|The I/O Restrictions configuration file]]&lt;br /&gt;
:::5.3.2.2 [[Documentation:Unix Section 3#The main POV-Ray INI file|The main POV-Ray INI file]]&lt;br /&gt;
::5.3.3 [[Documentation:Unix Section 3#Starting a Render Job|Starting a Render Job]]&lt;br /&gt;
:::5.3.3.1 [[Documentation:Unix Section 3#X Window display|X Window display]]&lt;br /&gt;
:::5.3.3.2 [[Documentation:Unix Section 3#SVGAlib display|SVGAlib display]]&lt;br /&gt;
:::5.3.3.3 [[Documentation:Unix Section 3#Output file formats|Output file formats]]&lt;br /&gt;
::5.3.4 [[Documentation:Unix Section 3#Interrupting POV-Ray|Interrupting POV-Ray]]&lt;br /&gt;
::5.3.5 [[Documentation:Unix Section 3#Tutorials|Tutorials]]&lt;br /&gt;
::5.3.6 [[Documentation:Unix Section 3#Rendering the Sample Scenes|Rendering the Sample Scenes]]&lt;br /&gt;
::5.3.7 [[Documentation:Unix Section 3#POV-Ray for Unix Tips|POV-Ray for Unix Tips]]&lt;br /&gt;
:::5.3.7.1 [[Documentation:Unix Section 3#Automated execution|Automated execution]]&lt;br /&gt;
:::5.3.7.2 [[Documentation:Unix Section 3#Post-processing Images|Post-processing Images]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.4 [[Documentation:Unix Section 4#I/O Restrictions|I/O Restrictions]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.4.1 [[Documentation:Unix Section 4#Configuration file format|Configuration file format]]&lt;br /&gt;
::5.4.2 [[Documentation:Unix Section 4#File I/O Security|File I/O Security]]&lt;br /&gt;
::5.4.3 [[Documentation:Unix Section 4#Shellout Security|Shellout Security]]&lt;br /&gt;
::5.4.4 [[Documentation:Unix Section 4#Permitted Paths|Permitted Paths]]&lt;br /&gt;
:::5.4.4.1 [[Documentation:Unix Section 4#Examples for path settings|Examples for path settings]]&lt;br /&gt;
::5.4.5 [[Documentation:Unix Section 4#Example configuration file|Example configuration file]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.5 [[Documentation:Unix Section 5#Understanding File Types|Understanding File Types]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.5.1 [[Documentation:Unix Section 5#POV Files|POV Files]]&lt;br /&gt;
::5.5.2 [[Documentation:Unix Section 5#INI Files|INI Files]]&lt;br /&gt;
:::5.5.2.1 [[Documentation:Unix Section 5#INI File Sections|INI File Sections]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.6 [[Documentation:Unix Section 6#Understanding POV-Ray Options|Understanding POV-Ray Options]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.6.1 [[Documentation:Unix Section 6#Special Command-Line Options|Special Command-Line Options]]&lt;br /&gt;
::5.6.2 [[Documentation:Unix Section 6#Benchmark Rendering Mode|Benchmark Rendering Mode]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.7 [[Documentation:Unix Section 7#Bug Reports|Bug Reports]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.7.1 [[Documentation:Unix Section 7#Feature Requests are not bugs|Feature Requests are not bugs]]&lt;br /&gt;
::5.7.2 [[Documentation:Unix Section 7#Known Bugs|Known Bugs]]&lt;br /&gt;
::5.7.3 [[Documentation:Unix Section 7#Spelling|Spelling]]&lt;br /&gt;
::5.7.4 [[Documentation:Unix Section 7#Bug Reporting via Email|Bug Reporting via Email]]&lt;br /&gt;
::5.7.5 [[Documentation:Unix Section 7#Bug Reporting via our Bug Tracking System|Bug Reporting via our Bug Tracking System]]&lt;br /&gt;
:&amp;lt;strong&amp;gt;5.8 [[Documentation:Unix Section 8#Speed Considerations|Speed Considerations]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
::5.8.1 [[Documentation:Unix Section 8#Render Priority|Render Priority]]&lt;br /&gt;
::5.8.2 [[Documentation:Unix Section 8#Render Window|Render Window]]&lt;br /&gt;
::5.8.3 [[Documentation:Unix Section 8#Memory|Memory]]&lt;br /&gt;
::5.8.4 [[Documentation:Unix Section 8#Scene Features|Scene Features]]&lt;br /&gt;
::5.8.5 [[Documentation:Unix Section 8#Render Quality|Render Quality]]&lt;br /&gt;
&amp;lt;!--END CHANGES BETWEEN HERE---&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;wikitalk&amp;gt;---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=100% border=1 cellspacing=0 cellpadding=5&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100% bgcolor=#FFEEEE&amp;gt;&lt;br /&gt;
This document is protected, so submissions, corrections and discussions should be held on this documents [[Documentation_Talk:Contents|talk]] page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;!--&amp;lt;/wikitalk&amp;gt;---&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword&amp;diff=6738</id>
		<title>Keyword</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword&amp;diff=6738"/>
		<updated>2012-03-11T16:36:58Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==A==&lt;br /&gt;
[[Keyword:aa_threshold|aa_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aa_level|aa_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:absorption|absorption]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:abs|abs]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:accuracy|accuracy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acosh|acosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acos|acos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adaptive|adaptive]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adc_bailout|adc_bailout]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate|agate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate_turb|agate_turb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:albedo|albedo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all_intersections|all_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all|all]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:alpha|alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:always_sample|always_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:altitude|altitude]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient_light|ambient_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient|ambient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:angle|angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:anisotropy|anisotropy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aoi|aoi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aperture|aperture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:append|append]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arc_angle|arc_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_illumination|area_illumination]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_light|area_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:array|array]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ascii|ascii]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asc|asc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asinh|asinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asin|asin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:assumed_gamma|assumed_gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan2|atan2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atanh|atanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan|atan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:autostop|autostop]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:average|average]]&amp;lt;br&amp;gt;&lt;br /&gt;
==B==&lt;br /&gt;
[[Keyword:background|background]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bezier_spline|bezier_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bicubic_patch|bicubic_patch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_and|bitwise_and]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_or|bitwise_or]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_xor|bitwise_xor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:black_hole|black_hole]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blob|blob]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blue|blue]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blur_samples|blur_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bmp|bmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bokeh|bokeh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bounded_by|bounded_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:boxed|boxed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:box|box]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bozo|bozo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:break|break]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick_size|brick_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick|brick]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brightness|brightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brilliance|brilliance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bumps|bumps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_map|bump_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_size|bump_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:b_spline|b_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
==C==&lt;br /&gt;
[[Keyword:camera|camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:case|case]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:caustics|caustics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ceil|ceil]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cells|cells]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:charset|charset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:checker|checker]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:chr|chr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:circular|circular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clipped_by|clipped_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock_on|clock_on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock|clock]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:collect|collect]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color_map|color_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour_map|colour_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color|color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour|colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:component|component]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:composite|composite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:concat|concat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cone|cone]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:confidence|confidence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conic_sweep|conic_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conserve_energy|conserve_energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:contained_by|contained_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control0|control0]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control1|control1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:coords|coords]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cosh|cosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cos|cos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:count|count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crackle|crackle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crand|crand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cube|cube]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_spline|cubic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic|cubic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_wave|cubic_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cutaway_textures|cutaway_textures]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylinder|cylinder]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylindrical|cylindrical]]&amp;lt;br&amp;gt;&lt;br /&gt;
==D==&lt;br /&gt;
[[Keyword:datetime|datetime]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:debug|debug]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dtag|dtag]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:declare|declare]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:default|default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:defined|defined]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:degrees|degrees]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_file|density_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_map|density_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density|density]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dents|dents]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:deprecated|deprecated]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:df3|df3]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:difference|difference]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:diffuse|diffuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimensions|dimensions]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimension_size|dimension_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:direction|direction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:disc|disc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion|dispersion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion_samples|dispersion_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:distance|distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dist_exp|dist_exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:div|div]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:double_illuminate|double_illuminate]]&amp;lt;br&amp;gt;&lt;br /&gt;
==E==&lt;br /&gt;
[[Keyword:eccentricity|eccentricity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:else|else]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:elseif|elseif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emission|emission]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:end|end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error_bound|error_bound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error|error]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:evaluate|evaluate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:expand_thresholds|expand_thresholds]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exp|exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exponent|exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exr|exr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exterior|exterior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:extinction|extinction]]&amp;lt;br&amp;gt;&lt;br /&gt;
==F==&lt;br /&gt;
[[Keyword:facets|facets]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:face_indices|face_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_colour|fade_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_color|fade_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_distance|fade_distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_power|fade_power]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff_angle|falloff_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff|falloff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:false|false]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fclose|fclose]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:file_exists|file_exists]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:shadowless|shadowless]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:filter|filter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finish|finish]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fisheye|fisheye]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flatness|flatness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flip|flip]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floor|floor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:focal_point|focal_point]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_alt|fog_alt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_offset|fog_offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog|fog]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_type|fog_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fopen|fopen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:for|for]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:form|form]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:frequency|frequency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fresnel|fresnel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:function|function]]&amp;lt;br&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
[[Keyword:gamma|gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gather|gather]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gif|gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_lights|global_lights]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_settings|global_settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global|global]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gradient|gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:granite|granite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray|gray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray_threshold|gray_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:green|green]]&amp;lt;br&amp;gt;&lt;br /&gt;
==H==&lt;br /&gt;
[[Keyword:hdr|hdr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:height_field|height_field]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hexagon|hexagon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hf_gray_16|hf_gray_16]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hierarchy|hierarchy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hollow|hollow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hypercomplex|hypercomplex]]&amp;lt;br&amp;gt;&lt;br /&gt;
==I==&lt;br /&gt;
[[Keyword:interior_texture|interior_texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:internal|internal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifdef|ifdef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:iff|iff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifndef|ifndef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:if|if]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_map|image_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_pattern|image_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:importance|importance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:include|include]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside|inside]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside_vector|inside_vector]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interior|interior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interpolate|interpolate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intersection|intersection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intervals|intervals]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:int|int]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inverse|inverse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ior|ior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid|irid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid_wavelength|irid_wavelength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:isosurface|isosurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
==J==&lt;br /&gt;
[[Keyword:jitter|jitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia|julia]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia_fractal|julia_fractal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:jpeg|jpeg]]&amp;lt;br&amp;gt;&lt;br /&gt;
==K==&lt;br /&gt;
==L==&lt;br /&gt;
[[Keyword:lambda|lambda]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:lathe|lathe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:leopard|leopard]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_group|light_group]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_source|light_source]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_spline|linear_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_sweep|linear_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ln|ln]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:load_file|load_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:local|local]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:location|location]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:log|log]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:looks_like|looks_like]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:look_at|look_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:low_error_factor|low_error_factor]]&amp;lt;br&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
[[Keyword:macro|macro]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:magnet|magnet]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:major_radius|major_radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mandel|mandel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:map_type|map_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:marble|marble]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material_map|material_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material|material]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:matrix|matrix]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_extent|max_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_gradient|max_gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_intersections|max_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_iteration|max_iteration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_sample|max_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max|max]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace_level|max_trace_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace|max_trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_attenuation|media_attenuation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_interaction|media_interaction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media|media]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:merge|merge]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh_camera|mesh_camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh2|mesh2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh|mesh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metallic|metallic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:method|method]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metric|metric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:maximum_reuse|maximum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:minimum_reuse|minimum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min_extent|min_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min|min]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mm_per_unit|mm_per_unit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mod|mod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mortar|mortar]]&amp;lt;br&amp;gt;&lt;br /&gt;
==N==&lt;br /&gt;
[[Keyword:natural_spline|natural_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:nearest_count|nearest_count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:noise_generator|noise_generator]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_indices|normal_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_map|normal_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_vectors|normal_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_bump_scale|no_bump_scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_image|no_image]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_radiosity|no_radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_reflection|no_reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_shadow|no_shadow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no|no]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:now|now]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_sides|number_of_sides]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_tiles|number_of_tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_waves|number_of_waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
[[Keyword:object|object]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:octaves|octaves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:offset|offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:off|off]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omega|omega]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omnimax|omnimax]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:once|once]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:onion|onion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:on|on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:open|open]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orientation|orientation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orient|orient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orthographic|orthographic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ovus|ovus]]&amp;lt;br&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
[[Keyword:panoramic|panoramic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parallel|parallel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parametric|parametric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pass_through|pass_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pattern|pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pavement|pavement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:perspective|perspective]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pgm|pgm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phase|phase]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong_size|phong_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong|phong]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:photons|photons]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_map|pigment_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_pattern|pigment_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment|pigment]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pi|pi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:planar|planar]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:plane|plane]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:png|png]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:point_at|point_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polygon|polygon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly|poly]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polynomial|polynomial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly_wave|poly_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pot|pot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pow|pow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ppm|ppm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precision|precision]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precompute|precompute]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:premultiplied|premultiplied]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_start|pretrace_start]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_end|pretrace_end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prism|prism]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prod|prod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:projected_through|projected_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pwr|pwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Q==&lt;br /&gt;
[[Keyword:quadratic_spline|quadratic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quadric|quadric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quartic|quartic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quaternion|quaternion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_color|quick_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_colour|quick_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quilted|quilted]]&amp;lt;br&amp;gt;&lt;br /&gt;
==R==&lt;br /&gt;
[[Keyword:radial|radial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radians|radians]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radiosity|radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radius|radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbow|rainbow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ramp_wave|ramp_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rand|rand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:range|range]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ratio|ratio]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:read|read]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reciprocal|reciprocal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:recursion_limit|recursion_limit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:red|red]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection_exponent|reflection_exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection|reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:refraction|refraction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:render|render]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:repeat|repeat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbft|rgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbf|rgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbt|rgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgb|rgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:right|right]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ripples|ripples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rotate|rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:roughness|roughness]]&amp;lt;br&amp;gt;&lt;br /&gt;
==S==&lt;br /&gt;
[[Keyword:samples|samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:save_file|save_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scale|scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scallop_wave|scallop_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scattering|scattering]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:seed|seed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:select|select]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sine_wave|sine_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sinh|sinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sin|sin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16be|sint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16le|sint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32be|sint32be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32le|sint32le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint8|sint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:size|size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphere|sky_sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky|sky]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slice|slice]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_map|slope_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope|slope]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth|smooth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth_triangle|smooth_triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:solid|solid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sor|sor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spacing|spacing]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:specular|specular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere_sweep|sphere_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere|sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spherical|spherical]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral1|spiral1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral2|spiral2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spline|spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:split_union|split_union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotlight|spotlight]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotted|spotted]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqrt|sqrt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqr|sqr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:square|square]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgb|srgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbf|srgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbft|srgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbt|srgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:statistics|statistics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:steps|steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strcmp|strcmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strength|strength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlen|strlen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlwr|strlwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strupr|strupr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:str|str]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sturm|sturm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:subsurface|subsurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:substr|substr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sum|sum]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:superellipsoid|superellipsoid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:switch|switch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sys|sys]]&amp;lt;br&amp;gt;&lt;br /&gt;
==T==&lt;br /&gt;
[[Keyword:tanh|tanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tan|tan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:target|target]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_list|texture_list]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_map|texture_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture|texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:text|text]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tga|tga]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:thickness|thickness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:threshold|threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiff|tiff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tightness|tightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tile2|tile2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiles|tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiling|tiling]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal|normal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tolerance|tolerance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:toroidal|toroidal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:torus|torus]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:trace|trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transform|transform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translate|translate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translucency|translucency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transmit|transmit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle|triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle_wave|triangle_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangular|triangular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:true|true]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ttf|ttf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turbulence|turbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turb_depth|turb_depth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:type|type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:t|t]]&amp;lt;br&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
[[Keyword:uint16be|uint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint16le|uint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint8|uint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ultra_wide_angle|ultra_wide_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undef|undef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:union|union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:up|up]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_alpha|use_alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_color|use_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_colour|use_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_index|use_index]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:utf8|utf8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_indices|uv_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_mapping|uv_mapping]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_vectors|uv_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u_steps|u_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u|u]]&amp;lt;br&amp;gt;&lt;br /&gt;
==V==&lt;br /&gt;
[[Keyword:val|val]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:variance|variance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vaxis_rotate|vaxis_rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vcross|vcross]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vdot|vdot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:version|version]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vertex_vectors|vertex_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vlength|vlength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vnormalize|vnormalize]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vrotate|vrotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vstr|vstr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vturbulence|vturbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v_steps|v_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v|v]]&amp;lt;br&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
[[Keyword:warning|warning]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:warp|warp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:water_level|water_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:waves|waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:while|while]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:width|width]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wood|wood]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wrinkles|wrinkles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:write|write]]&amp;lt;br&amp;gt;&lt;br /&gt;
==X==&lt;br /&gt;
[[Keyword:x|x]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:xyz|xyz]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Y==&lt;br /&gt;
[[Keyword:yes|yes]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:y|y]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Z==&lt;br /&gt;
[[Keyword:z|z]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword&amp;diff=6737</id>
		<title>Keyword</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword&amp;diff=6737"/>
		<updated>2012-03-11T16:35:17Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==A==&lt;br /&gt;
[[Keyword:aa_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aa_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:absorption]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:abs]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:accuracy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adaptive]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adc_bailout]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate_turb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:albedo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:always_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:altitude]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:anisotropy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aoi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aperture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:append]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arc_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_illumination]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:array]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ascii]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:assumed_gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:autostop]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:average]]&amp;lt;br&amp;gt;&lt;br /&gt;
==B==&lt;br /&gt;
[[Keyword:background]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bezier_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bicubic_patch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_and]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_or]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_xor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:black_hole]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blob]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blue]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blur_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bokeh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bounded_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:boxed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:box]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bozo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:break]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brilliance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bumps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:b_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
==C==&lt;br /&gt;
[[Keyword:camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:case]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:caustics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ceil]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cells]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:charset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:checker]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:chr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:circular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clipped_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock_on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:collect]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:component]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:composite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:concat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cone]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:confidence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conic_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conserve_energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:contained_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control0]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:coords]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crackle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cube]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cutaway_textures]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylinder]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylindrical]]&amp;lt;br&amp;gt;&lt;br /&gt;
==D==&lt;br /&gt;
[[Keyword:datetime]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:debug]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dtag]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:declare]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:defined]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:degrees]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dents]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:deprecated]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:df3]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:difference]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:diffuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimensions]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimension_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:direction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:disc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dist_exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:div]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:double_illuminate]]&amp;lt;br&amp;gt;&lt;br /&gt;
==E==&lt;br /&gt;
[[Keyword:eccentricity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:else]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:elseif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emission]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error_bound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:evaluate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:expand_thresholds]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exterior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:extinction]]&amp;lt;br&amp;gt;&lt;br /&gt;
==F==&lt;br /&gt;
[[Keyword:facets]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:face_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_power]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:false]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fclose]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:file_exists]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:shadowless]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:filter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finish]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fisheye]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flatness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flip]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:focal_point]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_alt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fopen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:for]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:form]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:frequency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fresnel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:function]]&amp;lt;br&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
[[Keyword:gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gather]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_lights]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:granite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:green]]&amp;lt;br&amp;gt;&lt;br /&gt;
==H==&lt;br /&gt;
[[Keyword:hdr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:height_field]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hexagon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hf_gray_16]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hierarchy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hollow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hypercomplex]]&amp;lt;br&amp;gt;&lt;br /&gt;
==I==&lt;br /&gt;
[[Keyword:interior_texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:internal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifdef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:iff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifndef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:if]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:importance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:include]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside_vector]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interpolate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intersection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intervals]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:int]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inverse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid_wavelength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:isosurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
==J==&lt;br /&gt;
[[Keyword:jitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia_fractal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:jpeg]]&amp;lt;br&amp;gt;&lt;br /&gt;
==K==&lt;br /&gt;
==L==&lt;br /&gt;
[[Keyword:lambda]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:lathe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:leopard]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_group]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_source]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ln]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:load_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:local]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:location]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:log]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:looks_like]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:look_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:low_error_factor]]&amp;lt;br&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
[[Keyword:macro]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:magnet]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:major_radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mandel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:map_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:marble]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:matrix]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_iteration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_attenuation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_interaction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:merge]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh_camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metallic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:method]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:maximum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:minimum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mm_per_unit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mortar]]&amp;lt;br&amp;gt;&lt;br /&gt;
==N==&lt;br /&gt;
[[Keyword:natural_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:nearest_count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:noise_generator]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_bump_scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_image]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_shadow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:now]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_sides]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
[[Keyword:object]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:octaves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:off]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omega]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omnimax]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:once]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:onion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:open]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orientation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orthographic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ovus]]&amp;lt;br&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
[[Keyword:panoramic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parallel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parametric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pass_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pavement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:perspective]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pgm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phase]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:photons]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:planar]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:plane]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:png]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:point_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polygon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polynomial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ppm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precision]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precompute]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:premultiplied]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_start]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prism]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:projected_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Q==&lt;br /&gt;
[[Keyword:quadratic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quadric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quartic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quaternion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quilted]]&amp;lt;br&amp;gt;&lt;br /&gt;
==R==&lt;br /&gt;
[[Keyword:radial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radians]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ramp_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:range]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ratio]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:read]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reciprocal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:recursion_limit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:red]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection_exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:refraction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:render]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:repeat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:right]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ripples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:roughness]]&amp;lt;br&amp;gt;&lt;br /&gt;
==S==&lt;br /&gt;
[[Keyword:samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:save_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scallop_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scattering]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:seed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:select]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sine_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slice]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth_triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:solid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spacing]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:specular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spherical]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:split_union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotlight]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotted]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqrt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:square]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:statistics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strcmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strupr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:str]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sturm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:subsurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:substr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sum]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:superellipsoid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:switch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sys]]&amp;lt;br&amp;gt;&lt;br /&gt;
==T==&lt;br /&gt;
[[Keyword:tanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:target]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_list]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:text]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tga]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:thickness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tile2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiling]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tolerance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:toroidal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:torus]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translucency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transmit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:true]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ttf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turb_depth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:t]]&amp;lt;br&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
[[Keyword:uint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ultra_wide_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:up]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_index]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:utf8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_mapping]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u]]&amp;lt;br&amp;gt;&lt;br /&gt;
==V==&lt;br /&gt;
[[Keyword:val]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:variance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vaxis_rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vcross]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vdot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:version]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vertex_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vlength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vnormalize]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vrotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vstr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vturbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v]]&amp;lt;br&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
[[Keyword:warning]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:warp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:water_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:while]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:width]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wood]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wrinkles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:write]]&amp;lt;br&amp;gt;&lt;br /&gt;
==X==&lt;br /&gt;
[[Keyword:x]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:xyz]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Y==&lt;br /&gt;
[[Keyword:yes]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:y]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Z==&lt;br /&gt;
[[Keyword:z]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword&amp;diff=6736</id>
		<title>Keyword</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword&amp;diff=6736"/>
		<updated>2012-03-11T16:34:54Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==A==&lt;br /&gt;
[[Keyword:aa_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aa_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:absorption]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:abs]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:accuracy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adaptive]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adc_bailout]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate_turb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:albedo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:always_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:altitude]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:anisotropy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aoi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aperture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:append]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arc_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_illumination]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:array]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ascii]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:assumed_gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:autostop]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:average]]&amp;lt;br&amp;gt;&lt;br /&gt;
==B==&lt;br /&gt;
[[Keyword:background]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bezier_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bicubic_patch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_and]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_or]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_xor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:black_hole]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blob]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blue]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blur_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bokeh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bounded_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:boxed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:box]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bozo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:break]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brilliance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bumps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:b_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
==C==&lt;br /&gt;
[[Keyword:camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:case]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:caustics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ceil]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cells]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:charset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:checker]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:chr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:circular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clipped_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock_on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:collect]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:component]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:composite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:concat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cone]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:confidence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conic_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conserve_energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:contained_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control0]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:coords]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crackle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cube]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cutaway_textures]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylinder]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylindrical]]&amp;lt;br&amp;gt;&lt;br /&gt;
==D==&lt;br /&gt;
[[Keyword:datetime]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:debug]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dtag]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:declare]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:defined]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:degrees]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dents]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:deprecated]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:df3]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:difference]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:diffuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimensions]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimension_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:direction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:disc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dist_exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:div]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:double_illuminate]]&amp;lt;br&amp;gt;&lt;br /&gt;
==E==&lt;br /&gt;
[[Keyword:eccentricity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:else]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:elseif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emission]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error_bound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:evaluate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:expand_thresholds]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exterior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:extinction]]&amp;lt;br&amp;gt;&lt;br /&gt;
==F==&lt;br /&gt;
[[Keyword:facets]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:face_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_power]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:false]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fclose]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:file_exists]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:shadowless]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:filter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finish]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fisheye]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flatness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flip]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:focal_point]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_alt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fopen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:for]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:form]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:frequency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fresnel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:function]]&amp;lt;br&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
[[Keyword:gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gather]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_lights]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:granite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:green]]&amp;lt;br&amp;gt;&lt;br /&gt;
==H==&lt;br /&gt;
[[Keyword:hdr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:height_field]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hexagon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hf_gray_16]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hierarchy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hollow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hypercomplex]]&amp;lt;br&amp;gt;&lt;br /&gt;
==I==&lt;br /&gt;
[[Keyword:interior_texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:internal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifdef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:iff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifndef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:if]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:importance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:include]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside_vector]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interpolate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intersection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intervals]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:int]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inverse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid_wavelength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:isosurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
==J==&lt;br /&gt;
[[Keyword:jitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia_fractal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:jpeg]]&amp;lt;br&amp;gt;&lt;br /&gt;
==K==&lt;br /&gt;
==L==&lt;br /&gt;
[[Keyword:lambda]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:lathe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:leopard]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_group]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_source]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ln]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:load_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:local]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:location]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:log]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:looks_like]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:look_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:low_error_factor]]&amp;lt;br&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
[[Keyword:macro]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:magnet]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:major_radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mandel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:map_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:marble]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:matrix]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_iteration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_attenuation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_interaction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:merge]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh_camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metallic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:method]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:maximum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:minimum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mm_per_unit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mortar]]&amp;lt;br&amp;gt;&lt;br /&gt;
==N==&lt;br /&gt;
[[Keyword:natural_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:nearest_count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:noise_generator]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_bump_scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_image]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_shadow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:now]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_sides]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
[[Keyword:object]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:octaves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:off]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omega]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omnimax]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:once]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:onion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:open]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orientation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orthographic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ovus]]&amp;lt;br&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
[[Keyword:panoramic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parallel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parametric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pass_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pavement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:perspective]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pgm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phase]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:photons]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:planar]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:plane]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:png]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:point_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polygon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polynomial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ppm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precision]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precompute]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:premultiplied]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_start]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prism]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:projected_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Q==&lt;br /&gt;
[[Keyword:quadratic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quadric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quartic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quaternion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quilted]]&amp;lt;br&amp;gt;&lt;br /&gt;
==R==&lt;br /&gt;
[[Keyword:radial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radians]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ramp_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:range]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ratio]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:read]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reciprocal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:recursion_limit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:red]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection_exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:refraction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:render]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:repeat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:right]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ripples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:roughness]]&amp;lt;br&amp;gt;&lt;br /&gt;
==S==&lt;br /&gt;
[[Keyword:samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:save_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scallop_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scattering]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:seed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:select]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sine_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slice]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth_triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:solid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spacing]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:specular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spherical]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:split_union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotlight]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotted]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqrt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:square]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:statistics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strcmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strupr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:str]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sturm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:subsurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:substr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sum]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:superellipsoid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:switch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sys]]&amp;lt;br&amp;gt;&lt;br /&gt;
==T==&lt;br /&gt;
[[Keyword:tanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:target]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_list]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:text]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tga]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:thickness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tile2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiling]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tolerance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:toroidal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:torus]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translucency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transmit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:true]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ttf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turb_depth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:t]]&amp;lt;br&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
[[Keyword:uint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ultra_wide_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:up]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_index]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:utf8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_mapping]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u]]&amp;lt;br&amp;gt;&lt;br /&gt;
==V==&lt;br /&gt;
[[Keyword:val]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:variance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vaxis_rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vcross]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vdot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:version]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vertex_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vlength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vnormalize]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vrotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vstr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vturbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v]]&amp;lt;br&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
[[Keyword:warning]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:warp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:water_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:while]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:width]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wood]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wrinkles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:write]]&amp;lt;br&amp;gt;&lt;br /&gt;
==X==&lt;br /&gt;
[[Keyword:x]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:xyz]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Y==&lt;br /&gt;
[[Keyword:yes]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:y]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Z==&lt;br /&gt;
[[Keyword:z]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword&amp;diff=6735</id>
		<title>Keyword</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword&amp;diff=6735"/>
		<updated>2012-03-11T16:34:23Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==A==&lt;br /&gt;
[[Keyword:aa_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aa_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:absorption]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:abs]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:accuracy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adaptive]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adc_bailout]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate_turb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:albedo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:always_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:altitude]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:anisotropy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aoi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aperture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:append]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arc_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_illumination]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arrayidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:array]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ascii]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:assumed_gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:autostop]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:average]]&amp;lt;br&amp;gt;&lt;br /&gt;
==B==&lt;br /&gt;
[[Keyword:background]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bezier_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bicubic_patch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_and]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_or]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_xor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:black_hole]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blob]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blue]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blur_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bokeh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bounded_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:boxed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:box]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bozo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:break]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brilliance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bumps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:b_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
==C==&lt;br /&gt;
[[Keyword:camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:case]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:caustics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ceil]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cells]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:charset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:checker]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:chr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:circular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clipped_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock_on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:collect]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:component]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:composite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:concat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cone]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:confidence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conic_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conserve_energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:contained_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control0]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:coords]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crackle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cube]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cutaway_textures]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylinder]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylindrical]]&amp;lt;br&amp;gt;&lt;br /&gt;
==D==&lt;br /&gt;
[[Keyword:datetime]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:debug]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dtag]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:declare]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:defined]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:degrees]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dents]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:deprecated]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:df3]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:difference]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:diffuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimensions]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimension_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:direction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:disc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dist_exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:div]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:double_illuminate]]&amp;lt;br&amp;gt;&lt;br /&gt;
==E==&lt;br /&gt;
[[Keyword:eccentricity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:else]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:elseif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emission]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error_bound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:evaluate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:expand_thresholds]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exterior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:extinction]]&amp;lt;br&amp;gt;&lt;br /&gt;
==F==&lt;br /&gt;
[[Keyword:facets]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:face_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_power]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:false]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fclose]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:file_exists]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:shadowless]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:filter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finish]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fisheye]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flatness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flip]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:focal_point]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_alt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fopen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:for]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:form]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:frequency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fresnel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:function]]&amp;lt;br&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
[[Keyword:gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gather]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_lights]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:granite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:green]]&amp;lt;br&amp;gt;&lt;br /&gt;
==H==&lt;br /&gt;
[[Keyword:hdr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:height_field]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hexagon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hf_gray_16]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hierarchy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hollow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hypercomplex]]&amp;lt;br&amp;gt;&lt;br /&gt;
==I==&lt;br /&gt;
[[Keyword:interior_texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:internal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifdef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:iff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifndef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:if]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:importance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:include]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside_vector]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interpolate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intersection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intervals]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:int]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inverse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid_wavelength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:isosurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
==J==&lt;br /&gt;
[[Keyword:jitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia_fractal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:jpeg]]&amp;lt;br&amp;gt;&lt;br /&gt;
==K==&lt;br /&gt;
==L==&lt;br /&gt;
[[Keyword:lambda]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:lathe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:leopard]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_group]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_source]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ln]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:load_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:local]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:location]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:log]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:looks_like]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:look_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:low_error_factor]]&amp;lt;br&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
[[Keyword:macro]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:magnet]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:major_radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mandel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:map_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:marble]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:matrix]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_iteration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_attenuation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_interaction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:merge]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh_camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metallic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:method]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:maximum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:minimum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mm_per_unit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mortar]]&amp;lt;br&amp;gt;&lt;br /&gt;
==N==&lt;br /&gt;
[[Keyword:natural_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:nearest_count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:noise_generator]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_bump_scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_image]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_shadow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:now]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_sides]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
[[Keyword:object]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:octaves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:off]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omega]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omnimax]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:once]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:onion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:open]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orientation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orthographic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ovus]]&amp;lt;br&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
[[Keyword:panoramic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parallel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parametric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pass_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pavement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:perspective]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pgm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phase]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:photons]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:planar]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:plane]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:png]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:point_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polygon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polynomial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ppm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precision]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precompute]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:premultiplied]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_start]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prism]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:projected_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Q==&lt;br /&gt;
[[Keyword:quadratic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quadric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quartic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quaternion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quilted]]&amp;lt;br&amp;gt;&lt;br /&gt;
==R==&lt;br /&gt;
[[Keyword:radial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radians]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ramp_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:range]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ratio]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:read]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reciprocal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:recursion_limit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:red]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection_exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:refraction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:render]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:repeat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:right]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ripples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:roughness]]&amp;lt;br&amp;gt;&lt;br /&gt;
==S==&lt;br /&gt;
[[Keyword:samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:save_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scallop_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scattering]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:seed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:select]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sine_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slice]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth_triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:solid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spacing]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:specular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spherical]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:split_union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotlight]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotted]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqrt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:square]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:statistics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strcmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strupr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:str]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sturm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:subsurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:substr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sum]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:superellipsoid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:switch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sys]]&amp;lt;br&amp;gt;&lt;br /&gt;
==T==&lt;br /&gt;
[[Keyword:tanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:target]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_list]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:text]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tga]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:thickness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tile2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiling]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tolerance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:toroidal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:torus]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translucency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transmit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:true]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ttf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turb_depth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:t]]&amp;lt;br&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
[[Keyword:uint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ultra_wide_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:up]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_index]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:utf8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_mapping]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u]]&amp;lt;br&amp;gt;&lt;br /&gt;
==V==&lt;br /&gt;
[[Keyword:val]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:variance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vaxis_rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vcross]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vdot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:version]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vertex_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vlength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vnormalize]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vrotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vstr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vturbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v]]&amp;lt;br&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
[[Keyword:warning]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:warp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:water_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:while]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:width]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wood]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wrinkles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:write]]&amp;lt;br&amp;gt;&lt;br /&gt;
==X==&lt;br /&gt;
[[Keyword:x]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:xyz]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Y==&lt;br /&gt;
[[Keyword:yes]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:y]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Z==&lt;br /&gt;
[[Keyword:z]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword&amp;diff=6734</id>
		<title>Keyword</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword&amp;diff=6734"/>
		<updated>2012-03-11T16:21:32Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: Created page with &amp;quot;==A== Keyword:aa_threshold&amp;lt;br&amp;gt; Keyword:aa_level&amp;lt;br&amp;gt; Keyword:absorption&amp;lt;br&amp;gt; Keyword:abs&amp;lt;br&amp;gt; Keyword:accuracy&amp;lt;br&amp;gt; Keyword:acosh&amp;lt;br&amp;gt; Keyword:acos&amp;lt;br&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==A==&lt;br /&gt;
[[Keyword:aa_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aa_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:absorption]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:abs]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:accuracy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:acos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adaptive]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:adc_bailout]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:agate_turb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:albedo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:all]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:always_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:altitude]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ambient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:anisotropy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aoi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:aperture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:append]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arc_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_illumination]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:area_light]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:arrayidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:array]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ascii]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:asin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:assumed_gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:atan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:autostop]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:average]]&amp;lt;br&amp;gt;&lt;br /&gt;
==B==&lt;br /&gt;
[[Keyword:background]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bezier_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bicubic_patch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_and]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_or]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bitwise_xor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:black_hole]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blob]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blue]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:blur_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bokeh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bounded_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:boxed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:box]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bozo]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:break]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brick]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:brilliance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bumps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:bump_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:b_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
==C==&lt;br /&gt;
[[Keyword:cameraidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:case]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:caustics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ceil]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cells]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:charset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:checker]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:chr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:circular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clipped_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock_on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:clock]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:collect]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colouridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colorkeyword]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colourmapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:component]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:composite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:concat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cone]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:confidence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conic_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:conserve_energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:contained_by]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control0]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:control1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:coords]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cosh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cos]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crackle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:crand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cube]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cubic_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cutaway_textures]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylinder]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:cylindrical]]&amp;lt;br&amp;gt;&lt;br /&gt;
==D==&lt;br /&gt;
[[Keyword:datetime]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:debug]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dtag]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:declare]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:defined]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:degrees]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:densityidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_mapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:density]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dents]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:deprecated]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:df3]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:difference]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:diffuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimensions]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dimension_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:direction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:disc]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dispersion_samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:dist_exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:div]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:double_illuminate]]&amp;lt;br&amp;gt;&lt;br /&gt;
==E==&lt;br /&gt;
[[Keyword:eccentricity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:else]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:elseif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emission]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:emptyarray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:EndofFile]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error_bound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:error]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:evaluate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:expand_thresholds]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:exterior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:extinction]]&amp;lt;br&amp;gt;&lt;br /&gt;
==F==&lt;br /&gt;
[[Keyword:facets]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:face_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_distance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fade_power]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:falloff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:false]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fclose]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:file_exists]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fileidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:shadowless]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:filter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finishidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:finish]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fisheye]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flatness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:flip]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floatfunction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floatidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floatconstant]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:floor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:focal_point]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_alt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fogidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fog_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fopen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:for]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:form]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:frequency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:fresnel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:function]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:functionidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
[[Keyword:gamma]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gather]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_lights]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global_settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:global]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:granite]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:gray_threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:green]]&amp;lt;br&amp;gt;&lt;br /&gt;
==H==&lt;br /&gt;
[[Keyword:hdr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:height_field]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hexagon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hf_gray_16]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hierarchy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hollow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:hypercomplex]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undeclaredidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
==I==&lt;br /&gt;
[[Keyword:interior_texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:internal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifdef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:iff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ifndef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:if]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:image_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:importance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:include]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inside_vector]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interioridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:interpolate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intersection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:intervals]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:int]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:inverse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ior]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:irid_wavelength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:isosurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
==J==&lt;br /&gt;
[[Keyword:jitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:julia_fractal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:jpeg]]&amp;lt;br&amp;gt;&lt;br /&gt;
==K==&lt;br /&gt;
==L==&lt;br /&gt;
[[Keyword:lambda]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:lathe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:leopard]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_group]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:light_source]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:linear_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ln]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:load_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:local]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:location]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:log]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:looks_like]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:look_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:low_error_factor]]&amp;lt;br&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
[[Keyword:macroidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:macro]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:magnet]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:major_radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mandel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:map_type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:marble]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:materialidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:material]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:matrix]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_gradient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_intersections]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_iteration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_sample]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:max_trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_attenuation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mediaidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media_interaction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:media]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:merge]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh_camera]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mesh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metallic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:method]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:metric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:maximum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:minimum_reuse]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min_extent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:min]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mm_per_unit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:mortar]]&amp;lt;br&amp;gt;&lt;br /&gt;
==N==&lt;br /&gt;
[[Keyword:natural_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:nearest_count]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:noise_generator]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_mapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_bump_scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_image]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no_shadow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:no]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:now]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_sides]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:number_of_waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
[[Keyword:objectidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:object]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:octaves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:offset]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:off]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omega]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:omnimax]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:once]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:onion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:on]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:open]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orientation]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orient]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:orthographic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ovus]]&amp;lt;br&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
[[Keyword:panoramic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parallel]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parameteridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:parametric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pass_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pavement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:perspective]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pgm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phase]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong_size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:phong]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:photons]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigmentidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_mapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment_pattern]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pigment]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pi]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:planar]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:plane]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:png]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:point_at]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polygon]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:polynomial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:poly_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ppm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precision]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:precompute]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:premultiplied]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_start]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pretrace_end]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prism]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:prod]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:projected_through]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:pwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Q==&lt;br /&gt;
[[Keyword:quadratic_spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quadric]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quartic]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quaternion]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quick_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:quilted]]&amp;lt;br&amp;gt;&lt;br /&gt;
==R==&lt;br /&gt;
[[Keyword:radial]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radians]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radiosity]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:radius]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbowidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rainbow]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ramp_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rand]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:range]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ratio]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:read]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reciprocal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:recursion_limit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:red]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection_exponent]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:reflection]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:refraction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:render]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:repeat]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:right]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ripples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:roughness]]&amp;lt;br&amp;gt;&lt;br /&gt;
==S==&lt;br /&gt;
[[Keyword:samples]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:save_file]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scale]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scallop_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:scattering]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:seed]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:select]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sine_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sinh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sin]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint32le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:size]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphereidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky_sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sky]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slice]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_mapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:slope]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:smooth_triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:solid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sor]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spacing]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:specular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere_sweep]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sphere]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spherical]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral1]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spiral2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:splineidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spline]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:split_union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotlight]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:spotted]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqrt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sqr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:square]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgb]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbft]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:srgbt]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:statistics]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strcmp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:stringidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:stringliteral]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlen]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strlwr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:strupr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:str]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sturm]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:subsurface]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:substr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sum]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:superellipsoid]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:switch]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:sys]]&amp;lt;br&amp;gt;&lt;br /&gt;
==T==&lt;br /&gt;
[[Keyword:tanh]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tan]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:target]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:unfinishedmacrodeclaration]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:textureidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_list]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_mapidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture_map]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:texture]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:text]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tga]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:thickness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:threshold]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiff]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tightness]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tile2]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tiling]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normalidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:normal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:tolerance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:toroidal]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:torus]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:trace]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transformidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:translucency]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:transmit]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangle_wave]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:triangular]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:true]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ttf]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:turb_depth]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:type]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:t]]&amp;lt;br&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
[[Keyword:uint16be]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint16le]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uint8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:ultra_wide_angle]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:undef]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:union]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:up]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_alpha]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_color]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_colour]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:use_index]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:utf8]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uvvectoridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_indices]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_mapping]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:uv_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:u]]&amp;lt;br&amp;gt;&lt;br /&gt;
==V==&lt;br /&gt;
[[Keyword:val]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:variance]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vaxis_rotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vcross]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vdot]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vectorfunctionidentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:4d-vectoridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vectorfunction]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vectoridentifier]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:version]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vertex_vectors]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vlength]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vnormalize]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vrotate]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vstr]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:vturbulence]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v_steps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:v]]&amp;lt;br&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
[[Keyword:warning]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:warp]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:water_level]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:waves]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:while]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:width]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wood]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:wrinkles]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:write]]&amp;lt;br&amp;gt;&lt;br /&gt;
==X==&lt;br /&gt;
[[Keyword:x]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:xyz]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Y==&lt;br /&gt;
[[Keyword:yes]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Keyword:y]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Z==&lt;br /&gt;
[[Keyword:z]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:function&amp;diff=6733</id>
		<title>Keyword:function</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:function&amp;diff=6733"/>
		<updated>2012-03-11T16:15:27Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;function&lt;br /&gt;
: [[Reference:Function|scenes]]&lt;br /&gt;
: [[Reference:Isosurface|isosurface]]&lt;br /&gt;
: [[Reference:Parametric|parametric]]&lt;br /&gt;
: [[Reference:Height_Field|height_field]]&lt;br /&gt;
: [[Reference:Function Pattern|pattern]]&lt;br /&gt;
: [[Reference:Function Pattern#Function Image|image_map]]&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:function&amp;diff=6732</id>
		<title>Keyword:function</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:function&amp;diff=6732"/>
		<updated>2012-03-11T16:13:59Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;function&lt;br /&gt;
: [[Reference|scenes]]&lt;br /&gt;
: [[Reference:Isosurface|isosurface]]&lt;br /&gt;
: [[Reference:Parametric|parametric]]&lt;br /&gt;
: [[Reference:Height_Field|height_field]]&lt;br /&gt;
: [[Reference:Function Pattern|pattern]]&lt;br /&gt;
: [[Reference:Function Pattern#Function Image|image_map]]&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:z&amp;diff=6731</id>
		<title>Keyword:z</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:z&amp;diff=6731"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;z&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:y&amp;diff=6729</id>
		<title>Keyword:y</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:y&amp;diff=6729"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;y&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:yes&amp;diff=6727</id>
		<title>Keyword:yes</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:yes&amp;diff=6727"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;yes&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:xyz&amp;diff=6725</id>
		<title>Keyword:xyz</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:xyz&amp;diff=6725"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;xyz&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:x&amp;diff=6723</id>
		<title>Keyword:x</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:x&amp;diff=6723"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;x&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:write&amp;diff=6721</id>
		<title>Keyword:write</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:write&amp;diff=6721"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;write&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:wrinkles&amp;diff=6719</id>
		<title>Keyword:wrinkles</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:wrinkles&amp;diff=6719"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;wrinkles&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:wood&amp;diff=6717</id>
		<title>Keyword:wood</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:wood&amp;diff=6717"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;wood&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:width&amp;diff=6715</id>
		<title>Keyword:width</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:width&amp;diff=6715"/>
		<updated>2012-03-11T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;width&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:while&amp;diff=6713</id>
		<title>Keyword:while</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:while&amp;diff=6713"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;while&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:waves&amp;diff=6711</id>
		<title>Keyword:waves</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:waves&amp;diff=6711"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;waves&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:water_level&amp;diff=6709</id>
		<title>Keyword:water level</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:water_level&amp;diff=6709"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;water_level&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:warp&amp;diff=6707</id>
		<title>Keyword:warp</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:warp&amp;diff=6707"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;warp&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:warning&amp;diff=6705</id>
		<title>Keyword:warning</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:warning&amp;diff=6705"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;warning&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:v&amp;diff=6703</id>
		<title>Keyword:v</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:v&amp;diff=6703"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;v&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:v_steps&amp;diff=6701</id>
		<title>Keyword:v steps</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:v_steps&amp;diff=6701"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;v_steps&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vturbulence&amp;diff=6699</id>
		<title>Keyword:vturbulence</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vturbulence&amp;diff=6699"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vturbulence&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vstr&amp;diff=6697</id>
		<title>Keyword:vstr</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vstr&amp;diff=6697"/>
		<updated>2012-03-11T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vstr&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vrotate&amp;diff=6695</id>
		<title>Keyword:vrotate</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vrotate&amp;diff=6695"/>
		<updated>2012-03-11T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vrotate&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vnormalize&amp;diff=6693</id>
		<title>Keyword:vnormalize</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vnormalize&amp;diff=6693"/>
		<updated>2012-03-11T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vnormalize&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vlength&amp;diff=6691</id>
		<title>Keyword:vlength</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vlength&amp;diff=6691"/>
		<updated>2012-03-11T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vlength&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vertex_vectors&amp;diff=6689</id>
		<title>Keyword:vertex vectors</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vertex_vectors&amp;diff=6689"/>
		<updated>2012-03-11T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vertex_vectors&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:version&amp;diff=6687</id>
		<title>Keyword:version</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:version&amp;diff=6687"/>
		<updated>2012-03-11T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;version&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vdot&amp;diff=6677</id>
		<title>Keyword:vdot</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vdot&amp;diff=6677"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vdot&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vcross&amp;diff=6675</id>
		<title>Keyword:vcross</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vcross&amp;diff=6675"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vcross&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:vaxis_rotate&amp;diff=6673</id>
		<title>Keyword:vaxis rotate</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:vaxis_rotate&amp;diff=6673"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;vaxis_rotate&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:variance&amp;diff=6671</id>
		<title>Keyword:variance</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:variance&amp;diff=6671"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;variance&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:val&amp;diff=6669</id>
		<title>Keyword:val</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:val&amp;diff=6669"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;val&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:u&amp;diff=6667</id>
		<title>Keyword:u</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:u&amp;diff=6667"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;u&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:u_steps&amp;diff=6665</id>
		<title>Keyword:u steps</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:u_steps&amp;diff=6665"/>
		<updated>2012-03-11T16:08:38Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;u_steps&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Keyword:uv_vectors&amp;diff=6663</id>
		<title>Keyword:uv vectors</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Keyword:uv_vectors&amp;diff=6663"/>
		<updated>2012-03-11T16:08:37Z</updated>

		<summary type="html">&lt;p&gt;ThorstenFroehlich: 1 revision: All keywords&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;uv_vectors&lt;/div&gt;</summary>
		<author><name>ThorstenFroehlich</name></author>
	</entry>
</feed>