#Making an level editor
1 messages · Page 1 of 1 (latest)
I want to be able to select a brush as a whole, or its vertices, edges, and faces. I need to be able to do something like Blender where it select the object closest to the mouse based on the selection mode (vertex, edge, face)
but the data of those parts of the mesh are local to the brush and aren't global, so it gets more complicated when i need to select something between multiple brushes