check angle of ground based on forward vector

Hello,
I have a kart that is moving. i want to check if the kart is moving up a hill or down. I know i would have to incorporate the forward vector and i already have the ground normal from a raycast that the kart is doing. I combined them by using the dot product but that doesn’t give the right results.

Ok i figured it out by using the “Get Slope Degree Angles” Node.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.