Home Unreal Engine

Fading waterfall effect

polycounter lvl 5
Offline / Send Message
bcarter polycounter lvl 5
Hello!

I am working from a concept of a floating island. This is my first time really getting in depth at all with UE4 and could use some help if possible! I am trying to make it look like my waterfall fades out as it's falling. I have tried looking around online for some tutorials, but haven't been able to find the right terms to search for.

Here's my current view in engine, as well as the concept I am trying to match. The mesh itself isn't textured, just done through the material.

I guess the real question is how can I most simply achieve something that gives this fading effect - something through the material? making a texture with a mask? some other kind of magic? kind of stumped on this one.

Thanks for any and all help! :) I can provide more info with what I'm working on if it helps.

KACqWOV.jpg

RwkmeKQ.jpg

Replies

  • leleuxart
    Options
    Offline / Send Message
    leleuxart polycounter lvl 10
    The easiest method is to just add a vertex alpha color to the bottom vertices in whatever modeling package you use, then mask the material with the vertex alpha channel. You could probably blend some movement with it so it's not all disappearing at once.
  • bcarter
    Options
    Offline / Send Message
    bcarter polycounter lvl 5
    Hey leleuxart! Thanks for the advice.

    After being utterly confused about what you were talking about I think I have something figured out haha! I looked up more about masking the material in UE4, and after reading the documentation a bit I realized it was similar to what I did for painting terrain (just for opacity instead of color/texture in this case if I understand correctly).

    I added a vertex color node to the material and then plugged that into the opacity input on the depth fade that feeds into the main opacity, and was able to paint on the mesh through the Paint mode. My mesh might still be a little too low poly though, since you can see the distinction pretty well still:

    wFyqEql.jpg

    Still unsure how to go about blending movement in there, so if you have any tips on good nodes to use I'm all ears!
  • RN
    Options
    Offline / Send Message
    RN sublime tool
    Hey bcarter, do you remember where you got that concept image, or the artist?
    It's very nice.
  • bcarter
    Options
    Offline / Send Message
    bcarter polycounter lvl 5
    Hey Kryzon,

    Here's a link to the concept - https://www.artstation.com/artwork/castle-5f64e630-8037-46ff-bd99-0719bd71dd8b

    It is definitely a nice one, I've really enjoyed working on it!
  • RN
    Options
    Offline / Send Message
    RN sublime tool
    Thank you.

    If it's any use, there was a thread on a Zelda Wind Waker-style waterfall UDK material:
    http://www.polycount.com/forum/showthread.php?t=98578
  • Dave Jr
    Options
    Offline / Send Message
    Dave Jr polycounter lvl 9
    Great concept,

    but your correct about vertex painting and polycount; polycounts don't matter as much anymore so tessellate it for a better result :)
  • RN
    Options
    Offline / Send Message
    RN sublime tool
    bcarter wrote: »
    My mesh might still be a little too low poly though, since you can see the distinction pretty well still
    Besides tesselating the waterfall geometry, you can also try spreading the vertices apart.
    The alpha transition is always distributed between the opaque and transparent vertices, so if you want a very smooth transition you need to distance them more so the transition takes more physical space.
  • bcarter
    Options
    Offline / Send Message
    bcarter polycounter lvl 5
    Thanks Kryzon, for both the advice and the link to the Wind Waker style waterfall - very interesting!

    And thanks Dave Jr, I'll definitely be upping the polycount and seeing how much of a difference that makes :)
Sign In or Register to comment.