You must log in or register to comment.
If you touch it, it will fly off and bounce all around the room. Likely killing you in the process.
Damn “alternative physics”:-)
Read this as “only Germans will understand”
And did it work for you that way? 😁
Get the gun.
Hitboxes didn’t even exist in my early prototype 3D game engine. I literally had it calculate collisions based on the original 3D models.
It’s not even hard, just calculate every line from one model with every polygon from the other model you’re testing for intersection.
Not hard, but gets very computationally intensive.