Public Member Functions | |
| HRESULT | RegisterForPhysEvents ([in] IRsPhysSimEvents *pPhysRegObj) |
| HRESULT | UnRegisterForPhysEvents ([in] IRsPhysSimEvents *pPhysRegObj) |
| HRESULT | CreateCollisionFnSet ([out, retval] IRfCollisionSet **ppFn) |
| HRESULT | CreatePhysicsFnSet ([out, retval] IRfPhysHelper **ppFn) |
| HRESULT | CreateIkSolver ([out, retval] IRfIkSolver2 **ppFn) |
Physics.dll contains nodes, commands and functions related to physics simulation.
| HRESULT IRpPhysics::RegisterForPhysEvents | ( | [in] IRsPhysSimEvents * | pPhysRegObj | ) |
Register for receiving of phys events.
| pPhysRegObj | [in] Registered object. |
| HRESULT IRpPhysics::UnRegisterForPhysEvents | ( | [in] IRsPhysSimEvents * | pPhysRegObj | ) |
Unregister for receiving of phys events.
| pPhysRegObj | [in] Registered object. |
| HRESULT IRpPhysics::CreateCollisionFnSet | ( | [out, retval] IRfCollisionSet ** | ppFn | ) |
Return collison function set containing functions for collision detection.
| HRESULT IRpPhysics::CreatePhysicsFnSet | ( | [out, retval] IRfPhysHelper ** | ppFn | ) |
Return function set containing useful functions for management of phys attributes.
| HRESULT IRpPhysics::CreateIkSolver | ( | [out, retval] IRfIkSolver2 ** | ppFn | ) |
Return IK2 solver function set.
1.5.5