I was working recently on making a fairly simple model in Blender that used a shader for a particular. The core magic of the shader was the Brick Texture node. I tried experimenting with different solutions personally in Godot to recreate it since the export to the engine from Blender looked awful. Unfortunately, I’ve hit the limits of my limited shader skills. Does anyone know how they would go about recreating the Blender node in shader lang?

  • Feyter@programming.devM
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    I just realized that this seam’s to be a 3.x shader there where small changes in the syntax with switch to 4.x so I guess you would have to change some words in there… Shader language is still not that good documented 😞

    • LeftEndDev@slrpnk.netOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      The only issue I had with this shader was not being able to extend it to configure the spacing and dimensions of the bricks easily.