码迷,mamicode.com
首页 >  
搜索关键字:surface shader    ( 1969个结果
数学图形之Kuen Surface
Kuen Surface应该又是一个以数学家名字命名的曲面.本文将展示几种Kuen Surface的生成算法和切图,其中有的是标准的,有的只是相似.使用自己定义语法的脚本代码生成数学图形.相关软件参见:数学图形可视化工具,该软件免费开源.QQ交流群: 367752815公式1#http://jala...
分类:其他好文   时间:2014-08-08 17:43:26    阅读次数:284
数学图形之Boy surface
这是一个姓Boy的人发现的,所以取名为Boy surface.该图形与罗马图形有点相似,都是三分的图形.它甚至可以说是由罗马曲面变化而成的.本文将展示几种Boy曲面的生成算法和切图,使用自己定义语法的脚本代码生成数学图形.相关软件参见:数学图形可视化工具,该软件免费开源.QQ交流群: 3677528...
分类:其他好文   时间:2014-08-08 09:31:35    阅读次数:255
Unity3D 模型透明设置
现在4.x版本的,直接拉个模型进来后,点击模型,在Inspector中可以看到很多模型的属性。找到你想改变透明度的地方。比如我想更改roof更改shader渲染的方式选中Transparent(透明度)的diffuse,之后调节Main Color中的A值255为不透明,可自己调节。
分类:其他好文   时间:2014-08-07 18:52:10    阅读次数:312
【Unity Shaders】Mobile Shader Adjustment—— 什么是高效的Shader
在...
分类:其他好文   时间:2014-08-06 22:55:32    阅读次数:252
[Surface] 在win8.1上使用QQ截图放大问题(解决办法)
在使用每次截图的时候整个都被放大了,很让人郁闷,截不到完整的图,本着遇到问题解决问题的想法,这事早解决早好。
分类:Windows程序   时间:2014-08-06 21:59:12    阅读次数:513
A trip through the Graphics Pipeline 2011_12 Tessellation
Welcome back! This time, we’ll look into what is perhaps the “poster boy” feature introduced with the D3D11 / Shader 5.x hardware generation: Tessella...
分类:其他好文   时间:2014-08-05 02:55:48    阅读次数:272
A trip through the Graphics Pipeline 2011_02
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:其他好文   时间:2014-08-05 00:35:28    阅读次数:288
A trip through the Graphics Pipeline 2011_11 Stream Out
Welcome back! This time, the focus is going to be on Stream-Out (SO). This is a facility for storing the Output of the Geometry Shader stage to memory...
分类:其他好文   时间:2014-08-05 00:34:38    阅读次数:299
A trip through the Graphics Pipeline 2011_04
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:其他好文   时间:2014-08-05 00:33:00    阅读次数:343
opengl ES
1. OpenGL ES 2.0可编程管道 OpenGL负责把三维空间中的对象通过投影、光栅化转换为二维图像,然后呈现到屏幕上。 上图黄色部分(Vertex Shader和Fragment Shader)为此管道的可编程部分。整个管道包含以下两个规范: 1) OpenGL ES 2.0 API s....
分类:其他好文   时间:2014-08-04 16:56:37    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!