summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/SharedMemoryPublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/SharedMemoryPublic.h')
-rw-r--r--examples/SharedMemory/SharedMemoryPublic.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/SharedMemory/SharedMemoryPublic.h b/examples/SharedMemory/SharedMemoryPublic.h
index 2649fc44d..7541ddb5a 100644
--- a/examples/SharedMemory/SharedMemoryPublic.h
+++ b/examples/SharedMemory/SharedMemoryPublic.h
@@ -461,12 +461,12 @@ struct b3MeshVertex
double x, y, z, w;
};
-
enum eMeshDataFlags
{
- B3_MESH_DATA_SIMULATION_MESH=1,
- B3_MESH_DATA_SIMULATION_INDICES,
- B3_MESH_DATA_GRAPHICS_INDICES,
+ B3_MESH_DATA_SIMULATION_MESH = 1,
+ B3_MESH_DATA_SIMULATION_INDICES = 2,
+ B3_MESH_DATA_GRAPHICS_INDICES = 4,
+ B3_MESH_DATA_SIMULATION_MESH_VELOCITY = 8,
};
enum eMeshDataEnum
@@ -617,6 +617,7 @@ enum b3ResetSimulationFlags
RESET_USE_DEFORMABLE_WORLD=1,
RESET_USE_DISCRETE_DYNAMICS_WORLD=2,
RESET_USE_SIMPLE_BROADPHASE=4,
+ RESET_USE_REDUCED_DEFORMABLE_WORLD=8,
};
struct b3BodyNotificationArgs