com.jme3.post.filters
クラス FXAAFilter
java.lang.Object
com.jme3.post.Filter
com.jme3.post.filters.FXAAFilter
- すべての実装されたインタフェース:
- Savable
public class FXAAFilter
- extends Filter
http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-opengl-test-radeon-geforce/3/
http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FXAAFilter
public FXAAFilter()
setSpanMax
public void setSpanMax(float spanMax)
setSubPixelShift
public void setSubPixelShift(float subPixelShift)
- set to 0.0f for higher quality
- パラメータ:
subPixelShift
-
setReduceMul
public void setReduceMul(float reduceMul)
- set to 0.0f for higher quality
- パラメータ:
reduceMul
-
setVxOffset
public void setVxOffset(float vxOffset)
getReduceMul
public float getReduceMul()
getSpanMax
public float getSpanMax()
getSubPixelShif
public float getSubPixelShif()
getVxOffset
public float getVxOffset()