Difference between revisions of "Reference:Media"

From POV-Wiki
Jump to navigation Jump to search
m (Indexentries fix)
m (moved sub-sections to individual files)
Line 58: Line 58:
  
 
<p class="Note"><strong>Note:</strong> If you specify <code>[[Reference:Color Expressions#Color Keywords|:transmit|transmit]]</code> or <code>[[Reference:Color Expressions#Color Keywords|:filter|filter]]</code> to create a transparent container object, <code>absorption</code> media will always cast a shadow. The same applies to <code>scattering</code> media unless <code>extinction</code> is set to zero, so if a shadow is not desired, use the <code>no_shadow</code> keyword for the container object. This does not apply to <code>emission</code> media as it never casts a shadow.</p>
 
<p class="Note"><strong>Note:</strong> If you specify <code>[[Reference:Color Expressions#Color Keywords|:transmit|transmit]]</code> or <code>[[Reference:Color Expressions#Color Keywords|:filter|filter]]</code> to create a transparent container object, <code>absorption</code> media will always cast a shadow. The same applies to <code>scattering</code> media unless <code>extinction</code> is set to zero, so if a shadow is not desired, use the <code>no_shadow</code> keyword for the container object. This does not apply to <code>emission</code> media as it never casts a shadow.</p>
 
==Media Types==
 
{{#indexentry:media, types}}
 
<p>There are three types of particle interaction in <code>media</code>: absorbing, emitting, and scattering. All three activities may occur in a single media. Each of these three specifications requires a color. Only the red, green, and blue components of the color are used. The filter and transmit values are ignored. For this reason it is permissible to use one float value to specify an intensity of white color. For example, the following two lines are legal and produce the same results:</p>
 
 
<pre>
 
emission 0.75
 
emission rgb &lt;0.75,0.75,0.75&gt;
 
</pre>
 
 
===Absorption===
 
{{#indexentry:absorption, media}}
 
{{#indexentry:keyword, absorption}}
 
<p>The <code>absorption</code> keyword specifies a color of light which is absorbed when looking through the media. For example, <code>absorption rgb&lt;0,1,0&gt;</code> blocks the green light but permits red and blue to get through. Therefore a white object behind the media will appear magenta. The default value is <code>rgb&lt;0,0,0&gt;</code> which means no light is absorbed, meaning all light passes through normally.</p>
 
 
===Emission===
 
{{#indexentry:emission, media}}
 
{{#indexentry:keyword, emission}}
 
<p>The <code>emission</code> keyword specifies the color of the light emitted from the particles. Particles which emit light are visible without requiring additional illumination. However, they will only illuminate other objects if radiosity is used with media on.  This is similar to an object with high <code>ambient</code> values. The default value is <code>rgb&lt;0,0,0&gt;</code> which means no light is emitted.</p>
 
 
===Scattering===
 
{{#indexentry:scattering, media}}
 
{{#indexentry:keyword, scattering}}
 
<p>The syntax of a <code>scattering</code> statement is:</p>
 
 
<pre>
 
SCATTERING:
 
  scattering {
 
    Type, COLOR [ eccentricity Value ] [ extinction Value ]
 
    }
 
</pre>
 
 
<p>The first float value specifies the type of scattering. This is followed by the color of the scattered light. The default value if no <code>scattering</code> statement is given is <code>rgb &lt;0,0,0&gt;</code> which means no scattering occurs.</p>
 
 
{{#indexentry:extinction, media}}
 
{{#indexentry:keyword, extinction}}
 
<p>The scattering effect is only visible when light is shining on the media from a light source. This is similar to <code>diffuse</code> reflection off of an object. In addition to reflecting light, scattering media also absorbs light like an <code>absorption</code> media. The balance between how much absorption occurs for a given amount of scattering is controlled by the optional <code>extinction</code> keyword and a single float value. The default value of 1.0 gives an extinction effect that matches the scattering. Values such as <code>extinction 0.25</code> give 25% the normal amount. Using <code>extinction 0.0</code> turns it off completely. Any value other than the 1.0 default is contrary to the real physical model but decreasing extinction can give you more artistic flexibility.</p>
 
 
<p>The integer value <em><code>Type</code></em> specifies one of five different scattering phase functions representing the different models: isotropic, Mie (haze and murky atmosphere), Rayleigh, and Henyey-Greenstein.</p>
 
 
<p>Type 1, <em>isotropic scattering</em> is the simplest form of scattering because it is independent of direction. The amount of light scattered by particles in the atmosphere does not depend on the angle between the viewing direction and the incoming light.</p>
 
 
<p>Types 2 and 3 are <em>Mie haze</em> and <em>Mie murky</em> scattering which are used for relatively small particles such as minuscule water droplets of fog, cloud particles, and particles responsible for the polluted sky. In this model the scattering is extremely directional in the forward direction, i.e. the amount of scattered light is largest when the incident light is anti-parallel to the viewing direction (the light goes directly to the viewer). It is smallest when the incident light is parallel to the viewing direction. The haze and murky atmosphere models differ in their scattering characteristics. The murky model is much more directional than the haze model.</p>
 
 
<table class="centered" width="660px" cellpadding="0" cellspacing="10">
 
<tr>
 
  <td>[[Image:RefImgMiehaze.gif|center|640px<!--center--->]]</td>
 
</tr>
 
<tr>
 
  <td>
 
    <p class="caption">The Mie haze scattering function</p>
 
  </td>
 
</tr>
 
</table>
 
 
<table class="centered" width="660px" cellpadding="0" cellspacing="10">
 
<tr>
 
  <td>[[Image:RefImgMiemurky.gif|center|640px<!--center--->]]</td>
 
</tr>
 
<tr>
 
  <td>
 
    <p class="caption">The Mie murky scattering function</p>
 
  </td>
 
</tr>
 
</table>
 
 
<p>Type 4 <em>Rayleigh scattering</em> models the scattering for extremely small particles such as molecules of the air. The amount of scattered light depends on the incident light angle. It is largest when the incident light is parallel or anti-parallel to the viewing direction and smallest when the incident light is perpendicular to the viewing direction. You should note that the Rayleigh model used in POV-Ray does not take the dependency of scattering on the wavelength into account.</p>
 
 
<table class="centered" width="660px" cellpadding="0" cellspacing="10">
 
<tr>
 
  <td>[[Image:RefImgRaylscat.gif|center|640px<!--center--->]]</td>
 
</tr>
 
<tr>
 
  <td>
 
    <p class="caption">The Rayleigh scattering function</p>
 
  </td>
 
</tr>
 
</table>
 
 
{{#indexentry:eccentricity, media}}
 
{{#indexentry:keyword, eccentricity}}
 
<p>Type 5 is the <em>Henyey-Greenstein scattering</em> model. It is based on an analytical function and can be used to model a large variety of different scattering types. The function models an ellipse with a given eccentricity e. This eccentricity is specified by the optional keyword <code>eccentricity</code> which is only used for scattering type five. The default eccentricity value of zero defines isotropic scattering while positive values lead to scattering in the direction of the light and negative values lead to scattering in the opposite direction of the light. Larger values of e (or smaller values in the negative case) increase the directional property of the scattering.</p>
 
 
<table class="centered" width="660px" cellpadding="0" cellspacing="10">
 
<tr>
 
  <td>[[Image:RefImgHgscatt.gif|center|640px<!--center--->]]</td>
 
</tr>
 
<tr>
 
  <td>
 
    <p class="caption">The Henyey-Greenstein scattering function for different eccentricity values</p>
 
  </td>
 
</tr>
 
</table>
 
 
<p class="Note"><strong>Note:</strong> See the section on [[Reference:Light Group|Light Groups]] for additional information when using scattering media in a light group.</p>
 
 
==Sampling Parameters & Methods==
 
{{#indexentry:method, media}}
 
{{#indexentry:keyword, method}}
 
{{#indexentry:intervals, media}}
 
{{#indexentry:keyword, intervals}}
 
<p>Media effects are calculated by sampling the media along the path of the ray. It uses a process called <em>Monte Carlo integration.</em> POV-Ray provides three different types of media sampling. The <code>method</code> keyword lets you specify what sampling type is used.</p>
 
 
<p class="Note"><strong>Note:</strong> As of version 3.5 the default sampling <code>method</code> is 3, and it's default for <code>intervals</code> is 1. Sampling methods 1 and 2 have been retained for legacy purposes.</p>
 
 
{{#indexentry:aa_threshold, media}}
 
{{#indexentry:keyword, aa_threshold}}
 
{{#indexentry:aa_level, media}}
 
{{#indexentry:keyword, aa_level}}
 
 
<p>Sample <code>method 3</code> uses adaptive sampling (similar to adaptive anti-aliasing) which is very much like the sampling method used in POV-Ray 3.0 atmosphere. This code was written from the ground-up to work with media. However, adaptive sampling works by taking another sample between two existing samples if there is too much variance in the original two samples. This leads to fewer samples being taken in areas where the effect from the media remains constant. The adaptive sampling is only performed if the minimum samples are set to 3 or more.</p>
 
 
<p>You can specify the anti-aliasing recursion depth using the <code>aa_level</code> keyword followed by an integer. You can specify the anti-aliasing threshold by using the <code>aa_threshold</code> followed by a float. The default for <code>aa_level</code> is 4 and the default <code>aa_threshold</code> is 0.1. <code>jitter</code> also works with method 3.</p>
 
 
<p class="Note"><strong>Note:</strong> It is usually best to only use one interval with method 3. Too many intervals can lead to artifacts, and POV will create more intervals if it needs them.</p>
 
 
<p>Sample <code>method 1</code> used the <code>intervals</code> keyword to specify the integer number of intervals used to sample the ray. For object media, the intervals are spread between the entry and exit points as the ray passes through the container object. For atmospheric media, the intervals spans the entire length of the ray from its start until it hits an object. For media types which interact with spotlights or cylinder lights, the intervals which are not illuminated by these light types are weighted differently than the illuminated intervals when distributing samples.</p>
 
 
{{#indexentry:ratio, media}}
 
{{#indexentry:keyword, ratio}}
 
<p>The <code>ratio</code> keyword distributes intervals differently between lit and unlit areas. The default value of <code>ratio 0.9</code> means that lit intervals get more samples than unlit intervals. Note that the total number of intervals must exceed the number of illuminated intervals. If a ray passes in and out of 8 spotlights but you have only specified 5 intervals then an error occurs.</p>
 
 
{{#indexentry:samples, media}}
 
{{#indexentry:keyword, samples}}
 
<p>The <code>samples</code> <em><code>Min</code></em>, <em><code>Max</code></em> keyword specifies the minimum and maximum number of samples taken per interval. The default values are <code>samples 1,1</code>. The value for Max may be omitted, in which case the range Min = Max will be used.</p>
 
 
{{#indexentry:confidence, media}}
 
{{#indexentry:keyword, confidence}}
 
{{#indexentry:variance, media}}
 
{{#indexentry:keyword, variance}}
 
<p>As each interval is sampled, the variance is computed. If the variance is below a threshold value, then no more samples are needed. The <code>variance</code> and <code>confidence</code> keywords specify the permitted variance allowed and the confidence that you are within that variance. The exact calculations are quite complex and involve chi-squared tests and other statistical principles too messy to describe here. The default values are <code>variance 1.0/128</code> and <code>confidence
 
0.9</code>. For slower more accurate results, decrease the variance and increase the confidence.</p>
 
 
<p class="Note"><strong>Note:</strong> The maximum number of samples limits the calculations even if the proper variance and confidence are never reached.</p>
 
 
<p>Sample <code>method 2</code> distributed samples evenly along the viewing ray or light ray. The latter can make things look smoother sometimes. If you specify a maximum number of samples higher than the minimum number of samples, POV will take additional samples, but they will be random, just like in method 1. Therefore, it is suggested you set the max samples equal to the minimum samples.
 
<code>jitter</code> will cause method 2 to look similar to method 1. It should be followed by a float, and a value of 1 will stagger the samples in the full range between samples.</p>
 
 
==Density==
 
{{#indexentry:density, media}}
 
{{#indexentry:keyword, density}}
 
<p>Particles of media are normally distributed in constant density throughout the media. However, the <code>density</code> statement allows you to vary the density across space using any of POV-Ray's pattern functions such as those used in textures. If no <code>density</code> statement is given then the density remains a constant value of 1.0 throughout the media. More than one <code>density</code> may be specified per <code>media</code> statement. See [[Reference:Media#Multiple Density vs. Multiple Media|Multiple Density vs. Multiple Media]].</p>
 
 
<p>The syntax for <code>density</code> is:</p>
 
<pre>
 
DENSITY:
 
  density {
 
    [DENSITY_IDENTIFIER]
 
    [DENSITY_TYPE]
 
    [DENSITY_MODIFIER...]
 
    }
 
 
DENSITY_TYPE:
 
  PATTERN_TYPE | COLOR
 
  DENSITY_MODIFIER:
 
  PATTERN_MODIFIER | DENSITY_LIST | color_map { COLOR_MAP_BODY } |
 
  colour_map { COLOR_MAP_BODY } | density_map { DENSITY_MAP_BODY }
 
</pre>
 
 
<p>The <code>density</code> statement may begin with an optional density identifier. All subsequent values modify the defaults or the values in the identifier. The next item is a pattern type. This is any one of POV-Ray's pattern functions such as <code>[[Reference:Bozo Pattern|:bozo|bozo]]</code>, <code>[[Reference:Wood Pattern|:wood|wood]]</code>, <code>[[Reference:Gradient Pattern|:gradient|gradient]]</code>, <code>[[Reference:Waves Pattern|:waves|waves]]</code>, etc. Of particular usefulness are the <code>[[Reference:Spherical Pattern|:spherical|spherical]]</code>, <code>[[Reference:Planar Pattern|:planar|planar]]</code>, <code>[[Reference:Cylindrical Pattern|:cylindrical|cylindrical]]</code>, and <code>[[Reference:Boxed Pattern|:boxed|boxed]]</code> patterns which were previously available only for use with our discontinued <code>halo</code> feature. All patterns return a value from 0.0 to 1.0. This value is interpreted as the density of the media at that particular point. See the section [[Reference:Pattern|:Pattern|Pattern]] for details on particular pattern types. Although a solid <em>COLOR</em> pattern is legal, in general it is used only when the <code>density</code> statement is inside a <code>density_map</code>.</p>
 
 
===General Density Modifiers===
 
<p>A <code>density</code> statement may be modified by any of the general pattern modifiers such as transformations, <code>turbulence</code> and <code>warp</code>. See [[Reference:Pattern Modifiers|Pattern Modifiers]] for details. In addition, there are several density-specific modifiers which can be used.</p>
 
 
===Density with color_map===
 
{{#indexentry:color_map, density}}
 
<p>Typically, a <code>media</code> uses just one constant color throughout. Even if you vary the density, it is usually just one color which is specified by the <code>absorption</code>, <code>emission</code>, or <code>scattering</code> keywords. However, when using <code>emission</code> to simulate fire or explosions, the center of the flame (high density area) is typically brighter and white or yellow. The outer edge of the flame (less density) fades to orange, red, or in some cases deep blue. To model the density-dependent change in color which is visible, you may specify a <code>color_map</code>. The pattern function returns a value from 0.0 to 1.0 and the value is passed to the color map to compute what color or blend of colors is used. See [[Reference:Color Map|Color Maps]] for details on how pattern values work with <code>color_map</code>. This resulting color is multiplied by the <code>absorption</code>, <code>emission</code> and <code>scattering</code> color. Currently there is no way to specify different color maps for each media type within the same <code>media</code> statement.</p>
 
 
<p>Consider this example:</p>
 
 
<pre>
 
media {
 
  emission 0.75
 
  scattering {1, 0.5}
 
  density {
 
    spherical
 
    color_map {
 
      [0.0 rgb &lt;0,0,0.5&gt;]
 
      [0.5 rgb &lt;0.8, 0.8, 0.4&gt;]
 
      [1.0 rgb &lt;1,1,1&gt;]
 
      }
 
    }
 
  }
 
</pre>
 
 
<p>The color map ranges from white at density 1.0 to bright yellow at density 0.5 to deep blue at density 0. Assume we sample a point at density 0.5. The emission is 0.75*&lt;0.8,0.8,0.4&gt; or &lt;0.6,0.6,0.3&gt;. Similarly the scattering color is 0.5*&lt;0.8,0.8,0.4&gt; or &lt;0.4,0.4,0.2&gt;.</p>
 
 
<p>For block pattern types <code>checker</code>, <code>hexagon</code>, and <code>brick</code> you may specify a color list such as this:</p>
 
 
<pre>
 
density {
 
checker
 
  density {rgb&lt;1,0,0&gt;}
 
  density {rgb&lt;0,0,0&gt;}
 
  }
 
</pre>
 
 
<p>See [[Reference:Pigment#Color List Pigments|Color List Pigments]] which describes how <code>pigment</code> uses a color list. The same principles apply when using them with <code>density</code>.</p>
 
 
===Density Maps and Density Lists===
 
{{#indexentry:keyword, density_map}}
 
<p>In addition to specifying blended colors with a color map you may create a blend of densities using a <code>density_map</code>. The syntax for a density map is identical to a color map except you specify a density in each map entry (and not a color).</p>
 
 
<p>The syntax for <code>density_map</code> is as follows:</p>
 
 
<pre>
 
DENSITY_MAP:
 
  density_map { DENSITY_MAP_BODY }
 
DENSITY_MAP_BODY:
 
  DENSITY_MAP_IDENTIFIER | DENSITY_MAP_ENTRY...
 
DENSITY_MAP_ENTRY:
 
  [ Value DENSITY_BODY ]
 
</pre>
 
 
<p>Where <em><code>Value</code></em> is a float value between 0.0 and 1.0 inclusive and each <em>DENSITY_BODY</em> is anything which can be inside a <code>density{...}</code> statement. The <code>density</code> keyword and <code>{}</code> braces need not be specified.</p>
 
 
<p class="Note"><strong>Note:</strong> The <code>[]</code> brackets are part of the actual <em>DENSITY_MAP_ENTRY</em>. They are not notational symbols denoting optional parts. The brackets surround each entry in the density map.</p>
 
 
<p>There may be from 2 to 256 entries in the map.</p>
 
 
<p>Density maps may be nested to any level of complexity you desire. The densities in a map may have color maps or density maps or any type of density you want.</p>
 
 
<p>Density lists may also be used with block patterns such as <code>checker</code>, <code>hexagon</code> and <code>brick</code>, as well as the object pattern <code>object</code>.</p>
 
 
<p>For example:</p>
 
 
<pre>
 
density {
 
  checker
 
    density { Flame scale .8 }
 
    density { Fire scale .5 }
 
    }
 
</pre>
 
 
<p class="Note"><strong>Note:</strong> In the case of block patterns the <code>density</code> wrapping is required around the density information.</p>
 
 
<p>A density map is also used with the <code>average</code> density type. See [[Reference:Average Pattern|:Average|Average]] for details.</p>
 
 
<p>You may declare and use density map identifiers but the only way to declare a density block pattern list is to declare a density identifier for the entire density.</p>
 
 
===Multiple Density vs. Multiple Media===
 
<p>It is possible to have more than one <code>media</code> specified per object and it is legal to have more than one <code>density</code> per <code>media</code>. The effects are quite different.</p>
 
 
<p>Consider this example:</p>
 
 
<pre>
 
object {
 
  MyObject
 
  pigment { rgbf 1 }
 
  interior {
 
    media {
 
      density { Some_Density }
 
      density { Another_Density }
 
      }
 
    }
 
  }
 
</pre>
 
 
<p>As the media is sampled, calculations are performed for each density pattern at each sample point. The resulting samples are multiplied together. Suppose one density returned <code>rgb&lt;.8,.8,.4&gt;</code> and the other returned <code>rgb&lt;.25,.25,0&gt;</code>. The resulting color is <code>rgb&lt;.2,.2,0&gt;</code>.</p>
 
 
<p class="Note"><strong>Note:</strong> In areas where one density returns zero, it will wipe out the other density. The end result is that only density areas which overlap will be visible. This is similar to a CSG intersection operation. Now consider:</p>
 
 
<pre>
 
object {
 
  MyObject
 
  pigment { rgbf 1 }
 
  interior {
 
    media {
 
      density { Some_Density }
 
      }
 
    media {
 
      density { Another_Density }
 
      }
 
    }
 
  }
 
</pre>
 
 
<p>In this case each media is computed independently. The resulting colors are added together. Suppose one density and media returned <code>rgb&lt;.8,.8,.4&gt;</code> and the other returned <code>rgb&lt;.25,.25,0&gt;</code>. The resulting color is <code>rgb&lt;1.05,1.05,.4&gt;</code>. The end result is that density areas which overlap will be especially bright and all areas will be visible. This is similar to a [[Reference:Constructive Solid Geometry|:CSG|CSG]] [[Reference:Union|:union|union]] operation. See the sample scene <code>~scenes\interior\media\media4.pov</code> for an example which illustrates this.</p>
 

Revision as of 16:03, 17 December 2016

The media statement is used to specify particulate matter suspended in a medium such air or water. It can be used to specify smoke, haze, fog, gas, fire, dust etc. Previous versions of POV-Ray had two incompatible systems for generating such effects. One was halo for effects enclosed in a transparent or semi-transparent object. The other was atmosphere for effects that permeate the entire scene. This duplication of systems was complex and unnecessary. Both halo and atmosphere have been eliminated. See Why are Interior and Media Necessary? for further details on this change. See Object Media for details on how to use media with objects. See Atmospheric Media for details on using media for atmospheric effects outside of objects. This section and the sub-sections which follow explains the details of the various media options which are useful for either object media or atmospheric media.

Media works by sampling the density of particles at some specified number of points along the ray's path. Sub-samples are also taken until the results reach a specified confidence level. POV-Ray provides three methods of sampling. When used in an object's interior statement, sampling only occurs inside the object. When used for atmospheric media, the samples run from the camera location until the ray strikes an object. Therefore for localized effects, it is best to use an enclosing object even though the density pattern might only produce results in a small area whether the media was enclosed or not.

The complete syntax for a media statement is as follows:

MEDIA:
  media { [MEDIA_IDENTIFIER] [MEDIA_ITEMS...] }
MEDIA_ITEMS:
  method Number | intervals Number | samples Min, Max |
  confidence Value  | variance Value | ratio Value | jitter Value
  absorption COLOR | emission COLOR | aa_threshold Value |
  aa_level Value | 
  scattering { 
    Type, COLOR [ eccentricity Value ] [ extinction Value ]
    }  | 
  density { 
    [DENSITY_IDENTIFIER] [PATTERN_TYPE] [DENSITY_MODIFIER...]
    }   | 
  TRANSFORMATIONS
DENSITY_MODIFIER:
  PATTERN_MODIFIER | DENSITY_LIST | COLOR_LIST |
  color_map { COLOR_MAP_BODY } | colour_map { COLOR_MAP_BODY } |
  density_map { DENSITY_MAP_BODY }

Media default values:

aa_level     : 3
aa_threshold : 0.1
absorption   : <0,0,0>
confidence   : 0.9
emission     : <0,0,0>
intervals    : 1
jitter       : 0.0
method       : 3
ratio        : 0.9
samples      : Min 1, Max 1
variance     : 1/128
SCATTERING
COLOR        : <0,0,0>
eccentricity : 0.0
extinction   : 1.0

If a media identifier is specified, it must be the first item. All other media items may be specified in any order. All are optional. You may have multiple density statements in a single media statement. See Multiple Density vs. Multiple Media for details. Transformations apply only to the density statements which have been already specified. Any density after a transformation is not affected. If the media has no density statements and none was specified in any media identifier, then the transformation has no effect. All other media items except for density and transformations override default values or any previously set values for this media statement.

Note: Some media effects depend upon light sources. However the participation of a light source depends upon the media_interaction and media_attenuation keywords. See Atmospheric Media Interaction and Atmospheric Attenuation for details.

Note: If you specify transmit or filter to create a transparent container object, absorption media will always cast a shadow. The same applies to scattering media unless extinction is set to zero, so if a shadow is not desired, use the no_shadow keyword for the container object. This does not apply to emission media as it never casts a shadow.