Godot Version
v4.2.stable.arch_linux
Question
Currently I have 2 Raycasts that place an Area3D to define a grabbing point and a third (short) raycast that actually checks for that area. I want to snap my character so it’s parallel to the face it’s grabbing on to. How do I check so I can rotate the character around that grabbing point until it’s parallel to the face.