• Ray Casting
    2 replies, posted
Hello guys, I was wondering if anybody here knew if it's possible to do some ray casting in gmod. What I'm trying to do is to constantly find the distance between the player's head and whatever's above it, be it the room's ceiling or the skybox. Thanks
If you just want to find the distance between the players head and whatever is above it that isn't raycasting and can simply be done with util.TraceLine
[QUOTE=Coffeee;49441356]If you just want to find the distance between the players head and whatever is above it that isn't raycasting and can simply be done with util.TraceLine[/QUOTE] Thank you kind sir. I was looking for this since monday :pudge:
Sorry, you need to Log In to post a reply to this thread.