Creating Shapes with Math inside Unreal Engine Material Graph (Circle, Rounded Square, Star & More)

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

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

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

    float p = P;
    float sum = pow(abs(UV.x), P) +
    pow(abs(UV.y), P);
    return pow(sum, 1/P);

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

    This is what i needed thank you

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

    Really needed this info. Thanks a lot👍

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

    Thank you for teaching content.

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

    Thank you~ 감사합니다!

  • @fernandodiaz5867
    @fernandodiaz5867 2 ปีที่แล้ว

    Basic and superb! Thank!!!

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

    It similar to GeneratedRoundRect existing node

  • @carlosrivadulla8903
    @carlosrivadulla8903 2 ปีที่แล้ว

    thnx I liked this kind of content

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

    The problem with these is there's not necessarily a way to make these into a repeating texture, say for a wallpaper design in a room. Is there?

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

    Thanks for the tutorial bro_!!
    Is it possible to make the border of this shape so that you can change the colors of different parts?
    I know that the border can be made by subtracting one from the other, but this way the color of the border and the inside do not work correctly due to multiplying one shape by anothe_!!

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

    Thank you

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

    How can i make it to be scalable one axe at a time on x and on y

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

    how to make this shape not stretch when you zoom in on the cube?

  • @buffalosoldier-br1mi
    @buffalosoldier-br1mi 9 หลายเดือนก่อน

    hi is there any way to make it replicate as pattern i did a star and want them to be random sizes and positions around my material to used as landspace it is possible?

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

    how to make this tiling?

  • @maryjoybanoc1422
    @maryjoybanoc1422 2 ปีที่แล้ว

    Sa