Project

General

Profile

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

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

# Date Author Comment
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