Revision 47833473
Added by Leszek Koltunski over 8 years ago
src/main/java/org/distorted/examples/effects3d/Effects3DActivity.java | ||
---|---|---|
76 | 76 |
|
77 | 77 |
private EffectNames[] mEffectNames; |
78 | 78 |
|
79 |
private static boolean mSupportsRegion = true;
|
|
80 |
private static boolean mTypeVertex = false;
|
|
79 |
private static boolean mSupportsRegion; |
|
80 |
private static boolean mTypeVertex; |
|
81 | 81 |
|
82 | 82 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
83 | 83 |
|
... | ... | |
459 | 459 |
mRegionX = 0; |
460 | 460 |
mRegionY = 0; |
461 | 461 |
mRegionR = getWidth()/2; |
462 |
|
|
463 |
mSupportsRegion = true; |
|
464 |
mTypeVertex =false; |
|
462 | 465 |
} |
463 | 466 |
|
464 | 467 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Slight improvement for Effects3D