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/quaternion/QuaternionRenderer.java
85 85
      }
86 86
    
87 87
    rot.setCount(0);
88
    rot.setDuration(8000);
88
    rot.makeRunNowFor(8000);
89 89
    rot.setMode(Dynamic.MODE_LOOP);
90 90

  
91 91
    mMove   = new Static3D(0,0,0);

Also available in: Unified diff