Project

General

Profile

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

library / src / main / java / org / distorted / library / DistortedProjection.java @ c5369f1b

# Date Author Comment
c5369f1b 02/10/2017 01:15 AM Leszek Koltunski

Major: change of API.

Split DFramebuffer into Framebuffer and Screen; introduce the 'DistortedInputSurface' and 'DistortedOutputSurface' interfaces.

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)

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 :)

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

Add license

b329f352 06/02/2016 03:13 PM Leszek Koltunski

Improvements for Javadoc

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

Initial commit