摘要: // Unlit shader. Simplest possible textured shader.// - no lighting// - no lightmap support// - no per-material colorShader "Unlit/Tex... 阅读全文
posted @ 2016-09-01 19:32 00000000O 阅读(732) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/ring0hx/article/details/46440037什么是ShaderShader(着色器)是一段能够针对3D对象进行操作、并被GPU所执行的程序。Shader并不是一个统一的标准,不同的图形接口的Shader并不... 阅读全文
posted @ 2016-09-01 17:46 00000000O 阅读(313) 评论(0) 推荐(0)