Project

General

Profile

« Previous | Next » 

Revision b36613d8

Added by Leszek Koltunski about 6 years ago

small correction for blending OIT colors.

View differences:

src/main/java/org/distorted/library/main/DistortedEffects.java
414 414

  
415 415
///////////////////////////////////////////////////////////////////////////////////////////////////
416 416

  
417
  static void blitDepthPriv(DistortedOutputSurface surface, float corrW, float corrH)
417
  static void blitDepth(DistortedOutputSurface surface, float corrW, float corrH)
418 418
    {
419 419
    mBlitDepthProgram.useProgram();
420 420

  
......
433 433
// render all the transparent pixels from the per-pixel linked lists. This is in the 'merge
434 434
// postprocessing buckets' stage.
435 435

  
436
  static void blitDepthRenderPriv(DistortedOutputSurface surface, float corrW, float corrH)
436
  static void mergeOIT(DistortedOutputSurface surface, float corrW, float corrH)
437 437
    {
438 438
    mBlitDepthRenderProgram.useProgram();
439 439

  

Also available in: Unified diff