Project

General

Profile

« Previous | Next » 

Revision b62eb334

Added by Leszek Koltunski about 5 years ago

Many things.

1) make the Dynamic.setDuration() able to be called AFTER the Dynamic has already been run. (and rename it to 'makeRunNowFor()' )
2) remove the automatic removal of zero Effects from EffectQueues.
3) adjust several Apps to cope with 2)
4) add post-rotation to Rubik (still not finished)

View differences:

src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java
148 148
      {
149 149
      mDuration = duration;
150 150
      
151
      di1D.setDuration(duration);
152
      di2D.setDuration(duration);
153
      di3D.setDuration(duration);
151
      di1D.makeRunNowFor(duration);
152
      di2D.makeRunNowFor(duration);
153
      di3D.makeRunNowFor(duration);
154 154
      }
155 155

  
156 156
///////////////////////////////////////////////////////////////////

Also available in: Unified diff