发表评论取消回复
相关阅读
相关 学习OpenGL ES for Android(十一)— 材质
现实世界的物体各种各样,不同物体会对光产生不同的反应。陶瓷,铁片之类的物体会比墙壁,木柜的反射更强。想要模拟现实世界的光照效果就要了解物体对光线的反应效果。在我们的着色器代码中
相关 学习OpenGL ES for Android(三)
上篇我们看到绘制点和线,在平面上,点和线组成了面,我们先看绘制三角形。 glDrawArrays的mode参数除了点和线,还有三角,是这三个:GL\_TRIANGLE,GL\
相关 OpenGL ES Tutorial for Android – Part VI – Textures
这篇文章花费的时间最长,从这里了解的UV mapping, Last tutorial we worked a bit more on meshes and we ha
相关 OpenGL ES Tutorial for Android – Part V – More on Meshes
这篇文章里面介绍的Mesh结构可以单独刷新frame, 而在Plane,Cube中设置颜色和定点。可以借鉴。 I have a feeling that some of
相关 OpenGL ES Tutorial for Android – Part III – Transformations
这篇文章里面介绍如何知道rotatef非常有用。在一个就是pushmatrix和popmatrix Last tutorial was about building y
相关 OpenGL ES Tutorial for Android – Part II – Building a polygon
Previous tutorial was all about setting up the GLSurfaceView. Be sure to [read][] it bea
相关 OpenGL ES Tutorial for Android – Part I – Setting up the view
I'm going to write a couple of tutorials on using OpenGL ES on Android phones. The theor
相关 Android 3D game tutorial – Part VI
Updated to be Android 2.0.1 compatible. You are new to this series? Please start with t
相关 Android 3D game tutorial – Part V
Updated to be Android 2.0.1 compatible. You are new to this series? Please start with t
相关 Android OpenGL ES 开发教程(2):关于OpenGL ES
什么是OpenGL ES? OpenGL ES (为OpenGL for Embedded System的缩写) 为适用于嵌入式系统的一个免费二维和三维图形库。
还没有评论,来说两句吧...