OpenStars to Technology MemesEnglish • 9 hours agoGamerstechresearchonline.comimagemessage-square4fedilinkarrow-up1111arrow-down110file-text
arrow-up1101arrow-down1imageGamerstechresearchonline.comOpenStars to Technology MemesEnglish • 9 hours agomessage-square4fedilinkfile-text
minus-square@over_cloxlinkEnglish7•8 hours agoHitboxes 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.
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.