|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.post.Filter
com.jme3.post.filters.DepthOfFieldFilter
public class DepthOfFieldFilter
A post-processing filter that performs a depth range blur using a scaled convolution filter.
| 入れ子のクラスの概要 |
|---|
| クラス com.jme3.post.Filter から継承された入れ子のクラス/インタフェース |
|---|
Filter.Pass |
| コンストラクタの概要 | |
|---|---|
DepthOfFieldFilter()
Creates a DepthOfField filter |
|
| メソッドの概要 | |
|---|---|
float |
getBlurScale()
returns the blur scale |
float |
getFocusDistance()
returns the focus distance |
float |
getFocusRange()
returns the focus range |
void |
setBlurScale(float f)
Sets the blur amount by scaling the convolution filter up or down. |
void |
setFocusDistance(float f)
Sets the distance at which objects are purely in focus. |
void |
setFocusRange(float f)
Sets the range to either side of focusDistance where the objects go gradually out of focus. |
| クラス com.jme3.post.Filter から継承されたメソッド |
|---|
getName, isEnabled, read, setEnabled, setName, write |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DepthOfFieldFilter()
| メソッドの詳細 |
|---|
public void setFocusDistance(float f)
public float getFocusDistance()
public void setFocusRange(float f)
public float getFocusRange()
public void setBlurScale(float f)
public float getBlurScale()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||