| Package | Description |
|---|---|
| com.jme3.post.filters |
standard special-effects filters
|
| Modifier and Type | Method and Description |
|---|---|
static BloomFilter.GlowMode |
BloomFilter.GlowMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BloomFilter.GlowMode[] |
BloomFilter.GlowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BloomFilter(BloomFilter.GlowMode glowMode)
Creates the bloom filter with the specified glow mode
|