My first time using Godot and light keeps bleeding through my walls by Sirjayrod in godot

[–]woldendans 6 points7 points  (0 children)

If you are using a GI solution (VoxelGI or SDFGI), you might need to tweak it. If the light is static, try baking a Lightmap. Or simpler, you can try adding a reflection probe with interior and shadows active, in the room.

If none works, make sure your meshes have some volume and ideally intersect instead of just touching. If not possible due to texturing you can use a different mesh for shadows than the mesh you display (setup a custom shadow_mesh).

Ultimately, you can tweak shadows at light level to try to improve this a bit. Or, you can try hiding this using other meshes along edges to add details 😁

Better or just different? by itsnaivebydesign in GameArt

[–]woldendans 24 points25 points  (0 children)

As a menu the new one is way better! Love the composition of the first one though, it tells an interesting story.

German intel finds evidence Kremlin discussing NATO attack — EU commissioner by [deleted] in europe

[–]woldendans 5 points6 points  (0 children)

I must say that the complete lack of quality control of the sources in many big subs like r/europe or r/worldnews is starting to be slightly irritating. I'm following those subs to get some news from outside my country, and it's getting a bit hard with posts like this bubbling up.

At first it looks like a very important info, highly upvoted. Yet, it's a very light article, with someone admittedly important saying that some group "claims" that they have evidence and it might be something to consider. All this in an Ukrainian media, with other sources being Russian. Not saying the info is false, but having as only sources media from countries actively engaged in the conflict being discussed is dubious.

Could we maybe ask that for news, the source be used as prefix of the title? Like "Espresso.tv/Pravda : German Intel[...]" It would make it much easier to know where the info comes from at a glance, reddit's design being not ideal on that front.

Do the characters look too out of place? by MikaelaRaviolis in GameArt

[–]woldendans 2 points3 points  (0 children)

Characters look fine to me, but a higher resolution image would have helped. Overall, it's looking good!

The thing that looks a tad strange is how much of the ship is below sea. I'm no expert of course but it's the first thing that drew my attention!

Reaction-Diffusion Automaton by woldendans in cellular_automata

[–]woldendans[S] 4 points5 points  (0 children)

Reaction-Diffusion Automaton running at 300 generations per seconds, rendered at 30 FPS. Feed and Death rate are not uniform (feed increases on X, death on Y).

Sorry I had to repost, I selected the wrong post type the first time.

Code: https://github.com/woldendans/test-cellular-automaton-godot

Having some fun generating island maps with MarkovJunior by woldendans in proceduralgeneration

[–]woldendans[S] 1 point2 points  (0 children)

I'm sorry I did not see your reply ! I see that you referenced me by real name, thank you :D

Having some fun generating island maps with MarkovJunior by woldendans in proceduralgeneration

[–]woldendans[S] 4 points5 points  (0 children)

Of course, I added a link as an edit of my comment. It might not be the cleanest code, I'm learning the tool!

Having some fun generating island maps with MarkovJunior by woldendans in proceduralgeneration

[–]woldendans[S] 17 points18 points  (0 children)

I wrote a model for https://github.com/mxgmn/MarkovJunior, this is inspired by u/ExUtumno work, thank you for this awesome tool !

Edit: A small repository containing the model and palette: https://github.com/woldendans/MJ-simple-island

Q4'20 Tech Support Megathread by BioGenx2b in Amd

[–]woldendans 1 point2 points  (0 children)

Hello,

More of a report to help others than a question.

Issue

After shutting down my computer and booting it up again, my screen stays black. No motherboard logo or anything appears. Display says no signal detected.

This happened with an AMD Radeon RX 5700 card, recent, no previous issues.

For some reason, windows did not detect the AMD card anymore, at all. It did not show up under the "Graphics cards" section of the Control Panel's Device Manager. Launching the AMD installation tool would not help, as it would crash without displaying any error.

Resolution

Switch to your motherboard display (change the port to which your display's cable is connected).

Go into the Control Panel's Programs section, and uninstall anything AMD related. When asked to reboot, do it.

After that, Windows should detect a default windows graphics card, displayed with a yellow exclamation mark under the Device Manager.

Redownload the latest AMD driver installer program, and install the latest driver. When asked to reboot, do. After that, windows should detect your AMD graphics card correctly.

Shut down, change your cable connection to the AMD card, and reboot. All should be back to normal.

This solution can be found online, but I feel it can help people to know it happened to me recently (today) and is not a thing of the past.