码迷,mamicode.com
首页 >  
搜索关键字:surface    ( 591个结果
Writing Surface Shaders
【Writing Surface Shaders】 Writing shaders that interact with lighting is complex. There are different light types, different shadow options, differen....
分类:其他好文   时间:2014-08-02 12:17:33    阅读次数:295
Android4.4深入浅出之SurfaceFlinger框架-渲染一个surface(二)
SurfaceFlinger自启动之后,主要有三种类型线程参与工作: 1.binder线程,负责监控binder设备完成与客户端的交接 2.控制台事件监控线程,负责监控硬件帧缓冲区的睡眠/唤醒状态切换事件。 3.UI渲染线程,负责渲染UI。 一 UI渲染线程      UI渲染线程平时是处于休眠状态,一旦binder线程监测到有其他进程发过来的请求渲染UI的消息就会唤醒UI渲染线程,另一...
分类:移动开发   时间:2014-08-01 13:42:01    阅读次数:430
数学图形之圆环
这一节将为你展示如何生成圆环,以及各种与圆环相关的图形,有Cyclide surface,Horn Torus,tore de klein等.相关软件参见:数学图形可视化工具,使用自己定义语法的脚本代码生成数学图形.我之前写过生成圆环的C++程序,代码发布在圆环(Ring)图形的生成算法(1)圆环v...
分类:其他好文   时间:2014-07-29 14:10:48    阅读次数:375
Visualize Surface by Delaunay Triangulator
Abstract. Delaunay Triangulation is the core algorithm for mesh generation. By Delaunay Triangulator you can make a general method to visualize geomet...
分类:其他好文   时间:2014-07-27 23:18:49    阅读次数:594
Canvas标签初探
学了一点基础知识,感觉好神奇,全部练习代码 Canvas element size: 600 x 300, Canvas drawing surface size: 600 x 300 Can...
分类:其他好文   时间:2014-07-27 11:04:42    阅读次数:227
URAL 1033 Labyrinth(DFS)
Administration of the labyrinth has decided to start a new season with new wallpapers. For this purpose they need a program to calculate the surface area of the walls inside the labyrinth. This job ...
分类:其他好文   时间:2014-07-23 22:32:07    阅读次数:292
Android surfaceview详解
周末看《精通Android游戏开发》(Pro Android Games),里面讲到游戏的框架,其中一个重要的概念surfaceview,觉得不是很理解,于是花了一点时间研究了下,写下自己的心得。surface,这个单词的意思是浮在表面的,那么surfaceview就是浮在表面的view了。如果真的...
分类:移动开发   时间:2014-07-22 23:24:47    阅读次数:360
[Zz] DX depth buffer
声明:本文完全翻译自DX SDK Documentationdepth buffer,通常被称为z-buffer或者w-buffer,是设备的一个属性,用来存储深度信息,被D3D使用。当D3D渲染一个场景到target surface的时候,它会使用depth-buffer surface上的数据,...
分类:其他好文   时间:2014-07-22 22:50:35    阅读次数:211
UV mapping
【UV mapping】 UV mappingis the3D modelingprocess of making a 2D image representation of a 3D model's surface. This process projects atexture maponto .....
分类:移动开发   时间:2014-07-22 22:45:15    阅读次数:303
Android的系统服务一览
System_Server进程运行在system server进程中的服务比较多,这是整个android框架的基础Native服务SurfaceFlinger这是framebuffer合成的服务,将各个应用程序及应用程序中的逻辑窗口图像数据(surface)合成到一个物理窗口中显示(framebuf...
分类:移动开发   时间:2014-07-21 14:21:24    阅读次数:200
591条   上一页 1 ... 55 56 57 58 59 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!