fix load_soft_body.py example.
add optional flags in pybullet.resetSimulation. fix compile issue due to SKIP_DEFORMABLE_WORLD fix issue in .obj importer (todo: replace with tiny_obj_loader) todo: replace std::ifstream fs; by fileIO usage.
This commit is contained in:
@@ -563,6 +563,13 @@ enum b3NotificationType
|
||||
SOFTBODY_CHANGED = 9,
|
||||
};
|
||||
|
||||
enum b3ResetSimulationFlags
|
||||
{
|
||||
RESET_USE_DEFORMABLE_WORLD=1,
|
||||
RESET_USE_DISCRETE_DYNAMICS_WORLD=2,
|
||||
RESET_USE_SIMPLE_BROADPHASE=4,
|
||||
};
|
||||
|
||||
struct b3BodyNotificationArgs
|
||||
{
|
||||
int m_bodyUniqueId;
|
||||
|
||||
Reference in New Issue
Block a user