M-Form
(M-Form)
August 2, 2026, 1:36pm
1
How do you do the dragging door system like in “CAPTURED”? I could guess and use my brain for once, but what’s the fun in that? I just joined the community and need my street cred.
Everynone
(Everynone)
August 3, 2026, 7:27am
2
Consider describing how it works or provide a link to an example, timestamped ideally.
Meanwhile, here’s an attempt at something:
Yeah, that’d make more sense, fair enough …
Rejigged the logic a bit, more robust now:
[image]
Added a function that determines the direction of the mouse movement in relation to the door’s facing direction:
[image]
the inner workings
the door mesh is attached to the hinge around which it pivots, the mesh is 100uus and offset by half:
[image]
This step can be omitted and simplified in the Modeling Mode → xForm → Edit Pivot (or have a properly exported m…
M-Form
(M-Form)
August 3, 2026, 5:55pm
3
Thank you very much @Everynone , that is exactly what I’m looking for!