Project

General

Profile

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

examples / src / main / java / org / distorted / examples / matrix3d / Matrix3DSurfaceView.java @ 89c3e2bf

# Date Author Comment
41a81a14 01/20/2017 11:50 PM Leszek Koltunski

Try using OpenGL ES 3.0 everywhere (but if device does not support it, try creating 2.0 context - this is important because of the emulator!)

6f3024ae 12/15/2016 10:50 PM Leszek Koltunski

Fix a lot of Lint warnings in the apps.

b4cc083b 12/15/2016 12:29 PM Leszek Koltunski

Some improvements for StarWars's behaviour after onPause(), but it doesn't really work yet.

Remaining 'onPause-buggy' apps: StarWars, Save.

525699f4 12/05/2016 03:04 PM Leszek Koltunski

Simplify SurfaceViews

4d5b37fe 11/14/2016 04:05 PM Leszek Koltunski

Unify Effects3D and Matrix3D (still incomplete!)

1d811f85 11/04/2016 11:45 AM Leszek Koltunski

Tidy up 'Matrix3D'

db5d943e 06/22/2016 12:52 PM Leszek Koltunski

Rename Effects3D to Matrix3D