Project

General

Profile

Download (5.57 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / wind / WindEffectsManager.java @ d04a4886

# Date Author Comment
d04a4886 12/15/2016 04:02 PM Leszek Koltunski

Change of names.

40eef4b9 12/12/2016 11:47 PM Leszek Koltunski

Beginnings of split of DistortedObject into two separate classes: DistortedEffectQueues and DistortedTexture.

Still does not compile, but pushing already.

e7a26998 11/08/2016 05:02 PM Leszek Koltunski

Progress with WindManager.

27e12007 11/08/2016 12:43 PM Leszek Koltunski

Dynamics: Introduce 2 Modes of operation:

- 'random access' mode, where we are able to call a single Dynamic from multiple thread simultaneously.
- 'sequential' mode, which only permits sequential interpolation from one client.

The second mode has an advantage when one needs to change mDuration: it keeps on interpolating smoothly. In the first mode, this is not possible.

b041d424 11/07/2016 03:59 PM Leszek Koltunski

Minor details

21819119 11/05/2016 12:39 AM Leszek Koltunski

Progress with Wind

815687bb 11/04/2016 05:11 PM Leszek Koltunski

Progress with 'Wind'