An introduction to Niagara's GBuffer Interface

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 30

  • @emirunalan1287
    @emirunalan1287 หลายเดือนก่อน +2

    "Blendable Location" options on post process materials are changed with UE 5.4 You can use "Scene color after DOF" option with translucent particles to make it work

  • @Darcvizer
    @Darcvizer 8 วันที่ผ่านมา

    Great Lesson! Thank you very much!

  • @Kantuva
    @Kantuva ปีที่แล้ว +4

    Simply, spectacular, very much appreciated for all the extra work on setting the visualizations ♥

  • @now_ever
    @now_ever 3 หลายเดือนก่อน +1

    Wow. The last one make me think of making a game where the main character have mental disorders. Or some game about soldier with PTSD/ concussions/shell shock but not using just blured desaturated effect with vignette. Thank you for keep me inspired)

  • @yonjuunininjin
    @yonjuunininjin ปีที่แล้ว +2

    What? Only 10 minutes? Is this my chance to fully understand a tutorial from Ghislain Girardot?
    I've been waiting a long time for this!

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว +2

      Gotta keep it simple sometimes 😅 (or at least try)

  • @funagengames1177
    @funagengames1177 11 หลายเดือนก่อน +2

    Wow, all these examples look so awesome! I’m continually amazed at how many uses particles can have. Do you have any suggestions on how to learn more about creating custom Niagara modules? The Unreal documentation is practically nonexistent and I haven’t really found any good tutorials online for understanding the basics.

    • @ghislaingirardot
      @ghislaingirardot  11 หลายเดือนก่อน

      Hi! Thanks. Yeah Niagara is amazing. Regarding custom modules, hmm no I don't have a specific resource in mind. What you're looking for is sadly a bit scattered across TH-cam, mostly coming from UnrealEngine YT channel tho: you won't find a specific 'Custom Modules' tutorial but Epic plenty of Niagara-related videos where you can pick up bits here and there. Although, Custom Modules are really straightforward for the most part and you should be able to figure out most of it on your hand by getting your hands dirty. Give it a spin and feel free to dissect the many Niagara examples available (from the official Examples Content you can find on the marketplace). Hope that helped, cheers

  • @SomunImmersive
    @SomunImmersive ปีที่แล้ว +1

    Very high level stuff

  • @chrisspeedvisuals
    @chrisspeedvisuals หลายเดือนก่อน

    Could you use this for a video feedback / after image style post processing effect?

  • @grdev3066
    @grdev3066 ปีที่แล้ว

    Amazing!

  • @Ksj392os7
    @Ksj392os7 9 หลายเดือนก่อน +1

    Brilliant! Do you think using this we can make Gaussian Splats for a scene in unreal then use this Gsplats info to have a lightweight scene? I mean, using cameras we do this in real life by taking a point cloud from images? Im pretty sure this would be amazing and very doable

    • @ghislaingirardot
      @ghislaingirardot  9 หลายเดือนก่อน +1

      Not really, using the GBuffer means the scene must be rendered first anyway, so definitely not lightweight. GSplat is doable but not that way.

    • @Ksj392os7
      @Ksj392os7 9 หลายเดือนก่อน

      @@ghislaingirardot thank you for your answer, sure this is what I meant, i dont mean displaying gsplats, I mean the opposite, generating gsplats from the rendered scene, but instead of in real life we would use a camera, here we can just scan the rendered scene and we get much more efficient gsplats than in real life, I dont know if I misunderstood you or the other way around 😅 anyways if what you meant by another way is this fro generating gsplats? Or displaying them? If its for generating I am very much interested

    • @ghislaingirardot
      @ghislaingirardot  9 หลายเดือนก่อน +2

      @@Ksj392os7 oh I see, my bad. I'm probably not the best person to ask. GSplat alone, I know it made a huge buzz not so long ago, but I barely paid attention to it tbh, so my knowledge is definitely lacking here :D

  • @MadMax-mw3og
    @MadMax-mw3og ปีที่แล้ว +2

    Hey amazing effects, subscribed to your patron! However I have a question! How can I control the speed of the sonar effect?

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว

      Ty for joining in! The FX_Syst_GBuffer_04 has a 'GetScaleFromDepth' Dynamic input script used in its 'ScaleSpriteSize' module which makes use of Time. You may want to expose a float there and multiply Time with it to control the speed. Hope it helped

    • @MadMax-mw3og
      @MadMax-mw3og ปีที่แล้ว

      @@ghislaingirardot Thank you, yes It worked, If I can ask a follow up question it would be if there was a way to have the particles go dark at a certain depth

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว +1

      @@MadMax-mw3og Use the 'Depth' output variable remapped to a 0-1 range to lerp between white and black

    • @MadMax-mw3og
      @MadMax-mw3og ปีที่แล้ว

      @@ghislaingirardot Thank you

  • @canliferous
    @canliferous ปีที่แล้ว

    Cool video, I was testing out Niagara's Gbuffer but for some reason the particle color is not showing up after putting on a post process material. I think I have the same setup as you any idea why?

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว

      Hey! Could be a number of reasons. I'd first check your Post Process Material is rendered *before* translucency like I showed at 4:40

    • @canliferous
      @canliferous ปีที่แล้ว

      @@ghislaingirardot I do have it set to Before Translucency which is why I'm confused with it

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว

      @@canliferous Do you at least see particles when the post process material isn't applied? Also maybe try disabling depth test in your particles' translucent material & make sure it's rendered after DOF

    • @canliferous
      @canliferous ปีที่แล้ว

      @@ghislaingirardot I can see the particles, the translucency pass is after DOF and the disable depth test is greyed out. I am using unreal 5.1 don't know if that makes a difference

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว

      @@canliferous This video was shot in 5.1. Works the same in 5.2. Anyway, depth test being greyed out suggests you're not using a translucent material.

  • @EliasLeo6
    @EliasLeo6 ปีที่แล้ว

    hmmm the post processing just turns my viewport black, nothing visible. not sure what i'm doing wrong

    • @ghislaingirardot
      @ghislaingirardot  ปีที่แล้ว

      Double check that your post process material is rendered before translucency

  • @SAYRESS
    @SAYRESS 9 หลายเดือนก่อน +1

    im getting kinda mad that i cant just remake it, cause nodes wasnt explained