-
Notifications
You must be signed in to change notification settings - Fork 2
Join Separate
ziplantil edited this page Jul 12, 2020
·
1 revision
Text | Description |
---|---|
Adjacent Segments | Merges the current segment with the other segment. The segments must be directly connected with each other. |
Current Side | Merge the current side if it is close enough to another closed side. |
Sides | Connect the current side with the other side. This is either done by merging the two sides or adding a new segment that connects the two sides, depending on the distance and orientation. |
Lines | Merge the current line with the other line. |
Points | Merge the current point with the other point. |
Close Current Side | If the current side is an open side, closes it, but the connected points. Thus, the connected side will remain connected, but is simply converted into a closed side. |
Separate Sides | Separates the current side from the other side it is connected to, including the points that make up that side. |
Separate Lines | Separates the current line from all other lines it is connected with. Any sides relying on the line being connected will also be separated, but the rest of its points will remain connected. |
Separate Points | Separates the current line from all other lines it is connected with. Any sides relying on the point being connected will also be separated, but the rest of its points will remain connected. |
- Mine View & Controls
- Selection
- Moving Things Around
- Toolbar
- Texture List
- Status Bar
- .HOG Editor
- .POG (Texture) Editor
- Level Converter