Heightmaps | Advanced PBR Explained in Unreal Engine |

Поділитися
Вставка
  • Опубліковано 2 сер 2024
  • In this video we will learn advanced Physically Based Rendering concepts necessary for getting proper results when using PBR in Unreal Engine. We will cover heightmaps, which are used to get extra detail in our meshes but without the extra geometry and the associated performance cost. We will see how to use Bump Offset, Parallax Occlusion Mapping and Displacement (World Position Offset) in Unreal Engine.
    00:00 Intro
    00:24 Heightmaps
    01:55 Parallax Mapping
    07:05 Parallax Occlusion Mapping + PDO
    12:24 Displacement
    19:48 Outro
    This video is part of my Unreal Engine PBR PLAYLIST:
    • Physically Based Rende...
    Check out my other channel if you are looking for tutorials in SPANISH:
    / @joyitasunreal
    PLEASE SUPPORT ME
    Patreon I / unrealgems
    #UnrealEngine #PBR #Heightmaps #AdvancedPBR #MaterialRendering #UE5Development #GameDev #UE5 #HeightmapTutorial #PBRExplained #DevelopmentTips #UE5Tutorial
    The model used in this work is Rusty Barrel by mxtc licensed under CC BY 4.0.

КОМЕНТАРІ • 9

  • @godofdream9112
    @godofdream9112 Рік тому

    how to scale / tile the texture itself... because I cant use texture coordiante, uv node is being used by paralax occlusion mapping.

    • @UnrealGems
      @UnrealGems  Рік тому

      You can use the UVs (V2) pin, in the same way that you would use the UVs input in the texture samplers:
      dev.epicgames.com/community/snippets/MEA/unreal-engine-tiling-parallax-occlusion-mapping
      There is a caveat, as is, you cannot use rotation in the UVs. You need to modify the POM function for it to account for UV rotation, I may make a video if enough people are interested.

  • @alexiselliott2995
    @alexiselliott2995 8 місяців тому

    This was such an informative tutorial. I will certainly be trying out some of these techniques in my workflow for sure! 😃

    • @UnrealGems
      @UnrealGems  8 місяців тому +1

      Really glad that you like the tutorial, it makes my day when I get comments like this. Thanks for the comment! 😁

    • @alexiselliott2995
      @alexiselliott2995 8 місяців тому

      Aww your welcome!@@UnrealGems

  • @PeterQuinton
    @PeterQuinton 10 місяців тому

    Superb tutorial - beautifully explained. Well done!

    • @UnrealGems
      @UnrealGems  10 місяців тому +1

      Thanks for the comment! Really glad that the tutorial was useful! 😁

  • @issamaf80
    @issamaf80 Рік тому

    great tutorial 👍 keep it up.