AndroidOpenGLDemo icon indicating copy to clipboard operation
AndroidOpenGLDemo copied to clipboard

Android OpenGL ES从零开始的Demo

Results 7 AndroidOpenGLDemo issues
Sort by recently updated
recently updated
newest added

private static double glVersion = 3.0; private static class ContextFactory implements GLSurfaceView.EGLContextFactory { private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; public EGLContext createContext( EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { Log.w(TAG,...

I want my plant has the stars sky . When the plant rolls with stars runs. But I am not expert in OpenGL . Any one can help me using...

作者提个意见, 你既然标题是从零开始的, 为什么还要把所有范例放在一起, 我只想知道如果创建一个简单的app, 知道这个项目的架构是怎么样的, 画个简单三角形或一个点而已, 为何要搞得那么复杂... 推荐一个视频: https://www.youtube.com/watch?v=yip5CpVeOPI

这个加载obj格式的有问题,但是看不出来

你好,想问下,OpenGL 如何设置绘制的窗体背景透明, GLES30.glClearColor(0.0f, 1.0f, 1.0f, 1f); 这里的alpha怎么不管用。