NGUI의 UIPanel의 속성에 따른 Shader File Name
Posted by Go crazy for anything that will make you smile.
shader 작업을 하다가 ngui의 특정 패널에 붙어있는 uisprite가 내가 지정해둔custom sha...
shader 작업을 하다가 ngui의 특정 패널에 붙어있는 uisprite가 내가 지정해둔custom sha...
unity shader에서는 mobile device의 성능에 따라 하나의 셰이더 파일에서원하는 셰이더 내용...
유니티 릴리스 정보를 보면 기본적으로 hdr을 쓰기 위해 ARGBHalf를 쓰고 있는데메모리 효율을 위해 추...
이전 글 : Depth and Normal Texture (Part 2)원문 : Depth and Norma...
이전 글 : Depth and Normal Texture (Part 1)원문 : Depth and Norma...
1. 깊이값 : 뷰 공간에서 원점(카메라 위치)와 정점간의 거리v2f vert (appdata_base v)...
이 글은 번역글 이다.원본 : http://williamchyr.com/2013/11/unity-shader...
가끔 고정된 셰이더 코드를 만들고 거기에 약간 다른 "variant" 셰이더 를 만드는게 편하다.보통 이는 ...