dsrw / enu

A Logo-like 3D environment, implemented in Nim
http://getenu.com
MIT License
449 stars 15 forks source link

Merge intersecting objects #21

Closed dsrw closed 2 years ago

dsrw commented 2 years ago

If two separate objects connect during manual building, and at least one of the objects has no code (no non-whitespace characters), the objects should merge.

dsrw commented 2 years ago

This works, but now we have the opposite problem. If builds join, there's no way to split them.

A small step in the right direction... maybe.