Implemented door placement (files.mastodon.social)
submitted 2 years ago* (last edited 2 years ago) by to c/gamedev@lemmy.blahaj.zone
 

Boolean operations in 3D are quite heavy. But fortunately, each wall can be represented as two 2D planes.

To determine which 2D shape I need to cut from the mentioned planes, I add a special plane in Blender with "Cutout" name. This is what The Sims series do.

And for all doors located on a wall I triangulate combined vertices using earcutr. The library API doesn't fit well with Bevy, but it does the trick.

This is for my open source life simulation game made with Bevy under the working title Project Harmonia.

no comments (yet)

sorted by: hot top controversial new old
there doesn't seem to be anything here