Project

General

Profile

« Previous | Next » 

Revision d9c55dbe

Added by Leszek Koltunski almost 6 years ago

Progress with Effects3D app.

View differences:

src/main/java/org/distorted/examples/effects3d/Effects3DRenderer.java
290 290
      mCenterTexture.setTexture(bitmapC);
291 291
      mRegionTexture.setTexture(bitmapR);
292 292

  
293
      VertexEffectDeform.enable();
294
      VertexEffectDistort.enable();
295
      VertexEffectPinch.enable();
296
      VertexEffectSink.enable();
297
      VertexEffectSwirl.enable();
298
      VertexEffectWave.enable();
299

  
300
      FragmentEffectAlpha.enable();
301
      FragmentEffectBrightness.enable();
302
      FragmentEffectChroma.enable();
303
      FragmentEffectContrast.enable();
304
      FragmentEffectSaturation.enable();
305

  
306
      PostprocessEffectBlur.enable();
307
      PostprocessEffectGlow.enable();
293
      Effects3DEffect.enableAllEffects();
308 294

  
309 295
      try
310 296
        {

Also available in: Unified diff