http://candycat1992.github.io/2016/11/29/texture-repetition/ http://candycat1992.github.io/unity_shaders_book/unity_shaders_book_corrigenda.html
2DFluidSim : pencil2 : Port 2D fluid simulation to Unity
WebOct 24, 2015 · candycat1992 has 15 repositories available. Follow their code on GitHub. Repositories 15 - candycat1992 (Feng Lele) · GitHub Projects - candycat1992 (Feng Lele) · GitHub Packages - candycat1992 (Feng Lele) · GitHub Stars 307 - candycat1992 (Feng Lele) · GitHub 1.4K - candycat1992 (Feng Lele) · GitHub Introduction. This project implements several OIT (Order-independent … Introduction. This project is intended to test some NPR in Unity. Unity Version. Unity … Candycat1992 Shadertoy_Lab - candycat1992 (Feng Lele) · GitHub 3K Followers - candycat1992 (Feng Lele) · GitHub Web一。透明物体在渲染中一直是一个头疼的存在,除了会增加overdraw引起性能问题外,还经常导致各种渲染错误。所以很多效果都是不支持透明的。但有的时候,美术经常要这种效果。在这里总结下几种常用的解决透明物体渲染错误的办法。 1.基本方法&am… dutch plastics
Projects · candycat1992/candycat1992.github.io · GitHub
WebOct 4, 2013 · 1 Answer. Sorted by: 3. invert the object's transform. apply that transformation to your world space rotation. the result is your object space rotation. Share. Improve this answer. Follow. Web3. The camera's culling mask tells it which layers to render. The first mask, ~ (1 << LayerMask.NameToLayer ("Transparent")), renders everything except the transparent layer. The second mask, 1 << LayerMask.NameToLayer ("Transparent"), renders only the transparent layer. It's pretty common to render opaque geometry in one pass, then … dutch plastics education