BulletSim: most of the plumbing for raycast. Needs new BulletSim.dll to

work.
This commit is contained in:
Robert Adams
2017-09-02 13:06:36 -07:00
parent 22c7450363
commit 0afa3a294a
8 changed files with 252 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ public sealed class BSShapeCollection : IDisposable
ret = CreateGeomMeshOrHull(prim, shapeCallback);
}
m_physicsScene.PE.ResetBroadphasePool(m_physicsScene.World); // DEBUG DEBUG
return ret;
}