Revision 07651f8f
Added by Leszek Koltunski over 8 years ago
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
beginnings of support for drawing the Region in Vertex3D app.