Skip to content

Arc Part Command#9

Merged
znotfireman merged 4 commits intowelcomestohell:mainfrom
selectgender:main
Jan 7, 2026
Merged

Arc Part Command#9
znotfireman merged 4 commits intowelcomestohell:mainfrom
selectgender:main

Conversation

@selectgender
Copy link
Copy Markdown
Contributor

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.

@znotfireman znotfireman self-assigned this Jan 5, 2026
Comment thread src/extensions/geometry/arcs.luau Outdated

SurfaceSelectionGizmo(selectedPart, selectedSurface)

Iris.Text(`Part: {if selectedPart then selectedPart:GetFullName() else "none"}`)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should imo be support for many selected parts like most other commands and archimedes itself

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread src/extensions/geometry/arcs.luau Outdated
local pivot_offset = CFrame.identity
local angle_cframe = CFrame.identity

if selectedSurface == Enum.NormalId.Top then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭 could prob cut down this if statement alot

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Collaborator

might help if i drop the ancient obby creator archimedes technique here, idk how helpful

image

@znotfireman znotfireman changed the title feat: created unfinished "Arc Part" command Arc Part Command Jan 7, 2026
Copy link
Copy Markdown
Collaborator

@znotfireman znotfireman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tysm for contributing, theres a few minor issues but i'll fix them as part of the refactor pr.

@znotfireman znotfireman merged commit f22fd2a into welcomestohell:main Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants