Project

General

Profile

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

library / src / main / java / org / distorted / library / Distorted.java @ f8686932

# Date Author Comment
f8686932 12/19/2016 04:29 PM Leszek Koltunski

Minor.

3d804c91 12/19/2016 03:11 PM Leszek Koltunski

Minor stuff in DistortedProgram.

432442f9 12/19/2016 02:41 PM Leszek Koltunski

New DistortedProgram class.

4c1dd6e9 12/17/2016 01:20 AM Leszek Koltunski

Beginnings of support for postprocessing Effects.

ab12f06b 12/15/2016 11:59 PM Leszek Koltunski

Some more minor fixes.

cacc63de 12/15/2016 11:37 PM Leszek Koltunski

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

421c2728 12/15/2016 04:02 PM Leszek Koltunski

Change of names.

b6a5d557 12/15/2016 03:31 PM Leszek Koltunski

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

7b8086eb 12/14/2016 11:23 PM Leszek Koltunski

Minor.

1942537e 12/14/2016 04:52 PM Leszek Koltunski

Major restructuring with DistortedTexture. One now is able to create Textures anywhere, even from a thread which does not hold the OpenGL context. Same for DistortedFramebuffers.

3f3bf7dc 12/13/2016 06:01 PM Leszek Koltunski

Minor

4e2382f3 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.

b455eb48 12/12/2016 09:14 PM Leszek Koltunski

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

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

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

57578636 12/08/2016 02:13 PM Leszek Koltunski

Improvements for DFramebuffer.

98455aa2 12/07/2016 11:58 PM Leszek Koltunski

Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.

8e34674e 12/07/2016 12:22 AM Leszek Koltunski

Move the *List classes into static members of DistortedFramebuffer and DistortedObject.

dedacd82 12/06/2016 04:04 PM Leszek Koltunski

Javadoc

ed13a5de 12/05/2016 05:10 PM Leszek Koltunski

Cleanup

6720ec85 12/05/2016 03:04 PM Leszek Koltunski

Simplify SurfaceViews

bd3da5b2 12/05/2016 02:18 PM Leszek Koltunski

Move DistortedNode and Distorted to use the new DistortedRenderTarget.

f6fb3c6d 12/02/2016 04:02 PM Leszek Koltunski

New DistortedRenderTarget - preparation for being able to render to any FBO (screen, offscreen pixmaps)

61ec8208 11/14/2016 11:42 PM Leszek Koltunski

Allow more than the default number of concurrent VERTEX and FRAGMENT effects in Effects3D.

350cc2f5 10/18/2016 11:19 AM Leszek Koltunski

Make the WAVE effect 5D (extra parameter 'offset')

c5b1451b 08/07/2016 09:32 PM Leszek Koltunski

Remove the 'invert' option from DistortedProjection - this was making the DistortedNode-based apps not show the Objects, because the winding of triangles was wrong.
Now however the DistortedNode based stuff is inverted top-down :)

5bf698ee 07/26/2016 11:24 PM Leszek Koltunski

Tesselate DistortedBitmaps better - now all the triangles long edges point at the center of the bitmap, which makes z-distortions look much better!

0ce6fcef 07/26/2016 07:01 PM Leszek Koltunski

Cull back faces of triangles.

0729bc41 07/01/2016 02:40 PM Leszek Koltunski

Add DistortedGridFactory to share Grids among same-shaped DistortedObjects.

2dacdeb2 06/29/2016 04:15 PM Leszek Koltunski

remove the 'Color' vertex attribute.

39cbf9dc 06/24/2016 01:06 PM Leszek Koltunski

Minor: deal with IntelliJ warnings

e8c81a8e 06/22/2016 11:21 AM Leszek Koltunski

Cleanup, consistent variable names, minor details.

015642fb 06/21/2016 10:06 AM Leszek Koltunski

Cleanup.

8c893ffc 06/18/2016 10:58 PM Leszek Koltunski

Further reduce the distortedObject's API - now only 26 methods, 1/4 of the 104 before the reorganization.

cdd6333d 06/15/2016 03:14 PM Leszek Koltunski

Move the 'Save' effect to the Application and remove the 'OTHER' effect queue

d333eb6b 06/14/2016 04:24 PM Leszek Koltunski

Add license

71887484 06/10/2016 01:51 PM Leszek Koltunski

abstract setMax and getMax to EffectQueue.

d07f2950 06/10/2016 11:30 AM Leszek Koltunski

Improve aborting Effects.

1e438fc7 06/10/2016 01:03 AM Leszek Koltunski

Introduce ENUM EffectTypes

b3618cb5 06/09/2016 01:14 AM Leszek Koltunski

Beginnings of support for PostShader effects (SavePNG, SaveMP4)

436899f2 06/03/2016 11:39 PM Leszek Koltunski

Fix for issue 1: 'FBO not visible' : we forgot to clear the HashMap in DistortedNode.

7845dc66 06/02/2016 04:18 PM Leszek Koltunski

convert Distorted.java from GLSurfaceView to Context.

6a06a912 05/25/2016 07:45 PM Leszek Koltunski

Initial commit