OpenGLを知りたいなら、まずは動くコードをいじる事から始めてください。 基礎とか理論とか学習から入ってしまうと、退屈すぎて挫折するかもしれません。 それでは早速コードから。 activityのレイアウトにOpenGLのビューを追加します。 [layout/activity_main.xml] <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" > <android.opengl.GLSurfaceView android:id="@+id/surface
![[Android]OpenGL ESのひな型コード | 株式会社ケイズ・ソフトウェア](https://cdn-ak-scissors.b.st-hatena.com/image/square/05375e71436f9191f1a61250c9577205273cdd17/height=288;version=1;width=512/https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fkeis-software.com%2Fwp-content%2Fuploads%2F2014%2F06%2Ftriangle.png)