Tag: custom
this is the source archive template
-

Cross Section
Introduction In this post, I would like to outline a technique I frequently use to debug the look of a gradient, as well as trying to take it further by exposing some extra controls to increase its usefulness.I’ve been inspired, for a while now, to try and recreate, within Unreal’s Material Graph, something similar to…
-

Sample Texture in HLSL
Introduction In this blog post, I’ll go over how you can sample a texture in HLSL, more specifically, in a Custom Node Material Graph of Unreal Engine.I won’t be only showing the code itself, but how you can find it out on your own, as well as doing a little breakdown of the function that…
-

Equalizer
Audio FX Fun personal project, a “classic look” equalizer done in Unreal Engine using Niagara. The FX is made out of 3 emitters, one for the main reaction elements, one for the cubes at the top of each column, and a “background” one that connects the two.Particle meshes are spawned in a gird and scaled…
-

Hologram Shader
Realtime FX This is a Hologram Material I’ve done almost three years ago, it was a good way to explore how to use and manipulate sine waves, as well as create some useful functions.I tried to make it as modular as possible so that different sections can be pulled out and recombined in other materials,…
-

Leaf Generator
Substance Material Inspired by the leaf generator made by Jonathan Benainous During my Specialism Project in Substance Designer in my second year of University, I tried to follow his breakdown posted on 80 LVL and create my own Leaf Generator.