this post was submitted on 27 Jul 2023
14 points (93.8% liked)

Godot

5840 readers
177 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Feyter 1 points 1 year ago (1 children)

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 ๐Ÿ˜ž

[โ€“] [email protected] 1 points 1 year 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.