Revision 75ec369a
Added by Leszek Koltunski almost 9 years ago
| src/main/java/org/distorted/library/type/Dynamic5D.java | ||
|---|---|---|
| 570 | 570 |
next = vv.elementAt(vecNext); |
| 571 | 571 |
tmp2 = vc.elementAt(vecNext); |
| 572 | 572 |
|
| 573 |
if( tmp2.cached[0]!=next.x ) recomputeCache(); |
|
| 573 |
if( tmp2.cached[0]!=next.x || tmp2.cached[1]!=next.y || tmp2.cached[2]!=next.z || tmp2.cached[3]!=next.w || tmp2.cached[4]!=next.v ) recomputeCache();
|
|
| 574 | 574 |
} |
| 575 | 575 |
|
| 576 | 576 |
if( mSegment!= segment && vn!=null ) vn.elementAt(vecCurr).computeNoise(); |
Also available in: Unified diff
Bugfix