Revision bb2d4177
Added by Leszek Koltunski over 8 years ago
| src/main/java/org/distorted/examples/multiblur/MultiblurRenderer.java | ||
|---|---|---|
| 24 | 24 |
import android.opengl.GLSurfaceView; |
| 25 | 25 |
|
| 26 | 26 |
import org.distorted.examples.R; |
| 27 |
import org.distorted.library.effect.EffectName; |
|
| 28 | 27 |
import org.distorted.library.effect.MatrixEffectMove; |
| 29 | 28 |
import org.distorted.library.effect.MatrixEffectQuaternion; |
| 30 | 29 |
import org.distorted.library.effect.MatrixEffectScale; |
| ... | ... | |
| 150 | 149 |
for(int i=0; i<NUM_OBJECTS; i++) |
| 151 | 150 |
{
|
| 152 | 151 |
effects = mNode[i].getEffects(); |
| 153 |
effects.setQuality(quality); |
|
| 152 |
effects.setPostprocessingQuality(quality);
|
|
| 154 | 153 |
} |
| 155 | 154 |
} |
| 156 | 155 |
|
Also available in: Unified diff
Minor