Project

General

Profile

« Previous | Next » 

Revision 07651f8f

Added by Leszek Koltunski almost 8 years ago

beginnings of support for drawing the Region in Vertex3D app.

View differences:

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

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

  

Also available in: Unified diff