Project

General

Profile

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

examples / src / main / java / org / distorted / examples / wind / WindRenderer.java @ 392e16fd

# Date Author Comment
392e16fd 12/15/2016 03:31 PM Leszek Koltunski

Change in the API: we always have to create a DistortedFramebuffer to render to.

7451c98a 12/14/2016 12:10 AM Leszek Koltunski

Hide the 'depth' of a DistortedTexture inside the library, so users do not get exposed to this weirdness.

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.

10b7e588 12/12/2016 09:14 PM Leszek Koltunski

Rename various classes; fix a bug in Around the World.

e8b6aa95 12/12/2016 04:47 PM Leszek Koltunski

Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.

e7a4ef16 11/12/2016 12:45 AM Leszek Koltunski

Minor stuff

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'

14122c52 11/04/2016 02:11 PM Leszek Koltunski

Beginnings of the 'Wind' app.