本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
Android开发之OpenGL+ES教程(转)
OpenGL ES Tutorial for Android
– Part I
I'm going to write a couple of tutorials on using OpenGL ES on Android phones. The theory of OpenGL ES is the same on different devices so it should be quite ...
android opengl es总结(转)
什么是OpenGL ES?
OpenGL ES (为OpenGL for Embedded System的缩写) 为适用于嵌入式系统的一个免费二维和三维图形库。
为桌面版本OpenGL 的一个子集。
OpenGL ES 定义了一个在移动平台上能够支持OpenGL最基本功能的精简标准,以适应如手机,PDA或其它消费者移动终端的显示系统。
Khronos Group 定义和管理了Open ...
openGl ES开发 的native buffer问题
异常:Must use a native order direct Buffer
java.lang.IllegalArgumentException: Must use a native order direct Buffer.
public Buffer intBuffer(int[] data){
IntBuffer intBuffer ;
ByteBuf ...
Android OpenGL ES基础教程
最近在学习OpenGL ES,上网看了一些资料,有一些比较好的资料,在此分享一下!:)
来源:http://blog.csdn.net/mapdigit/article/details/7526556
Android OpenGL ES 简明开发教程
Android OpenGL ES 简明开发教程一:概述
Android OpenGL ES 简明开发教程二:构造Op ...
OpenGL ES教程VI之纹理贴图(原文对照)
OpenGL ES Tutorial for Android – Part VI – Textures
December 30th, 2010 by Per-Erik Bergman — Android, Embedded, Java
Last tutorial we worked a bit more on meshes and we have also talked about adding ...
OpenGL ES教程V之更多3D模型(原文对照)
OpenGL ES Tutorial for Android – Part V – More on Meshes
February 15th, 2010 by
Per-Erik Bergman
—
Android
,
Embedded
I have a feeling that some of you have tried my ...
OpenGL ES教程IV之着色(原文对照)
OpenGL ES Tutorial for Android – Part IV – Adding colors
January 14th, 2010 by Per-Erik Bergman — Android, Embedded
Last tutorial was about transformations. This tutorial will be a short one. I'm goi ...
OpenGL ES教程III之移动变换(原文对照)
OpenGL ES Tutorial for Android – Part III – Transformations
January 1st, 2010 by Per-Erik Bergman — Android, Embedded
Last tutorial was about building your polygons. This tutorial is all about transf ...
OpenGL ES教程II之创建多边形(原文对照)
OpenGL ES Tutorial for Android – Part II – Building a polygon
December 4th, 2009 by Per-Erik Bergman — Android, Embedded
Previous tutorial was all about setting up the GLSurfaceView. Be sure to re ...
OpenGL ES教程I之创建OpenGL视图(原文对照)
OpenGL ES Tutorial for Android – Part I – Setting up the view
December 3rd, 2009 by Per-Erik Bergman — Android, Embedded
I'm going to write a couple of tutorials on using OpenGL ES on Andro ...