From 8b547331bec150b682fda94da1568fbcbda689ba Mon Sep 17 00:00:00 2001 From: reduz Date: Mon, 14 Mar 2022 15:52:03 +0100 Subject: Create GDExtension clases for PhysicsServer3D * Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it. --- servers/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'servers/SCsub') diff --git a/servers/SCsub b/servers/SCsub index 2cd4741d56..66a1b9b26f 100644 --- a/servers/SCsub +++ b/servers/SCsub @@ -13,6 +13,7 @@ SConscript("rendering/SCsub") SConscript("audio/SCsub") SConscript("text/SCsub") SConscript("debugger/SCsub") +SConscript("extensions/SCsub") lib = env.add_library("servers", env.servers_sources) -- cgit v1.2.3