E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
GlSurfaceView
【Android游戏开发二十六】追加简述SurfaceView 与
GLSurfaceView
效率!
Himi 原创, 转载请注明! 谢谢。 原文地址:http://blog.csdn.net/xiaominghimi/article/details/6665952 今天在这里大概说下现在为什么游戏引擎都趋向与openGL进行的,这里大概说下; 当今基本所有的国外游戏都是质量很好,不管是从视觉上还是操作还是流畅度上,那么今天我们关注的是其流畅度;
xiaominghimi
·
2011-08-06 22:00
SurfaceView
Open GL 学习(1)---创建一个简单的open GL项目
输入以下代码: Rendererrender= new MyRenderer();//我们要实现的Renderer GLSurfaceViewglView= new
GLSurfaceView
happy19850920
·
2011-08-03 11:00
android.opengl.
GLSurfaceView
概述
参考:http://www.cnblogs.com/vernon/archive/2011/07/17/1877728.html简介SDK中的android.opengl.
GLSurfaceView
类提供如下功能
cc_lq
·
2011-07-24 15:00
使
GLSurfaceview
透明 可见背景图片
以下是从网上搜到的方法,我的程序是要给一个activity加背景图片,activity上有一个
GLSurfaceview
,只有使
GLSurfaceview
透明之后才能看到背景图片。
cc_lq
·
2011-07-24 15:00
android
xml
OpenGL ES教程II之创建多边形(原文对照)
2009 by Per-Erik Bergman — Android, Embedded Previous tutorial was all about setting up the
GLSurfaceView
melord
·
2011-07-15 14:00
android
openGL ES
Android游戏开发用View还是SurfaceView?
SurfaceView是从View基类派生出来的显示类,它的直接子类有
GLSurfaceView
和ViideoView等,可以看出GL和视频播放以及
ch_984326013
·
2011-07-05 12:00
thread
游戏
UI
android
图形
OpenGL学习1
阅读更多1.创建一个Activityimportandroid.app.Activity;importandroid.opengl.
GLSurfaceView
;importandroid.os.Bundle
lanhuidong
·
2011-06-27 22:00
Android
OS
工作
OpenGL学习1
1.创建一个Activityimportandroid.app.Activity; importandroid.opengl.
GLSurfaceView
; importandroid.os.Bundle
lanhuidong
·
2011-06-27 22:00
工作
android
OS
opengl es demo(有附件)
activity:packagecom.tracy;importandroid.app.Activity;importandroid.graphics.Color;importandroid.opengl.
GLSurfaceView
wangzhigang2
·
2011-05-13 16:00
Android
Blend
F#
OS
UP
opengl es demo(有附件)
activity:packagecom.tracy;importandroid.app.Activity;importandroid.graphics.Color;importandroid.opengl.
GLSurfaceView
wangzhigang2
·
2011-05-13 16:00
Android
Blend
F#
OS
UP
OpenGL ES
1.构建opengles的基本开发框架回调android.opengl.
GLSurfaceView
.Renderer.在Renderer借口中定义如下3个方法。
lei33
·
2011-05-13 11:00
android
框架
gallery3d 代码分析之
glsurfaceview
简介SDK中的android.opengl.
GLSurfaceView
类提供如下功能:*在OpenGLES和View系统之间建立联系;*使得OpenGLES可以工作在Activity生命周期中;*可选择合适的
guanmjie
·
2011-04-11 14:00
Class
buffer
import
float
代码分析
debugging
OpenGL ES之
GLSurfaceView
学习四:Android Demo里的Cube分析
关于android中Cube的绘制,可以看出一个3D图像的绘制机制。本文分析了Cube对象。 需要用到两张图片:第一张是立方体顶点顺序和位置图,第二张是三角面示例图。 packagecom.example.android.apis.graphics;importjava.nio.ByteBuffer;importjava.nio.ByteOrder;importjava.nio.IntBuf
chenjie19891104
·
2011-04-09 11:00
android
buffer
byte
colors
OpenGL ES之
GLSurfaceView
学习四:Android Demo里的Cube分析
关于android中Cube的绘制,可以看出一个3D图像的绘制机制。本文分析了Cube对象。需要用到两张图片:第一张是立方体顶点顺序和位置图,第二张是三角面示例图。packagecom.example.android.apis.graphics; importjava.nio.ByteBuffer; importjava.nio.ByteOrder; importjava.nio.IntBu
nello
·
2011-04-09 11:00
android
OpenGL ES之
GLSurfaceView
学习三:交互式的实例
javax.microedition.khronos.opengles.GL10; import android.app.Activity; import android.content.Context; import android.opengl.
GLSurfaceView
nello
·
2011-04-09 09:00
游戏
android
UI
OS
OpenGL ES之
GLSurfaceView
学习三:交互式的实例
importjavax.microedition.khronos.opengles.GL10;importandroid.app.Activity;importandroid.content.Context;importandroid.opengl.
GLSurfaceView
chenjie19891104
·
2011-04-09 09:00
游戏
android
Class
buffer
import
float
OpenGL ES之
GLSurfaceView
学习二:非交互式的实例
使用
GLSurfaceView
开发3D应用时,如果是非交互式的应用,可以直接使用
GLSurfaceView
。如果需要交互式的行为,则需要继承
GLSurfaceView
并重写一些方法。
nello
·
2011-04-09 09:00
android
OS
OpenGL ES之
GLSurfaceView
学习二:非交互式的实例
使用
GLSurfaceView
开发3D应用时,如果是非交互式的应用,可以直接使用
GLSurfaceView
。如果需要交互式的行为,则需要继承
GLSurfaceView
并重写一些方法。
chenjie19891104
·
2011-04-09 09:00
Class
buffer
import
OpenGL ES之
GLSurfaceView
学习一:介绍
uid-5358-action-viewspace-itemid-6527
GLSurfaceView
是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。
chenjie19891104
·
2011-04-09 09:00
多线程
android
UI
工作
api
buffer
OpenGL ES之
GLSurfaceView
学习一:介绍
uid-5358-action-viewspace-itemid-6527
GLSurfaceView
是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。
nello
·
2011-04-09 09:00
多线程
UI
工作
android
配置管理
OpenGL ES之
GLSurfaceView
学习一:介绍
uid-5358-action-viewspace-itemid-6527
GLSurfaceView
是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。
chenjie19891104
·
2011-04-09 09:00
Android
学习笔记
android opengl es--星星,旋涡
importzhou.ne.he.thri.ThriRend;importzhou.ne.he.two.TwoRend;importandroid.app.Activity;importandroid.opengl.
GLSurfaceView
zhouyongyang621
·
2011-04-06 15:00
android
filter
Class
float
Blend
android opengl es--纹理映射,光照
importzhou.ne.he.thri.ThriRend;importzhou.ne.he.two.TwoRend;importandroid.app.Activity;importandroid.opengl.
GLSurfaceView
zhouyongyang621
·
2011-04-06 15:00
android opengl es--立方体
importzhou.ne.he.thri.ThriRend;importzhou.ne.he.two.TwoRend;importandroid.app.Activity;importandroid.opengl.
GLSurfaceView
zhouyongyang621
·
2011-04-06 15:00
android opengl es--三角形,四边形
importjavax.microedition.khronos.egl.EGLConfig;importjavax.microedition.khronos.opengles.GL10;importandroid.opengl.
GLSurfaceView
zhouyongyang621
·
2011-04-06 15:00
android opengl es 混合效果
importandroid.content.res.Resources;importandroid.graphics.Bitmap;importandroid.graphics.BitmapFactory;importandroid.opengl.
GLSurfaceView
Simdanfeg
·
2011-03-20 11:00
android
filter
float
Blend
resources
textures
介绍
GLSurfaceView
android.opengl.
GLSurfaceView
类让你更容易地使用OpenGL ES渲染你的应用程序,其主要通过一下几点: 1、提供粘合代码把OpenGL ES连接到你的视图系统
h416756139
·
2011-03-11 00:00
游戏
android
UI
OS
活动
gallery3d 代码分析之
glsurfaceview
原文地址::http://www.linuxgraphics.cn/android/gallery3d_
glsurfaceview
.html 作者:刘鹏日期:2010-04-01本文简要介绍了如何使用
xqhrs232
·
2011-02-20 09:00
Class
buffer
import
float
代码分析
debugging
android.opengl.
GLSurfaceView
概述
uid-5358-action-viewspace-itemid-6527
GLSurfaceView
是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。
xqhrs232
·
2011-02-20 09:00
多线程
android
UI
工作
api
buffer
android OpenGL学习笔记(一)
在android系统中有
GlSurfaceView
类来提供OpenGL ES开发。
sudongfeng
·
2011-02-13 20:00
android
算法
工作
关于waitForCondition导致死锁的问题
p{margin-bottom:0.21cm;}waitForCondition基本都出现在继承了类
GLSurfaceView
的情况下,出现死锁的位置一般是引用egl.eglCreateWindowSurface
liuxu0703
·
2011-01-11 13:00
JOIN
工作
buffer
openGL简例2
public class VortexRenderer implements
GLSurfaceView
.Renderer{ private float _red = 0.9f; private
googlelee
·
2011-01-10 17:00
OpenGL
android openGL简例1
package test.lee.autogl; import android.content.Context; import android.opengl.
GLSurfaceView
; import
googlelee
·
2011-01-10 17:00
android
Gallery3d 代码分析之渲染流程
RenderView从
GLSurfaceView
继承而来,采用了通知型绘制模式,即通过调用requestRender通知RenderView重绘屏幕。
hbczzsw
·
2010-12-16 23:00
Blend
Gallery 3D 代码分析之
GLSurfaceView
一个简单的
GLSurfaceView
应用Java代码package com.example.android.apis.graphics; import javax.micr
hbczzsw
·
2010-12-16 23:00
游戏
工作
android
Google
OS
android学习笔记之3D--(03)-Renderer类 渲染类
publicstaticinterfaceGLSurfaceView.Rendererandroid.opengl.
GLSurfaceView
.RendererClassOverviewAgenericrendererinterface
GEOLO
·
2010-10-22 11:00
thread
android
UI
interface
resources
textures
OpenGL ES 旋转的正方形
继续正方形,让它旋转起来: public class GL3 extends Activity { private
GLSurfaceView
mGLSurfaceView;
yuanyao
·
2010-10-12 15:00
Blog
OpenGL ES 画三角形
上三角形: public class GL2 extends Activity { private
GLSurfaceView
mGLSurfaceView; @Override
yuanyao
·
2010-10-12 14:00
Blog
OpenGL ES 画正方形
最近玩玩Android的openGL,做了点注释,有用看看,没有了无视 public class GL1 extends Activity { private
GLSurfaceView
mGLSurfaceView
yuanyao
·
2010-10-12 14:00
android
Android的OpenGL学习笔记(3)
为了验证我们以前在旋转三角形的时候,到底是在旋转三角形本身,还是在旋转场景,现在用下面的实例代码验证,就会一目了然了:MainActivity和前面的MainActivity一样,主要区别在继承
GLSurfaceView
.Renderer
yhb5566
·
2010-09-23 17:00
Android桌面切换3D特效
先上效果图最近一直在学习OpenGlES的东西,并且研究了Launcher一段时间,想做出3D的切换效果使用Openg的时候,
GLSurfaceView
和2D的View之间的切换会出现闪屏,而且切换的效率低
huanxido
·
2010-09-07 20:00
android
关于
GLSurfaceView
无法显示的问题
有时候,我们将
GLSurfaceView
放到一个ViewGroup中,并且与其他的一般的View共同作用,组成界面。有可能会出现
GLSurfaceView
无法显示的问题。
yangpeng98
·
2010-07-13 10:00
android 3d应用渲染
若开发反应式的应用,可以调用下面的方法
GLSurfaceView
.setRenderMode(RENDERMODE_WHEN_DIRTY); 停止持续渲染。
crazier9527
·
2010-07-08 15:00
游戏
android
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他