Hi! Is this 3D or 2D game?
fathopert
3
Posts
A member registered Nov 16, 2019
Recent community posts
itch.io Community 禄 Game Development 禄 Devlogs 路 Replied to mutantleg in [FPS] Zortch Maxinum against the Alien Brainsuckers
Thank you very much!
would you like example code?
No, thanks, I understand the algorithm. It's very similar to the "sphere vs. triangle" test (which I've already implemented).
what tools are you using btw?
I'm currently doing some prototyping using Python/PyGame/PyOpenGL (but I'm newbie...).
Btw, why don't you use capsules? They're really popular for collision detection in games now.... 馃
itch.io Community 禄 Game Development 禄 Devlogs 路 Replied to mutantleg in [FPS] Zortch Maxinum against the Alien Brainsuckers
Hi, mutantleg! Can you please tell in more detail what "linetest with radius" is? I tried to implement a linetest with floor-related triangles, like in Super Mario 64, but my character keeps failing in the "gaps" between the triangles... (perhaps this is a problem with the precision of floating-point numbers) How do you add radius accounting?