Android图形---OpenGL 经验

在Android框架中有两个OpenGL ES API类库用来创建和维护图形:GLsurfaceViewGLSurfaceView.Renderer。如果是要在应用程序中使用OpenGL,那么了解在一个A

openkk 2012-06-19   28410   0

MagicCamera - Android 相机软件 经验

需要自行创建一个glsurfaceview GLSurfaceView glSurfaceView = (GLSurfaceView)findViewById(R.id.glsurfaceView); FrameLayout

comeonbabe 2016-01-24   22029   0

思考像微信QQ视频通话最小化后悬浮展现实现思路 经验

private ViewmFloatView; private GLSurfaceView glSurfaceView; private intmFloatWinWidth,mFloatWinHeight;//悬浮窗的宽高

zhangzmhero168 2017-03-14   16073   0
P13

  OpenGL ES 1.1 二维渲染技术 文档

2D渲染要素: GLSurfaceView GLSurfaceView是一个视图,继承至SurfaceView,它内嵌的surface专门负责OpenGL渲染。 GLSurfaceView提供了下列特性:

zhaowenhao0456 2012-11-14   567   0
P54

  Gallery 3D源码分析汇总 文档

final class RenderView extends GLSurfaceView implements GLSurfaceView.Renderer, SensorEventListener  

zxweng 2011-11-18   841   0

Cocos2d Android移植手记(一) - Opengl ES创建流程 经验

中,创建一个GLSurfaceView实例用于显示绘制OpenglES; 其次,创建一个CubeRenderer的实例,用于渲染Cube对象; 然后,使用GLSurfaceView的setRe

jopen 2012-01-14   33289   0
P15

  Androidr的3D色子实现 文档

以忽略。 DiceSurfaceView.java继承了android.opengl.GLSurfaceView,在DiceSurfaceView的构造方法里为他设置一个DiceRenderer渲染器

dackman 2012-09-27   606   0

Android上全景视频渲染的库:MD360Player4Android 经验

自己初始化OpenGL,并把MD360Renderer设置到你的android.opengl.GLSurfaceView上。 private void initOpenGL(int glSurfaceViewResId) {

RhodaMares 2016-01-28   63074   0

Android动态壁纸解析 经验

2008年 ,你没有看错。 现在我们需要实现里面的两个主要的类, Service 类和 GLSurfaceView.Renderer 类。这里的 Service 需要继承 GLWallpaperService

TomGrantham 2017-07-25   19998   0
P79

  Android OpenGLES 教程(引路缝教程) 文档

View 在Andorid平台上构造一个OpenGL View非常简单,主要有两方面的工作: GLSurfaceView Android平台提供的OpenGL ES API主要定义在包android.opengl

lx82319214 2013-11-13   871   0

可视化的音频录制 经验

yalantis:eqwaves:1.0' 初始化Horizon对象 mHorizon = new Horizon(glSurfaceView, getResources().getColor(R.color.background)

MalorieSymo 2016-04-12   9838   0

[译] 如何创建 BubblePicker – Android 多彩菜单动画 经验

移动时,我们计算一个合适的力度作用于每个 body,使得看起来像是受到了重力的影响。 6. 在 GlSurfaceView 中检测用户触摸事件 GLSurfaceView 和其他的 Android view 一样可以对用户触碰反应:

RuebenKnopf 2017-05-19   15246   0

Android各种各样图像滤镜(图像处理)效果: GPUImage for Android 经验

GPUImage(this); mGPUImage.setGLSurfaceView((GLSurfaceView) findViewById(R.id.surfaceView)); mGPUImage

P37

  Android 3D游戏开发教程 文档

import android.opengl.GLSurfaceView; public class VortexView extends GLSurfaceView {     private static

ajax 2010-09-22   557   0

Android应用: 3D旋转球 经验

android.content.Context; import android.opengl.GLSurfaceView; import android.view.MotionEvent; public class

jopen 2013-10-26   29979   0

在Android应用中实现3D圆柱体 经验

java.io.InputStream; import android.opengl.GLSurfaceView; import android.opengl.GLUtils; import javax

jopen 2013-10-24   25495   0

Android开发技术周报 Issue#172 经验

RecordableSurfaceView A drop-in replacement for GLSurfaceView that can be used to record to an mp4 movie

温柔一刀 2018-03-26   37410   0
P10

  android部分笔试题 文档

Service:服务,具有一段较长生命周期且没有用户界面的程序。 5.View, surfaceView, GLSurfaceView 有什么区别。 答:view是最基础的,必须在UI主线程内更新画面,速度较慢。 SurfaceView

Cqgdph115 2017-02-06   368   0
面试题目   试题   CSS   Java   SQL  
P10

  Android笔试总结 文档

Service:服务,具有一段较长生命周期且没有用户界面的程序。   5.View, surfaceView, GLSurfaceView有什么区别。 答:view是最基础的,必须在UI主线程内更新画面,速度较慢。 SurfaceView

higuang 2012-01-09   6362   0
P10

  Android 笔试总结 文档

Service:服务,具有一段较长生命周期且没有用户界面的程序。   5.View, surfaceView, GLSurfaceView有什么区别。 答:view是最基础的,必须在UI主线程内更新画面,速度较慢。 SurfaceView

hnxylee 2012-03-27   604   0
1 2 3