harism / android-pagecurl

An example application for creating page curl/flip effect on Android using OpenGL ES.
Apache License 2.0
1.66k stars 610 forks source link

Implemented Antialiasing #88

Open kcochibili opened 9 years ago

kcochibili commented 9 years ago

Implemented AntiAliasing using the MultiSampleConfigChooser from Google at https://code.google.com/p/gdc2011-android-opengl/source/browse/trunk/src/com/example/gdc11/MultisampleConfigChooser.java

This is how Antialiasing improves rendering f3tga

henriquekraemer commented 9 years ago

Older devices may lose a little bit of performance...

kcochibili commented 9 years ago

This MultiSampleConfig class was written in Feb 28, 2011 so I'd guess Google had those older devices in mind at that point.