Project

General

Profile

« Previous | Next » 

Revision cdd6333d

Added by Leszek Koltunski almost 8 years ago

Move the 'Save' effect to the Application and remove the 'OTHER' effect queue

View differences:

src/main/java/org/distorted/library/EffectTypes.java
39 39
  /**
40 40
   * Effects executed in the Fragment shader: changes of color, hue, transparency levels, etc.
41 41
   */
42
  FRAGMENT ( 0x4 ),
43
  /**
44
   * Effects that did not belong to anywhere else - currently only saving the contents of underlying
45
   * Surface to a PNG or a MP4 file.
46
   */
47
  OTHER    ( 0x8 );
42
  FRAGMENT ( 0x4 );
48 43

  
49 44
///////////////////////////////////////////////////////////////////////////////////////////////////
50 45

  
......
69 64

  
70 65
    maxtable[1] = 5;  // Max 5 VERTEX Effects
71 66
    maxtable[2] = 5;  // Max 5 FRAGMENT Effects
72
    maxtable[3] = 5;  // Max 5 OTHER Effects
73 67
    }
74 68
///////////////////////////////////////////////////////////////////////////////////////////////////
75 69
  }

Also available in: Unified diff