Conversation
|
|
||
| SurfaceSelectionGizmo(selectedPart, selectedSurface) | ||
|
|
||
| Iris.Text(`Part: {if selectedPart then selectedPart:GetFullName() else "none"}`) |
There was a problem hiding this comment.
there should imo be support for many selected parts like most other commands and archimedes itself
There was a problem hiding this comment.
oh yes definitely a good idea. after we get a finished product for a single part we can use the usual selection API and adapt the surface choosing code a little bit to get it working :D
| local pivot_offset = CFrame.identity | ||
| local angle_cframe = CFrame.identity | ||
|
|
||
| if selectedSurface == Enum.NormalId.Top then |
There was a problem hiding this comment.
😭 could prob cut down this if statement alot
There was a problem hiding this comment.
LMAOO yes this statement is LARGE AS HELL... its hard to discern a pattern between all the cases though but ill try to take a crack at the problem
znotfireman
left a comment
There was a problem hiding this comment.
tysm for contributing, theres a few minor issues but i'll fix them as part of the refactor pr.

This is the draft commit for the "Arc Part" command! As of now only the UI is implemented and I am working on the math right now. I have not separated the Gizmo functions into separate files.