3D Card Effect In Godot 4

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

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

  • @j.c.5781
    @j.c.5781 2 ปีที่แล้ว +17

    You do fantastic content!
    I really hope you will get many more subscribers as this channel definitely does not get the attention it deserves.

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

    Very interesting video that proposes a solution that can be useful, for sure. Thanks again for your time.

  • @DrDrift-rl6cc
    @DrDrift-rl6cc 2 ปีที่แล้ว +3

    Saw this from Reddit! Really cool, thank you

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

    I've recently started my journey into 3D and shaders with Godot 4, so your channel is the perfect one to stumble upon! Keep up the great content!

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

    Huuuuge congrats on 1K! You're absolutely crushing it! :D

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

    An example of a 3d platform from scratch would be very useful,
    thanks for sharing

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

    You definitely deserve every subscriber you've gotten so far past that 1K mark. Thank you for the high-quality learning resource!

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

    Coming in late to say, holy crap, what an amazing effect idea. How has nobody done this?

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

    Nice tutorial! Idk how complicated the topic actually is, but it would be really nice if you could cover the topic of mesh generation a bit, especially along a curve. So that I can for example generate a roller coaster track through a set of Bézier curves. But anyway, thanks for your afford and your tutorials in general.

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

      This will actually be a part of next weeks video I'm planning!

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

      Here's the video on path based mesh generation! th-cam.com/video/Gfpnxg-jne4/w-d-xo.html
      Hope ya find it useful

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

    Great content! I am a Big fan. Unfortunately new in using Godot.
    I got a error after I add texture/new viewporttexture: Path to node is invalid.
    And I really dont know what´s wrong or how I even solve this problem.

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

    amazing effect!

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

    How do you learn all these different principles? I'm struggling to become self-sufficient with game dev, never feels like the docs give me enough info

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

      Spend a whole lot of time reading through source code, reading through algorithms, break stuff, get frustrated, keep going, and then one day you just start to get it... It takes time

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

    I just wanted to know how I do the texturing but that part was missing from the project. Scared about pokemon copyright? :D

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

    Oh it help with the example with ref was able to set up right. Did follow the video only to find there some missing set up. As well error handling was not showing well.

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

    These look great!

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

    isnt there a new feature called portal in godot ?

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

    hum do you think it's possible to do the same effect with the portal feature?

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

    is there a way to fix the error msgs "ViewportTexture: Path to node is invalid." The card effect worked for me, but the error msgs are bugging me 😅 . Great Video!

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

    amazing!

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

    please do a motorcycle lesson in Godot 4

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

    Are you available for hire?

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

    really nice, thanks. sometimes the video could be a little bit slower, otherwise perfect tutorial !
    I run into an issue with the newer versions of godot where I had to set the viewport texture property from a script or else it would not work.
    mesh.surface_get_material(0).set_shader_parameter("view_tex", $SubViewport.get_texture())