![]() |
DI-Guy C++ SDK Reference
13.0
|
#include <diguy_module_sim_physx.h>
Public Member Functions | |
| diguyModuleSimPhysXInit () | |
Public Attributes | |
| void * | physx_px_physics |
| An optional pointer to an physx::PxPhysics object, if the module should use an already existing PhysX session. More... | |
| void * | physx_px_scene |
| An optional pointer to an physx::PxScene object, if the module should use an already existing PhysX scene. More... | |
| float | ground_plane_z |
| The initial altitude of a ground plane. More... | |
| int | enable_vrd_connection |
| Set to 1 to enable a connection to the PhysX VRD debugger. More... | |
|
inline |
| void* diguyModuleSimPhysXInit::physx_px_physics |
An optional pointer to an physx::PxPhysics object, if the module should use an already existing PhysX session.
If NULL DI-Guy will create a new session.
| void* diguyModuleSimPhysXInit::physx_px_scene |
An optional pointer to an physx::PxScene object, if the module should use an already existing PhysX scene.
If NULL DI-Guy will create a new scene.
| float diguyModuleSimPhysXInit::ground_plane_z |
The initial altitude of a ground plane.
If this value is set to -10000.0 or lower no ground plane will be enabled.
| int diguyModuleSimPhysXInit::enable_vrd_connection |
Set to 1 to enable a connection to the PhysX VRD debugger.