Firing at Offset (Not Centered) Crosshair (3rd Person)

Actually yeah that’s a good call. It’s not a problem for projectiles because I’m just using that line trace to get the endpoint and then I go ahead and fire the projectile so the wall will still block it on its way to that endpoint. However for line trace instant weapons you’re right it would be skipping right over the actual traveling distance.

Perhaps I will revisit doing a line trace from the socket to the endpoint again.

1 Like