UE4 - Wireframe Shader & Vertex Masking

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

Комментарии • 31

  • @DBV30
    @DBV30 5 лет назад +8

    You can use a great node for position offset: Vertex normals

  • @IgorBgd
    @IgorBgd 4 года назад +1

    So glad that I have found you. Bunch of really helpfull tutorials from various topics. Great channel, cheers!

  • @luiscarlosmarquez335
    @luiscarlosmarquez335 5 лет назад +3

    Amazing tutorial, ive been looking for this. thanks!!

  • @asr59
    @asr59 5 лет назад +7

    for the WPO you could do what is usually done with displacements map, so the vertex of the wireframe mesh will displace along the vertex normal. You just need to multiply a scalar value with the VertexNormalWS node, and plug that multiplication into the world possition offset :) hope it helps and nice stuff in your channel

    • @ThatRyanManning
      @ThatRyanManning  5 лет назад +8

      Awesome suggestion Aitor! Thanks for the tip. For those of you who want to see the setup Aitor mentioned: i.imgur.com/rMTXkGu.png

    • @asr59
      @asr59 5 лет назад +1

      @@ThatRyanManning glad i helped :)

    • @adamodimattia
      @adamodimattia 4 года назад

      I was about to write the same thing, acutally I wrote it and then deleted it because I noticed you alread did :)

    • @psychoelitenz8380
      @psychoelitenz8380 3 года назад +1

      Thak you so much, wasted a bit of time trying to do exactly this!

  • @VladGohn
    @VladGohn 6 лет назад

    very cool tuts. need more)

  • @ARMORHOUS3weplay
    @ARMORHOUS3weplay 4 года назад

    BRILLIANT!

  • @JDARRASVP
    @JDARRASVP 2 года назад

    You are Great !!!

  • @izvarzone
    @izvarzone 5 лет назад

    Didn't even know about that, I was rendering UV wireframe from 3d software. This one looks more high quality too because it ignores texel density.

  • @chloeguennou2855
    @chloeguennou2855 4 года назад +9

    Is that really optimal to have a copy of your mesh? When you work with meshes having significant size, it means creating a pure copy of it, and it is just killing the performance. Is there a way to do something similar but without making a copy of a given object?

    • @Korhartful
      @Korhartful 2 года назад

      You could bake Edges of the UV Map in a texture and use it as a mask.

  • @terrablader
    @terrablader 3 года назад

    This is excellent thank you is there a way to have faces one color but the edges lines another?

  • @priamgivord469
    @priamgivord469 2 года назад

    Hi, will this show any edges of the original mesh? Even edges that have no surface on their sides? All the best! P

  • @jimver04
    @jimver04 3 года назад

    Do you know how to have one materials that renders both color and wireframes ? I do not want to duplicate my actors for efficiency reasons

  • @AdamSweeney85
    @AdamSweeney85 3 года назад

    @Ryan Manning I've been trying to creating Vertex lighting (like the tesselated flight light look in Silent Hill 2) any way you can help me with this, please?

  • @georges8408
    @georges8408 3 года назад

    All your tutorials are excellent !!! but for us we start now, vertex painting is a complete chaos.... when we import and fbx or even the simple "box" that included in basic shapes of unreal, vertex painting is not working at all because of low number of vertex... so it would be nice to have a tutorial of how to create a mesh or a proper geometry that will be capable for vertex painting either inside unreal or in sketchup other software...

  • @P4TTT
    @P4TTT 9 месяцев назад

    How to make a square mask instead of exact wireframe?

  • @oxygencube
    @oxygencube 4 года назад

    THANKYOU!

  • @ivansemchuk
    @ivansemchuk 4 года назад

    Is there a way to make cross-section cut in Unreal Engine? Thumbed through tons of pages and not a decent answer. Though Unity and other sorts are making a great attempt to solving it.

  • @clebercoutinho1996
    @clebercoutinho1996 4 года назад

    Hi,
    NIce tutorial.
    Instead use the world Position offset(which does not give a great precision in all directions. Maybe would be better to have the UV texture(black and white) for the object itself, and layer on top, then do all extra magics, glow, animation with this layer.
    thanks :)

  • @laneydante601
    @laneydante601 5 лет назад

    I love this tutorial and thank you so much Ryan. But i wonder if the "Object Position" substract "Absolute World Position" really works. It seems like the result doesn't change, vertex does not offset in their normal direction but scales base on the center pivot of the mesh. Maybe i am wrong but, anyway, expecting your reply.

  • @SianTube
    @SianTube 5 лет назад

    Your tutorial is very good man ! Thank you :) I've just one question, do you know a way to can have a more fatter wireframe ?

    • @ThatRyanManning
      @ThatRyanManning  5 лет назад

      It's possible but would require a different material setup.

    • @SianTube
      @SianTube 5 лет назад

      @@ThatRyanManning Do you know how to make it ?

    • @ThatRyanManning
      @ThatRyanManning  5 лет назад

      @@SianTubeOff the top of my head no. I'd have to look into though.

  • @易水-w8s
    @易水-w8s 4 года назад

    cool