com.jme3.post.filters
クラス TranslucentBucketFilter

java.lang.Object
  上位を拡張 com.jme3.post.Filter
      上位を拡張 com.jme3.post.filters.TranslucentBucketFilter
すべての実装されたインタフェース:
Savable

public final class TranslucentBucketFilter
extends Filter

A filter to handle translucent objects when rendering a scene with filters that uses depth like WaterFilter and SSAOFilter just create a TranslucentBucketFilter and add it to the Filter list of a FilterPostPorcessor


入れ子のクラスの概要
 
クラス com.jme3.post.Filter から継承された入れ子のクラス/インタフェース
Filter.Pass
 
コンストラクタの概要
TranslucentBucketFilter()
           
 
メソッドの概要
 void setEnabled(boolean enabled)
          Enable or disable this filter
 
クラス com.jme3.post.Filter から継承されたメソッド
getName, isEnabled, read, setName, write
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TranslucentBucketFilter

public TranslucentBucketFilter()
メソッドの詳細

setEnabled

public void setEnabled(boolean enabled)
クラス Filter の記述:
Enable or disable this filter

オーバーライド:
クラス Filter 内の setEnabled
パラメータ:
enabled - true to enable