shun_iwasawa a35b8f
shun_iwasawa a35b8f
  
shun_iwasawa a35b8f
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
shun_iwasawa a35b8f
      <title>Bokeh Fx Iwa</title>
shun_iwasawa a35b8f
    
shun_iwasawa a35b8f
shun_iwasawa a35b8f

Bokeh Fx Iwa

shun_iwasawa a35b8f
shun_iwasawa a35b8f

● 概要

shun_iwasawa a35b8f
レンズのボケを再現するエフェクトです。各レイヤのRGB値を露光値に変換して、絞り形状でボカし、合成します。
shun_iwasawa a35b8f
フィルタ処理にフーリエ変換を用いて高速化を図っています。
shun_iwasawa a35b8f
shun_iwasawa a35b8f

● 入力ポート

shun_iwasawa a35b8f
    shun_iwasawa a35b8f
  • Iris : 絞り画像を接続します。入力された画像の輝度値がフィルタに用いられます。Irisポートに何も接続されていない場合は、計算が行われません。RGBA8bit又はRGBA16bit画像が入力できます。
  • shun_iwasawa a35b8f
  • Source[1~5] : レイヤー画像を接続します。ここでの接続の順番は、レイヤーの重ね順に影響しません。全てのSourceポートに何も接続されていない場合は、計算が行われません。
  • shun_iwasawa a35b8f
    shun_iwasawa a35b8f
    shun_iwasawa a35b8f

    ● パラメータ

    shun_iwasawa a35b8f
    共通パラメータ
    shun_iwasawa a35b8f
      shun_iwasawa a35b8f
    • On-Focus Distance : フォーカス位置。この位置にレイヤーがあると、
    • shun_iwasawa a35b8f
      そのレイヤーはボカされず、通常合成されます。0がカメラ位置です。(範囲 0.0~1.0)
      shun_iwasawa a35b8f
    • Bokeh Amount : ボケの最大サイズ(単位 Unit)。フォーカス位置とレイヤー位置が 1.0 離れていて、Bokeh Adjustmentが 1 のとき、絞り画像の横幅がこの値になるまで拡大されて用いられます。
    • shun_iwasawa a35b8f
    • Hardness : フィルムのガンマ値。RGB値と露光量の変換に用います。露光量が10倍増えた時の、RGB値(0.0~1.0)の増加量に相当します。この値が小さいほど、ハイライトが強調されます。(範囲 0.05~3.0)
    • shun_iwasawa a35b8f
      shun_iwasawa a35b8f
      レイヤー毎のパラメータ
      shun_iwasawa a35b8f
        shun_iwasawa a35b8f
      • Premultiply : DigiBook等、Premultiplyされていない素材を直接このFxに接続するときは、このチェックを入れて下さい。
      • shun_iwasawa a35b8f
      • Distance : レイヤーのカメラからの距離。この値に合わせ、レイヤーの重なる順序が自動的にソートされます。(範囲 0.0~1.0)
      • shun_iwasawa a35b8f
      • Bokeh Adjustment : ボケサイズの補正値。レイヤーの重なる順序はそのままに、ボケのサイズが N 倍されます。この値が 0 なら、どの距離にレイヤーを置いても、ボケずに通常合成されます。(範囲 0.0~2.0)
      • shun_iwasawa a35b8f
        shun_iwasawa a35b8f
        shun_iwasawa a35b8f

        ● 注意点

        shun_iwasawa a35b8f
          shun_iwasawa a35b8f
        • 複数フレームをレンダリングする際、レイヤーだけでなくIrisの素材も、レンダリングされるすべてのフレームの範囲に入っている必要があります。
        • shun_iwasawa a35b8f
        • メモリを多く使います。
        • shun_iwasawa a35b8f
          shun_iwasawa a35b8f
          shun_iwasawa a35b8f

          ● ライセンス情報

          shun_iwasawa a35b8f
            shun_iwasawa a35b8f
          • このエフェクトは、フーリエ変換にKiss FFTというオープンソース・ライブラリを用いています。
          • shun_iwasawa a35b8f
            shun_iwasawa a35b8f
            <font size="-1"></font>
            shun_iwasawa a35b8f
            shun_iwasawa a35b8f
            This is the BSD-style license for the KissFFT.
            shun_iwasawa a35b8f

            shun_iwasawa a35b8f
            Copyright (c) 2003-2010 Mark Borgerding
            shun_iwasawa a35b8f

            shun_iwasawa a35b8f
            All rights reserved.
            shun_iwasawa a35b8f

            shun_iwasawa a35b8f
            Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
            shun_iwasawa a35b8f

            shun_iwasawa a35b8f
                * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
            shun_iwasawa a35b8f
                * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
            shun_iwasawa a35b8f
                * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.
            shun_iwasawa a35b8f

            shun_iwasawa a35b8f
            THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
            shun_iwasawa a35b8f
            shun_iwasawa a35b8f
            shun_iwasawa a35b8f
            shun_iwasawa a35b8f
            shun_iwasawa a35b8f