Project

General

Profile

« Previous | Next » 

Revision 15aa7d94

Added by Leszek Koltunski almost 7 years ago

Progress with support for Effect classes.

View differences:

src/main/java/org/distorted/library/effect/Effect.java
40 40
  public static final int LENGTH = 4;           // The number of effect types above.
41 41
  public static final int MASK= (1<<LENGTH)-1;  // Needed when we do bitwise operations on Effect Types.
42 42

  
43
///////////////////////////////////////////////////////////////////////////////////////////////////
44

  
45
  public abstract boolean compute(float[] uniforms, int index, long currentDuration, long step );
46

  
43 47
///////////////////////////////////////////////////////////////////////////////////////////////////
44 48

  
45 49
  public static void onDestroy()

Also available in: Unified diff