GTA SA - Box3D Physics Engine Test (16290 boxes)

DL https://www.mediafire.com/file/qojto8... Note: this was a quick implementation made in 5 minutes just to check on the performance, collisions uses Box3D own virtual plane, I didn't linked to the game world collision because at moment there's no intentions to use it in a broader projects. Still, as it is, it's taking a big performance hit, this would require a lot of optimization to be able to be used in a regular game, but seems to be possible if someone commits to it. Controls: from F5 to f10 (f6 and f7 being the main) Box3D is a open source 3D physics engine made by erincatto. This is a remake of his own test https://x.com/erin_catto/status/20749... , the engine code can be found on his github page.