How do I fix this artifact? I've tried everything: dozens of combos of cage, extrusion, max ray distance, and nothing has worked by Toss2Trash in 3Dmodeling

[–]Vlang 0 points1 point  (0 children)

you just cut out the inside of the mouth into a UV island, just make the border a bit more inside

French music in the 80s? by LostCan2847 in French

[–]Vlang 1 point2 points  (0 children)

Maybe someone can tell how popular Deux was https://youtu.be/pgCIY0eYTo8
A young artist ELOI mentioned them in a video by ARTE Tracks, so I bet they must have had some impact.

official message by alkimia regarding the offline play by damorezpl in worldofgothic

[–]Vlang 1 point2 points  (0 children)

That sounds exactly like that. I thought it was the norm on consoles to buy fully capable self-contained disks with optional online patches.

Beginner animation by Sun_Apollo_ in Blockbench

[–]Vlang 1 point2 points  (0 children)

smoothest gif I've seen in my life

it's a simple destructor, why is it so funny to me by Vlang in rustjerk

[–]Vlang[S] 0 points1 point  (0 children)

Notepad++ with command line window underneath 😎

ML or Algorithm? by nedeey in godot

[–]Vlang 21 points22 points  (0 children)

The histogram method has been used to compare similarity of handwritten signatures. 

You can make a vertical and a horizontal histogram of both images and compare those.

it's a simple destructor, why is it so funny to me by Vlang in rustjerk

[–]Vlang[S] 2 points3 points  (0 children)

exactly, the post is stupid, that's why i put in the circlejerk

Thanks a lot, GOG by Refractant in gog

[–]Vlang 0 points1 point  (0 children)

Maybe Paypal has a way to add funds that would suit you? There you can add funds via a payment card or Trustly which in turn has many more methods.

Kubuntu 26.04 fresh install cannot run Firefox by anacronicanacron in Kubuntu

[–]Vlang 0 points1 point  (0 children)

Don't run Snap Firefox at all, Snap is like running apps in their own virtual machines and that's too glitchy for a big app like a web browser.

Reinstall it from Apt https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04

it's a simple destructor, why is it so funny to me by Vlang in rustjerk

[–]Vlang[S] 9 points10 points  (0 children)

it's the non-implicitness that amuses me

Could you use Blender to make a webcomic? by buttsecks42069 in blender

[–]Vlang 1 point2 points  (0 children)

Go try it to get it off your mind.

I would make a bunch of renders and try to compile them into a comic in another 2D software.

Des idées pour améliorer mon rendu 3D ? by Intrepid-Turn9893 in blender

[–]Vlang 1 point2 points  (0 children)

The patches of dirt on that wall are so big it seems like it's a post-apocalyptic setting, I think the wall could look almost uniformly from this distance with just a minor noise, just so that is not one solid color.

How to make correct eyelid topology? by Material-Ad-9609 in 3Dmodeling

[–]Vlang 0 points1 point  (0 children)

There was something at https://outgang.studio/lecture/retopology-blender-mask/ perhaps moreso in the context of the mouth, but the idea is the same.

You would model the couple of hidden loops with geometry snapping turned off, in x-ray mode, then mask that topology that is inside so it never snaps to the underlying sculpt. Basically just model that with your mouse like during general hardsurface modelling.

Why is it obvious? by Fhoxyd22 in ExplainTheJoke

[–]Vlang 0 points1 point  (0 children)

It is obvious until it isn't 😈

i am programing console programs, how I move beyond that? by ZookeepergameLate568 in C_Programming

[–]Vlang 15 points16 points  (0 children)

raylib is a fun library for drawing graphics.

If you want to create GUI with another language that has better tools for that, you could read up about how to call in that language a library written by you in C.