Project

General

Profile

« Previous | Next » 

Revision 75ec369a

Added by Leszek Koltunski over 7 years ago

Bugfix

View differences:

src/main/java/org/distorted/library/type/Dynamic3D.java
531 531
                  next = vv.elementAt(vecNext);
532 532
                  tmp2 = vc.elementAt(vecNext);
533 533

  
534
                  if( tmp2.cached[0]!=next.x ) recomputeCache();
534
                  if( tmp2.cached[0]!=next.x || tmp2.cached[1]!=next.y || tmp2.cached[2]!=next.z ) recomputeCache();
535 535
                  }
536 536

  
537 537
                if( mSegment!= segment && vn!=null ) vn.elementAt(vecCurr).computeNoise();

Also available in: Unified diff