bullet3/examples/SharedMemory/physx/PhysXUserData.h
erwincoumans ae8e83988b Add preliminary PhysX 4.0 backend for PyBullet
Add inverse dynamics / mass matrix code from DeepMimic, thanks to Xue Bin (Jason) Peng
Add example how to use stable PD control for humanoid with spherical joints (see humanoidMotionCapture.py)
Fix related to TinyRenderer object transforms not updating when using collision filtering
2019-01-22 21:08:37 -08:00

8 lines
132 B
C

#ifndef PHYSX_USER_DATA_H
#define PHYSX_USER_DATA_H
struct MyPhysXUserData
{
int m_graphicsUniqueId;
};
#endif //PHYSX_USER_DATA_H