Recreating BG3's Camera System in UE5 | 07: OCCLUSION MASKING

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @beachkiller738
    @beachkiller738 8 หลายเดือนก่อน +3

    Your lessons are a real treasure

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

    This class was amazing. Thank you so much fr !!!!!

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

    I am having an issue with the location the texture is masking to. I have followed the steps exactly (to my knowledge), but it keeps focusing on 0,0 and not on the player. Does anyone know how I might go about fixing this?

    • @michaelgriffis6450
      @michaelgriffis6450 7 วันที่ผ่านมา

      I'm having the same issue. If I find anything I'll reply here.

    • @michaelgriffis6450
      @michaelgriffis6450 7 วันที่ผ่านมา

      My issue was I mistakenly connected my "set vector parameter value" to the event begin play instead of the event tick. lol. Changed it and it works as advertised.

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

    Very usefull and simple.
    Thx a lot

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

    I have an issue where things taller than the character that are directly behind it will also be partially masked out

  • @GregoryReeves-n6p
    @GregoryReeves-n6p 2 หลายเดือนก่อน

    genius with the maths

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

    Great videos, But I am hoping some one will help me understand is, How can I apply a Material function to objects like Megascans that already have their own materials? Every tutorial I find regarding this subject is based on a specific chosen material.

    • @FalsePrism
      @FalsePrism  7 หลายเดือนก่อน +1

      As long as you have access to the Master Material that the megascans assets derive from, you should be able to add the EnvironmentMask material function to its Opacity Mask output. If it already has something plugged into its OpacityMask channel, multiply everything that was already there by the EnvironmentMask function right before connecting it to the channel :) You may also need to change its material type to Masked. This would add the functionality to any assets derived from it.

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

      @@FalsePrism thank you very much! I will give it a shot.