more PyBullet PhysX preliminary work.

This commit is contained in:
erwincoumans
2019-01-25 10:14:54 -08:00
parent 77a9a77b60
commit a6244d714e
7 changed files with 70 additions and 31 deletions

View File

@@ -59,7 +59,12 @@
trigger = "enable_static_vr_plugin",
description = "Statically link vr plugin (in examples/SharedMemory/plugins/vrSyncPlugin)"
}
newoption
{
trigger = "enable_physx",
description = "Allow optional PhysX backend for PyBullet, use pybullet.connect(pybullet.PhysX)."
}
newoption
{
@@ -638,4 +643,7 @@ end
include "../src/BulletDynamics"
include "../src/BulletCollision"
include "../src/LinearMath"
if _OPTIONS["enable_physx"] then
include "../src/physx"
end