Shader的学习方法总结

http://www.cnblogs.com/Esfog/p/How_To_Learn_Shader.html

[Shader 着色器]学习shader之前必须知道的东西之计算机图形学(一)渲染管线

http://game.ceeger.com/forum/read.php?tid=10970&fid=2

Youtube:https://www.youtube.com/watch?v=hDJQXzajiPg

Shader丢失:shader.find 官方文档。也可能是mate文件不一致或丢失。 或硬件不支持。

file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/Shader.Find.html

Shader.WarmupAllShaders

file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/Shader.WarmupAllShaders.html

ShaderVariantCollection

file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/ShaderVariantCollection.html

Optimizing Shader Load Time

file:///Applications/Unity/Unity.app/Contents/Documentation/en/Manual/OptimizingShaderLoadTime.html

[转]LightmapShader改进

http://m.blog.csdn.net/blog/ldghd/25302471

【好】【Unity Shaders】Shader学习资源和Surface Shader概述

http://blog.csdn.net/candycat1992/article/details/37882765

【好】【Unity Shaders】Transparency —— 使用渲染队列进行深度排序

http://blog.csdn.net/candycat1992/article/details/37345251

【好】candycat

http://blog.csdn.net/candycat1992/article/category/1782159/1

【好】Unity ShaderLab学习总结

http://www.jianshu.com/p/7b9498e58659

【好】解读Unity中的CG编写Shader系列5——理论知识

http://imgtec.eetrend.com/blog/3629

Cg(C for Graphic)语言概述

http://blog.163.com/lee_shutong/blog/static/1294353562009101772236388/

GPU编程与CG语言之阳春白雪下里巴人

http://www.docin.com/p-273209003.html

在Unity 3D中,shader是何时编译的,在何时加载入GPU的缓存

http://zhidao.baidu.com/link?url=pkRrCmBVviRU9lwj3VSLWz1axjxzE5lH6q7KHEHFEc5bHuwUEe_hdq1z13ZVQ69xssGedRpvj2OIQxjSKoc049obtQ2lIQPyFkylxrOJXEy

http://www.zhihu.com/question/30087487?sort=created

Shader - CG语言 和 HLSL语言

http://blog.sina.com.cn/s/blog_6e521a600100qg6e.html

Unity shader 官网文档全方位学习(一)

http://my.oschina.net/u/138823/blog/181131

http://unity3d.9tech.cn/news/2013/1220/39315.html

【原创】Unity3d 着色器语法(Shader)

http://www.omuying.com/article/27.aspx

【原创】Shader 表面着色器语法

http://www.omuying.com/article/49.aspx

猫都能学会的Unity3D Shader入门指南

http://www.360doc.com/content/13/0923/15/12282510_316492286.shtml

http://onevcat.com/2013/07/shader-tutorial-1/

http://www.onevcat.com/2013/08/shader-tutorial-2/

着色器参考 Shader Reference

http://game.ceeger.com/Components/SL-Reference.html

http://game.ceeger.com/Manual/Shaders.html

http://docs.unity3d.com/Manual/SL-Reference.html

着色器语法:Pass ShaderLab syntax: Pass

http://game.ceeger.com/Components/SL-Pass.html

Unity ShaderLab学习总结

http://www.jianshu.com/p/7b9498e58659

可供学习的资料:

For Unity users I'd recommend reading:

And then experimenting with:

先看一个基础的视频,我从国外网站上载下来放Youku上的。

http://v.youku.com/v_show/id_XNDQ3NzA0MTE2.html

讲的是如何使用最基本的Unity的ShaderLab

鸟语博客 shaderLab

http://www.66acg.com/index.php?post=40

[风宇冲]shader系列

http://blog.sina.com.cn/s/blog_471132920101dfth.html

[candycat]shader系列

http://blog.csdn.net/candycat1992/article/category/1782159

【Unity Shaders】Alpha Test和Alpha Blending

http://blog.csdn.net/candycat1992/article/details/41599167

unity material之tiling和offset属性

http://blog.csdn.net/kfqcome/article/details/19343323

Shader的更多相关文章

  1. OpenGL shader 中关于顶点坐标值的思考

    今天工作中需要做一个事情: 在shader内部做一些空间距离上的计算,而且需要对所有的点进行计算,符合条件的显示,不符合条件的点不显示. 思路很简单,在vertex shader内知道顶点坐标,进行计 ...

  2. CSharpGL(14)用geometry shader渲染模型的法线(normal)

    +BIT祝威+悄悄在此留下版了个权的信息说: CSharpGL(14)用geometry shader渲染模型的法线(normal) +BIT祝威+悄悄在此留下版了个权的信息说: 2016-08-13 ...

  3. 【译】Unity3D Shader 新手教程(6/6) —— 更好的卡通Shader

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 动机 如果你想了解以下几件事,我建议你阅读以下这篇教程: 想知道如何写一个multipass的toon shade ...

  4. 【译】Unity3D Shader 新手教程(5/6) —— Bumped Diffuse Shader

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 动机 如果你满足以下条件,我建议你阅读这篇教程: 你想学习片段着色器(Fragment Shader). 你想实现 ...

  5. 【译】Unity3D Shader 新手教程(4/6) —— 卡通shader(入门版)

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 暗黑系 动机 如果你满足以下条件,我建议你阅读这篇教程: 你想了解更多有关表面着色器的细节知识. 你想实现一个入门 ...

  6. 【译】Unity3D Shader 新手教程(3/6) —— 更加真实的积雪

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 如果你满足以下条件,我建议你阅读这篇教程: 你想知道如何在表面着色器中进行混色(blend colour) 你想实 ...

  7. 【译】Unity3D Shader 新手教程(2/6) —— 积雪Shader

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 如果你是一个shader编程的新手,并且你想学到下面这些酷炫的技术,我觉得你可以看看这篇教程: 实现一个积雪效果的 ...

  8. 【译】Unity3D Shader 新手教程(1/6)

    本文为翻译,附上原文链接. 转载请注明出处--polobymulberry-博客园. 刚开始接触Unity3D Shader编程时,你会发现有关shader的文档相当散,这也造成初学者对Unity3D ...

  9. 多材质(Shader)实现

    最近在cocos creator上打算写个U3D中shader功能的插件(能在属性面板调整shader属性). 对其中一个功能有点疑惑,就是U3D中一个渲染物体上可以挂多个材质,后来查询了下,一个物体 ...

  10. unity的固定管线shader

    最近shader学习中,看的视频. 练习的固定管线的shader如下: ps.在unity5中半透明不好用,其他的还好 //不区分大小写 //这是固定管线的Shader Shader "Sh ...

随机推荐

  1. iOS开发中的错误整理,再一次整理通过通知中心来处理键盘,一定记得最后关闭通知中心

    一.打开通知中心,监听键盘的显示与隐藏 二.最后记得将监听通知的对象移除

  2. mysql优化基础

    唯一索引(unique index)强调唯一,就是索引值必须唯一. create unique index [索引名] on 表名 (列名);alter table 表名 add unique ind ...

  3. 工具软件发现(编写chm 文件的工具)

    编写chm 文件的工具 1.PrecisionHelper 安装之后,发现 编写的很不方便,直接在html 上编写-- 不好用 2.Winchm (推荐) 很好用,赞!至少对比了上面那个复杂的操作之后 ...

  4. Javaweb容器的四种作用域

    几乎所有web应用容器都提供了四种类似Map的结构:application session request page,Jsp或者Servlet通过向着这四个对象放入数据,从而实现Jsp和Servlet ...

  5. 1.python算法之汉诺塔

    代码如下: #!/usr/bin/env python # encoding: utf-8 """ @author: 侠之大者kamil @file: 汉诺塔.py @t ...

  6. AS技巧合集「编码技巧篇」

    转载:http://www.apkbus.com/forum.php?mod=viewthread&tid=254725&extra=page%3D2%26filter%3Dautho ...

  7. 【BZOJ-1455】罗马游戏 可并堆 (左偏树)

    1455: 罗马游戏 Time Limit: 5 Sec  Memory Limit: 64 MBSubmit: 1355  Solved: 561[Submit][Status][Discuss] ...

  8. xudyh的gcd模板

    hdu 5019 #include <cstdlib> #include <cctype> #include <cstring> #include <cstd ...

  9. 数据结构算法C语言实现(九)--- 拓展:由迷宫问题引申的AI贪吃蛇

    一.简述 [开发中]由于期末时间有限,而且要用到后面的最短路径(可能),所以打算小学期在实现这一部分

  10. Code笔记之:对使用zend加密后的php文件进行解密

    对使用zend加密后的php文件进行解密 使用zend加密后的php文件用notpad++打开会出现类似的乱码 下面使用解密工具进行解密 http://pan.baidu.com/s/1i3n4ysX ...