https://halisavakis.com/my-take-on-shaders-geometry-shaders/ My take on shaders: Parallax effect (Part II) By Harry Alisavakis on Monday, March 11, 2019 Welcome to the second part of the tutorial on Parallax effects! Now, initially I intended for this tutorial to only have two parts, with which I so naively open on the previous post . However, there’s probably going to be a third part on the series, the subject of which I won’t reveal now, for some dramatic tension. The subject of this part was what I initially intended to achieve and it led me to stumble upon the previous and next tutorials, for which I’m really grateful. It’s the effect that got me so excited about parallax, as I mentioned in the backstory of the previous post, and it’s the very same effect covered in that tutorial I mentioned before, but without the Shader Graph: 1 2 3 4 5 6 7 8 // Calculates UV offset for parallax bump mapping inline float2 ParallaxOffset( half h, half height, half3 vi...
댓글
댓글 쓰기