Some Fancy UE4 Material Blueprints
Following from basic materials I started to explore more complex once, the examples below have been pulled from our latest project and have been carefully constructed by my excellent colleague Kevin Lee. (Read his blog here: https://jia-weilee.blogspot.tw/)
The material below gives transparent objects and emissive glow, what's good about this is it's using a lerp and a fresnel reflection rather than a full object glow.
This material can be then made to pulse by adding a 'cosine' node into the Alpha Lerp channel.
Making it rain is a difficult effect to get right, but I think this is material does a great job, I'd like to use this again and add more attributes within an instance. Using a Panner node into the world displacement with a tessellation multiplier can create amazing effects.
Lastly, this simple material made me rethink about how we use the RGB channels to apply three colour tints into one material. I'm sure with future development, this can be used for some creative results!
* UPDATE - New glass material
Today I was looking at the glass in the scene and put together a better material. The old glass is on the left and just seemed too dark and not enough reflection.
The material below gives transparent objects and emissive glow, what's good about this is it's using a lerp and a fresnel reflection rather than a full object glow.
This material can be then made to pulse by adding a 'cosine' node into the Alpha Lerp channel.
Making it rain is a difficult effect to get right, but I think this is material does a great job, I'd like to use this again and add more attributes within an instance. Using a Panner node into the world displacement with a tessellation multiplier can create amazing effects.
Lastly, this simple material made me rethink about how we use the RGB channels to apply three colour tints into one material. I'm sure with future development, this can be used for some creative results!
* UPDATE - New glass material
Today I was looking at the glass in the scene and put together a better material. The old glass is on the left and just seemed too dark and not enough reflection.