Project

General

Profile

« Previous | Next » 

Revision e2684f9b

Added by Leszek Koltunski about 1 month ago

Restructuring for the solvers in the app.

View differences:

src/main/java/org/distorted/phasedsolver/SolverLowerPane.java
58 58
    mPhase = act.findViewById(R.id.solverPhaseName);
59 59

  
60 60
    mHaloAndRadiusDyn = new Dynamic2D(FLASH_TIME,1.0f);
61
    mHaloAndRadiusDyn.add(new Static2D( 0, 0));
61
    mHaloAndRadiusDyn.add(new Static2D( 0,0));
62 62
    mHaloAndRadiusDyn.add(new Static2D(10,5));
63 63

  
64 64
    mColorDyn = new Dynamic4D(FLASH_TIME,1.0f);

Also available in: Unified diff