Free views, likes and subscribers at YouTube. Now!
Get Free YouTube Subscribers, Views and Likes

Using PhysicsServer u0026 Multimesh to Optimize 3D Performance - Hundreds of Projectiles in Godot 3.4

Follow
devmar

This is a sequel to my video on multimesh bullets. This time I tried out the physics server to create RID bullets instead of instantiating bullet nodes. In fact, I'm not using nodes at all in this bullet system. Instead, I'm creating and shooting 'opaque' objects via the physic server and using the transform data that I get from the engine to manipulate multimesh instances. Effectively, all bullets are a single mesh (single draw call) which offers a nice boost to Godot's 3d performance.

posted by Bonecco5l