Project

General

Profile

« Previous | Next » 

Revision 3e95b421

Added by Leszek Koltunski about 7 years ago

Minor.

View differences:

src/main/java/org/distorted/library/DistortedNode.java
241 241
      GLES30.glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
242 242
      GLES30.glClear( GLES30.GL_DEPTH_BUFFER_BIT | GLES30.GL_COLOR_BUFFER_BIT);
243 243

  
244
      android.util.Log.e("NODE", "clearing DEPTH buffer of FBO ");
245

  
246 244
      if( mSurface.setAsInput() )
247 245
        {
248 246
        numRenders++;

Also available in: Unified diff