|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
shun-iwasawa |
1fc223 |
<title>Bokeh Iwa</title>
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
Bokeh Iwa
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
● Overview
|
|
shun-iwasawa |
1fc223 |
This effect reproduces a camera lens blur. The RGB values of each layer will be converted
|
|
shun-iwasawa |
1fc223 |
to exposure values, then blurred using the Iris shape, and finally composed together.
|
|
shun-iwasawa |
1fc223 |
To achieve a faster processing time, a Fourier transformation is used to process the filter.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
● Input Port
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
Iris : Connects the image to define the shape of the Iris. The image luminance
|
|
shun-iwasawa |
1fc223 |
values will be used for the effect. If no image is connected to the Iris port, no calculation
|
|
shun-iwasawa |
1fc223 |
will take place. It's possible to connect 8bit or 16bit RGBA images.
|
|
shun-iwasawa |
1fc223 |
Source [1~5] : Connects images for the layers. The order in which they are
|
|
shun-iwasawa |
1fc223 |
connected here doesn't define the layer stacking order. If nothing is connected to any
|
|
shun-iwasawa |
1fc223 |
Source port, no calculation will be performed.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
● Parameters
|
|
shun-iwasawa |
1fc223 |
Common
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
On-Focus Distance : If there's a layer in this position, it will look on focus and it will be
|
|
shun-iwasawa |
1fc223 |
composed normally. 0 represents the camera position. (Range 0.0-1.0)
|
|
shun-iwasawa |
1fc223 |
Bokeh Amount : Maximum size of blur (in scene units). When the focus position and the
|
|
shun-iwasawa |
1fc223 |
layer position are 1.0 away from each other and Bokeh Adjustment is 1, the Iris image is
|
|
shun-iwasawa |
1fc223 |
enlarged until the width of this image reaches this value.
|
|
shun-iwasawa |
1fc223 |
Hardness : The gamma value of the film. Used to convert between RGB value and
|
|
shun-iwasawa |
1fc223 |
exposure. This is equivalent to the increase in RGB value (0.0 to 1.0) when the exposure is
|
|
shun-iwasawa |
1fc223 |
increased 10 times. The lower the value, the more the highlights are emphasized.
|
|
shun-iwasawa |
1fc223 |
(Range 0.05-3.0)
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1b1839 |
Sources
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
Distance : The distance of the layer from the camera. The layer stacking order is
|
|
shun-iwasawa |
1fc223 |
automatically sorted according to this value. (Range 0.0-1.0)
|
|
shun-iwasawa |
1fc223 |
Bokeh Adjustment : Bokeh size correction value. The size of the bokeh is multiplied by N,
|
|
shun-iwasawa |
1fc223 |
keeping the order of layer stacking. If this value is 0, the layers will be composited normally
|
|
shun-iwasawa |
1fc223 |
without blurring regardless of the distance of the layer. (Range 0.0-2.0)
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
● Notes
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
When rendering multiple frames, the Iris and the layers images, must be present within
|
|
shun-iwasawa |
1fc223 |
the range of all frames to be rendered.
|
|
shun-iwasawa |
1fc223 |
This effect uses a lot of RAM.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
● License Information
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
This effect uses an open source library called Kiss FFT for the Fourier transform.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
<font size="-1"></font>
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
This is the BSD-style license for the KissFFT.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
Copyright (c) 2003-2010 Mark Borgerding
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
All rights reserved.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
|
|
shun-iwasawa |
1fc223 |
the following conditions are met:
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following
|
|
shun-iwasawa |
1fc223 |
disclaimer.
|
|
shun-iwasawa |
1fc223 |
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
|
|
shun-iwasawa |
1fc223 |
following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
shun-iwasawa |
1fc223 |
* Neither the author nor the names of any contributors may be used to endorse or promote products derived
|
|
shun-iwasawa |
1fc223 |
from this software without specific prior written permission.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
|
shun-iwasawa |
1fc223 |
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
shun-iwasawa |
1fc223 |
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
|
shun-iwasawa |
1fc223 |
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
shun-iwasawa |
1fc223 |
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
shun-iwasawa |
1fc223 |
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
shun-iwasawa |
1fc223 |
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
shun-iwasawa |
1fc223 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
shun-iwasawa |
1fc223 |
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|
|
shun-iwasawa |
1fc223 |
|