Open kcochibili opened 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
MultiSampleConfigChooser
This is how Antialiasing improves rendering
Older devices may lose a little bit of performance...
This MultiSampleConfig class was written in Feb 28, 2011 so I'd guess Google had those older devices in mind at that point.
MultiSampleConfig
Implemented AntiAliasing using the
MultiSampleConfigChooser
from Google at https://code.google.com/p/gdc2011-android-opengl/source/browse/trunk/src/com/example/gdc11/MultisampleConfigChooser.javaThis is how Antialiasing improves rendering