Project

General

Profile

« Previous | Next » 

Revision 7b8086eb

Added by Leszek Koltunski over 7 years ago

Minor.

View differences:

src/main/java/org/distorted/library/EffectTypes.java
58 58

  
59 59
  static void reset(int[] maxtable)
60 60
    {
61
    maxtable[0] =10;  // By default, there can be a maximum 10 MATRIX effects acting on a single
62
                      // DistortedObject at any given time. This can be changed with a call to
63
                      // EffectQueueMatrix.setMax(int)
61
    maxtable[0] =10;  // By default, there can be a maximum 10 MATRIX effects in a single
62
                      // EffectQueueMatrix at any given time. This can be changed with a call
63
                      // to EffectQueueMatrix.setMax(int)
64 64

  
65 65
    maxtable[1] = 5;  // Max 5 VERTEX Effects
66 66
    maxtable[2] = 5;  // Max 3 FRAGMENT Effects

Also available in: Unified diff