Project

General

Profile

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

examples / src / main / java / org / distorted / examples / aroundtheworld / AroundTheWorldRenderer.java @ bc29e409

# Date Author Comment
bc29e409 12/15/2016 04:28 PM Leszek Koltunski

Again change of API. Now instead of the 'DistortedEffects.draw() and DistortedTree.draw()' we have 'DistortedFramebuffer.renderTo()'

d04a4886 12/15/2016 04:02 PM Leszek Koltunski

Change of names.

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.

f6d884d5 12/13/2016 12:42 PM Leszek Koltunski

Complete the split DistortedObject -> (DistortedTexture,DistortedEffectQueue)

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.

5055b5d4 12/09/2016 01:10 AM Leszek Koltunski

1. (hopefully) finish the 'Save' app (now we can adjust the size of the resulting file)
2. Fix one long-standing bug in almost every single app.

287a5475 11/17/2016 01:43 PM Leszek Koltunski

Around The World pretty much finished!

04fe7f80 11/17/2016 12:56 PM Leszek Koltunski

Around The World: implement blackness

b3a555a7 11/16/2016 05:32 PM Leszek Koltunski

Improve Around The World

4b34bb08 11/15/2016 12:34 AM Leszek Koltunski

progress with Around the World

2f20ae3a 11/13/2016 12:02 AM Leszek Koltunski

Around the World: setRace

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

Minor stuff

80508ef5 11/12/2016 12:03 AM Leszek Koltunski

Progress with AroundTheWorld

7ba38011 11/11/2016 01:03 AM Leszek Koltunski

New app: Around The World (beginnings)