CG Shaders – Parallax Mapping
I implemented a basic parallax shader to round out the current shaders. It is similar to Unity’s Implementation of parallax in CG with an exposed parallax bias. Unity uses a constant bias (of 0.42 from what i hear on the interwebs?) allowing them to only expose 1 value which is easier to understand for some […]