Fabrizio Bergamo

Real-Time FX & Tech Art

Tag: fx

this is the source archive template

  • Gradient Visualizer Material Function

    Gradient Visualizer Material Function

    Similar to what I’ve done in Substance Designer to visualize the Smooth Stepping Curve Function I made. I created a Material Function in Unreal Engine to use as a tool to visualize sine waves or any gradient I use in my materials for various FXs. If you think this could be something useful, you can find…

  • Hologram Shader

    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,…

  • Triangle Wave Function/Modulation

    Triangle Wave Function/Modulation

    The triangle wave function it’s a cheaper alternative to a sine wave, it can be very useful as the alpha input for a lerp node when working with materials or FXs.In some cases, it might be exactly what you’re after since it allows you to blend between two inputs in a linear way. This is what a remapped 0…

  • Kippy’s Escape – HoloLens 2

    Kippy’s Escape – HoloLens 2

    Diorama Almost a couple of years ago, I was fortunate enough to work as a Technical Artist on this project at Framestore!Kippy’s Escape is an open-source HoloLens 2 sample app built to show off the features of the new Mixed Reality UX Toolkit plugin for Unreal Engine.It was an amazing experience, exciting and fun. I…

  • Bond – Blue Period Painting

    Bond – Blue Period Painting

    Diorama I’m excited about this little project!A personal project I worked on in my free time the last couple of weeks, I had the chance to explore more UE5 and practice a stylized look and FXs. The reference is a painting painted by the main character of an anime (Blue Period). He represents “Bond” as…

  • Generate Vector Field Noises for UE with Houdini

    Generate Vector Field Noises for UE with Houdini

    Introduction I recently started experimenting with vector fields and I thought this might be useful for anyone that wants to do the same.I’ll show you a couple of ways to generate them in Houdini, both ways make use of the GameDev ROP Vector Field node, so make sure you have the Game Development Toolset!This node…

  • Looney Tunes Outro

    Looney Tunes Outro

    UE Shader Exploration A very short exploration I did a couple of years ago, after posting a blog post about creating circle shapes and expanding rings in UE4’s shader graph All the circles and gradients are done using Signed Distance functions.The challenge came from getting the right size and timing for each circle, to recreate…