Project

General

Profile

« Previous | Next » 

Revision 2666a48c

Added by Leszek Koltunski about 5 years ago

1. Change the API of Dynamic: split makeNowRunFor into two separate 'setDuration' and 'resetToBeginning'
2. Major changes to the 'Dynamic' app so that we can check more about the Dynamics.

View differences:

src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java
85 85
      }
86 86
    
87 87
    rot.setCount(0);
88
    rot.makeRunNowFor(8000);
88
    rot.setDuration(8000);
89 89
    rot.setMode(Dynamic.MODE_LOOP);
90 90

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

Also available in: Unified diff