Remove BulletPhysics3D module
Having two physics engine seems redundant, Bullet3 development seems to have halted and JoltPhysics seems to be a better fit to Nazara
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
target("PhysicsDemo")
|
||||
add_deps("NazaraGraphics", "NazaraBulletPhysics3D")
|
||||
add_deps("NazaraGraphics", "NazaraJoltPhysics3D")
|
||||
add_packages("entt")
|
||||
add_files("main.cpp")
|
||||
add_defines("NAZARA_ENTT")
|
||||
|
||||
Reference in New Issue
Block a user