12 #ifndef __diguy_module_sim_physx_H
13 #define __diguy_module_sim_physx_H
struct diguyModuleSimPhysXInit diguyModuleSimPhysXInit
Definition: diguy_module_sim_physx.h:25
int diguy_sim_physx_initialize(diguyModuleSimPhysXInit *init)
This function tells DI-Guy that it should use the PhysX simulation library for doing physics simulati...
int diguy_sim_physx_deinitialize()
This function tells DI-Guy to shut down the PhysX simulation library module.
void * physx_px_physics
An optional pointer to an physx::PxPhysics object, if the module should use an already existing PhysX...
Definition: diguy_module_sim_physx.h:41
diguyModuleSimPhysXInit()
Definition: diguy_module_sim_physx.h:27
void * physx_px_scene
An optional pointer to an physx::PxScene object, if the module should use an already existing PhysX s...
Definition: diguy_module_sim_physx.h:49
int enable_vrd_connection
Set to 1 to enable a connection to the PhysX VRD debugger.
Definition: diguy_module_sim_physx.h:62
float ground_plane_z
The initial altitude of a ground plane.
Definition: diguy_module_sim_physx.h:56