Fabrizio Bergamo

Real-Time FX & Tech Art

Tag: tutorial

this is the source archive template

  • Perfectly Remapping a Cube to a Sphere

    Perfectly Remapping a Cube to a Sphere

    A perfectly rounded sphere, with clean and uniform topology. I’m sure every artist who works with 3D models needs something like this at some point.We all went down the route of subdividing a cube multiple times, but that doesn’t translate to a perfect sphere: A good workaround would be to reproject the geometry of the…

  • Linear & Smooth Step – Material & Niagara Functions

    Linear & Smooth Step – Material & Niagara Functions

    Intro In this blog post, you will find a brief explanation of how these two functions work and their application, I will mainly show the setup of how they can be created as Material and Niagara functions in Unreal Engine. I started looking into this because I needed a Smooth Step Function to use in Niagara and I couldn’t find a built-in node…

  • Circle Shapes and Expanding Rings

    Circle Shapes and Expanding Rings

    Intro I played Fall Guys recently (who didn’t?), I often die in the first rounds so I find myself staring at the loading screen for ages waiting for the other players. Soon enough I started wondering if I could recreate it in a shader without using textures..Well, turns out I could and it’s quite simple!…