标签: android graphics opengl-es
我正在从基础知识中寻找适合Android的OpenGL ES教程。我对OpenGL ES的版本感到困惑。哪个版本的OpenGL ES适合并且易于开发3D对象以映射AR for android。
谢谢....
答案 0 :(得分:0)
Android 2.2及更高版本支持OpenGLES 2.0。
The official documentation有一个很好的指导从头开始。
要开始使用增强现实,您可能会对使用库感兴趣,例如AndAR。