Hiding texture repetition in Godot 4 | Tutorial

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

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

  • @shoq9711
    @shoq9711 ปีที่แล้ว +52

    This is called Stochastic Texturing if someone wants to read more on it.

    • @ynnda6155
      @ynnda6155 11 หลายเดือนก่อน

      thanks

  • @orthodoxcaveman5819
    @orthodoxcaveman5819 ปีที่แล้ว +17

    I've been looking for something like this for months, great work

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

    Not sure how I didn't know about the tip at 11:09, that's awesome and will help me a ton

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

    the greatest video of all time, may god help my stupid doing this via code

  • @AntonioRColon
    @AntonioRColon 9 หลายเดือนก่อน +2

    This is absolutely fantastic! I learned so much about the shader tool and the logic structure behind each component.Thank you for the share!

  • @spectrecular9721
    @spectrecular9721 4 หลายเดือนก่อน +2

    Very interesting, thanks!
    P.S.: I love your voice. It's a bit reminiscent of a good guy misunderstood as a cartoon villain, and I'm all for it

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

      lol this made my day thank you very much

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

    Awesome synthetisation of all approaches and very well explained. Thank you !!

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

    Amazing tutorial

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

    This is a really useful video. Thank you!

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

    woow, this is just incredible, very cool, thanks for sharing

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

    Great video, keep 'em coming!

  • @duskcus
    @duskcus ปีที่แล้ว +5

    The production quality of your video’s are incredible.

    • @mbg4681
      @mbg4681 11 หลายเดือนก่อน

      And I love how it supports the depth of the information provided! The visual aids are top-notch. Not to mention the completeness and structure of the presentation itself. It's like every time things start go over my head and I wonder "but how am I supposed to do THAT?!" he immediately says "And here's how you do that...".
      No joke, this literally happened to me twice during the procedural dungeon tutorial.

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

    Wow, this is what I'm looking for. Thanks mate

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

    Brooo u r a legend ur 2 tutorial vids are 🔥🔥🔥🔥 thx

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

    absolutely awesome video! very clear instructions. well done bunch of thanks !

  • @mapopi-mm
    @mapopi-mm ปีที่แล้ว

    Clear explanations on a great topic, thank you!

  • @lucapagano3685
    @lucapagano3685 10 หลายเดือนก่อน

    Nice video! thanks for the tutorial!

  • @badcircle
    @badcircle 11 หลายเดือนก่อน

    awesome video! Thank you for such a great breakdown

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

    You move a little fast for the sake of really understanding the process, but this is still super helpful. Thanks!

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

    great tutorial!

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

    I'm making a procedural game, so this is going to help me tremendously.

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

    Wow! Excellent tutorial. You've officially made me feel stupid! 😂 But you've also made me think and want to spend a lot more time understanding what you explained here, so Bravo! And thanks for sharing your knowledge.

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

    this is gold! Thanks

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

    Great video.

  • @a1534-d7k
    @a1534-d7k 11 หลายเดือนก่อน

    this is so helpful

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

    Very good and easy to follow tutorial with perfect examples = follow + like

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

    not 100% sure whether this wouldn't fit the target audience for this tutorial, but the transformation is a little more explicit as a transformation if you first do it with a 2x2 matrix like uv *= mat2(cos(t), -sin(t), sin(t), cos(t));

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

    Well presented, well explained; Thanks a lot! If I may ask, how did you make the animated "slides" around the 2:15 mark?

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

      Thank you! Everything you see is created in blender. So that is just a 2d plane object that I've animated to go down. It's crazy how much you can do with blender , besides 3d.

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

      100% -- I love blender!

  • @picodrift
    @picodrift 10 หลายเดือนก่อน

    Is there anyway to recreate poligon uber mapping from blender and put it in godot

  • @shaon1412
    @shaon1412 10 หลายเดือนก่อน

    Can this be used in tilemaps?

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

    The Make resurcive for the second noise doesn't seem to do anything.

  • @Broncosoozie
    @Broncosoozie 4 หลายเดือนก่อน

    I'm sorry if this ends up as a duplicate comment but I can't find my original question. I tried doing this in 2D but was unable to get it to work with either a MeshInstance2D or a TextureRect, it would just put the image in the corner and stretch out the edge pixels, it was very strange. Is this possible to do in 2D to get a tiling background effect while still hiding the repetition?

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

      hey I'll try to replicate this in 2d and will let you know if there's something that needs to be done differently. pretty sure it's just a matter of enabling the correct texture flags on import though

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

    i have i few ideas for the tailing system in not sure how to do that in godot because i use unity but i thing thos will be useful
    1. make i lod Texture what i mean by that if make some form off distance and you have 2 or more texture you able to make the texture to changes for one to the other base on the distance
    the idea is to use the detail texture for close distance and wean you are far away to use texture with less nostale taling and because it's difrent texture you able to use whatever scale and texture you wand.
    2. the second method i find (this not necessarily solved the taling but still i nice mechanic i find) in 3D game engine ther is one system the call mip maps this system usually generate texture with different base on the screen resolution the see this texture Hoover it is possible to make your own mip mapping that means you able to add or remove detail for thos mip map in the order to do that you have to use a image format call .dds and use a software that you make you edit thos files format one software i find that works for this type off work is gimp you able to export your image file to .dds then one off the make you generate mip map and after that you have to open this image file gimp in the order to edit mip map one last step wean you save make press the export to dds and then use the option use existing mip map im not sure if work in godot though.

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

    Hi! I make a starry sky using a shader in godot. Please tell me how in the shader when creating a starry sky when applying a texture and applying uv = vec2 to it(EYEDIR.x, EYEDIR.z) to get rid of stretching the texture on the horizon, is there any way to shift the uv coordinates of the EYEDIR slightly down to hide these defects, so that the stars closer to the horizon would not be distorted? Google unfortunately did not help.
    This video bug th-cam.com/video/OFRtexD0eSk/w-d-xo.html

  • @SamiO-si4mc
    @SamiO-si4mc ปีที่แล้ว

    Thankyou! :) (Liked! (+ Sub))

  • @ОлегЩеглов-ж5м
    @ОлегЩеглов-ж5м 8 หลายเดือนก่อน +1

    please apply low pass filter to the audio

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

      Oof and a simple compressor. The volume spikes are seriously severe

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

    Need more views and subscriber

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

    that was help thanks
    i have QUSTION
    can u do something like this shader_type of grass
    this guy
    WIP Grass 3D Pixel Art :)
    how all grass are same color but when get shadow can all grass change and that dose note effects other grass
    grass to grass no shadow but object to grass shaow

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

    guys take in count that this is going to impact in the performance due to calculations, just bake the textures and then apply them on the models directly.