jp.programmingmat.www.gbtkgl10
クラス GbtkGL10View
java.lang.Object
GLSurfaceView
jp.programmingmat.www.gbtkgl10.GbtkGL10View
public class GbtkGL10View
- extends GLSurfaceView
worldを生成・保持・描画するGLSurfaceViewのサブクラス。
デフォルトでは、このViewのOpenGL ESスレッド(onDrawFrame()呼び出し)がworldの処理を駆動します。
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GbtkGL10View
public GbtkGL10View(Context context,
GbtkGL10World world)
getWorld
public GbtkGL10World getWorld()
onSurfaceCreated
public void onSurfaceCreated(GL10 gl,
EGLConfig config)
onSurfaceChanged
public void onSurfaceChanged(GL10 gl,
int width,
int height)
onDrawFrame
public void onDrawFrame(GL10 gl)