Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンをクリックしたときに変更する必要があるテクスチャを持つ GLSurfaceView があります。Androidでこれを行うにはどうすればよいですか。私は何かを管理しました:
Intent intent = getIntent(); finish(); startActivity(intent);
しかし、プログラム全体ではなくopenGLのみを更新する必要があります
これはビューを更新する方法ではありません。機能を使用する必要がありinvalidateます。
invalidate
多くのための:
http://developer.android.com/reference/android/view/View.html#Drawing
openGL 上のアンドロイド。
openGL チュートリアル番号 1。
openGL チュートリアル番号 2。