Project

General

Profile

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

examples / src / main / java / org / distorted / examples / stencil / StencilActivity.java @ a4d59c0b

# Date Author Comment
a4d59c0b 01/04/2019 11:07 PM Leszek Koltunski

Massive: make the coordinate system agree with that of OpenGL (i.e. invert the Y axis).

01782e85 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.

aedd9013 05/15/2017 09:52 PM Leszek Koltunski

First try to convert the Stencil app to a dual (directly to Screen / through intermediate Framebuffer) mode.
Doesn't work yet ( API is inconvenient / plain wrong )

32d08f39 05/12/2017 12:36 PM Leszek Koltunski

Beginnings of Stencil App.