Tagged Questions
3
votes
1answer
302 views
Complex shading using one single (small) texture
Recently I stumbled upon a demo reel in UDK about how one can attain beautiful results using just one (rather tiny) texture that's being sent to the shader pipeline. The famous link is this one.
...
3
votes
1answer
961 views
How to make a gaussian blur effect in UDK
I want to make a plane shape (surface) that have a gaussian blur applied to it and this plane is transperant, so all objects behind it looks like they are having a gaussian blur effect.