Bezier

joined 2 years ago
MODERATOR OF
[–] [email protected] 8 points 2 months ago

I don't see the angle difference. The colors and lighting look the same. It has the exact same clouds, too.

[–] [email protected] 14 points 2 months ago (1 children)

Whoever mashes the keyboard best.

[–] [email protected] 9 points 2 months ago

I had flu before covid too. Jewish space lasers confirmed.

[–] [email protected] 2 points 2 months ago

Looks like plain old photoshop.

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago)

It often feels like the people doing this shit have no compassion at all and are just fine destroying someone's life. It kind of makes me feel better that some had second thoughts after seeing the what they'd done and that they might realize that the "evil other group" are people, too.

[–] [email protected] 5 points 2 months ago (2 children)

Cool idea, I doubt it's feasible.

The explanation of what a robot is was weird

[–] [email protected] 7 points 2 months ago

the usual friend that loves punching people

Very fucking usual

[–] [email protected] 27 points 2 months ago (3 children)

How should people credit the words they pick up into their vernacular? This doesn't sound like a very workable idea to me.

[–] [email protected] 76 points 2 months ago

Too obvious, Trump doesn't speak that well.

[–] [email protected] 37 points 2 months ago (8 children)

Do you have an problem with that?

[–] [email protected] 21 points 2 months ago

It's like having a screensaver on an LCD monitor.

But screensavers are fun!

[–] [email protected] 4 points 2 months ago (1 children)

Looks like the community is empty. Want to do the honors and post that there?

 

I discovered the purpose of what looked like an NFC tag in my toothbrush heads. More expensive smart versions of my toothbrush log how many times the head is used, and start nagging about replacement after a while. Unlike with printer ink, it at least doesn't disable old toothbrush heads.

https://hackaday.com/2023/05/27/hacking-a-smart-electric-toothbrush-to-reset-its-usage-counter/

 

So I've been working on this concept for a bit. The goal here is to make my game's terrain and roads in-engine, so that geometry, object spawns, traffic paths, and such are generated automatically. I'm posting this both because I wanted to share this, and to get opinions and advice.

Spoiler: more pics


Current challenge:
I have restarted this a couple times, trying different approaches. For the current iteration I have decided that I need to build the foundation properly before I bring in anything from the above screenshots.

The foundation:

The idea is to create a network of path and intersection nodes, to which I can add modifiers, such as road generator, mesh deform, or object spawn. Managing connections via editor tree became a pain very fast.

Now I need to figure out how to connect these easily, preferably via the viewport, by just dragging the path handle over the intersection handle. Any tips?

 

My script sets this value in editor. How can I keep the the changes when saving the scene?

class Anchor:
	var offset: Vector3
	var connected: Node3D
	var end: bool

var anchors: Array[Anchor]

I found this issue, so I tried fiddling with _get_property_list(), but that didn't work. It also doesn't seem that I can export the var.

Thanks

view more: ‹ prev next ›