this post was submitted on 20 Nov 2024
140 points (92.2% liked)
Technology Memes
156 readers
199 users here now
Welcome to Technology Memes. Here you can make memes and/or rant about technology, internet, computers, corporations, enshittification and etc.
Rules: (Note: Rules currently aren't complete yet)
1. Stay on-topic
2. Be civil
3. No spam
4. No NSFW
5. Miscellaneous
Related communities:
- Linux Memes - Linux related memes.
- Memes - Generic memes.
- Lemmy Shitpost - Place for shitposting.
- Programmer Humor - Programming related memes.
- Technology - Community for tech news.
founded 6 days ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.