Project

General

Profile

« Previous | Next » 

Revision 3c535636

Added by Leszek Koltunski 11 months ago

Fix bug which prevented the normal vectors from being drawn.
Bug introduced in 2021/Dec/16!

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
628 628

  
629 629
      EffectQueue.send(queues, mMainProgramH, distance, mipmap, projection, inflate, 0 );
630 630
      GLES30.glDrawArrays(GLES30.GL_TRIANGLE_STRIP, 0, mesh.getNumVertices() );
631
      mMainProgram.stopUsingProgram();
632

  
633 631
      if( mesh.getShowNormals() ) displayNormals(projection,mesh);
632
      mMainProgram.stopUsingProgram();
634 633
      }
635 634
    }
636 635

  

Also available in: Unified diff