fix separate render and sim mesh

This commit is contained in:
Xuchen Han
2019-11-19 21:01:28 -08:00
committed by Xuchen Han
parent 64e5e007e3
commit 00add5490f
5 changed files with 96 additions and 89 deletions

View File

@@ -567,7 +567,7 @@ enum b3NotificationType
enum b3ResetSimulationFlags
{
RESET_USE_DEFORMABLE_WORLD=1,
RESET_USE_SOFT_MULTIBODY_WORLD=1,
RESET_USE_DISCRETE_DYNAMICS_WORLD=2,
RESET_USE_SIMPLE_BROADPHASE=4,
};