Or is it actually not needed? It would appear to me that it is, since glEnable(GL10.GL_LINE_SMOOTH) has no visible effect on squares drawn using drawVertex().
And since GL_LINE_SMOOTH and GL_POINT_SMOOTH are found as members of GL10, I certainly thought GL_POLYGON_SMOOTH would be too. But Eclipse insists it is not, and won't let me build with GL10.GL_POLYGON_SMOOTH. Nor can I find it anywhere in the Javadoc for Android SDK 1.6. I even searched the whole doc tree using Linux 'find' command. I know this does not sound like a beginner's question, which is why I posed the question in stack overflow first: but no one is answering over there. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.