DI-Guy SDK Documentation  13.2
diguyModuleSimPhysXInit Struct Reference

#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...
 

Constructor & Destructor Documentation

diguyModuleSimPhysXInit::diguyModuleSimPhysXInit ( )
inline

Member Data Documentation

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.


The documentation for this struct was generated from the following file: