![]() |
DI-Guy SDK Documentation
13.2
|
#include <declspec_diguy.h>Go to the source code of this file.
Classes | |
| struct | diguyModuleSimPhysXInit |
Typedefs | |
| typedef struct diguyModuleSimPhysXInit | diguyModuleSimPhysXInit |
Functions | |
| int | diguy_sim_physx_initialize (diguyModuleSimPhysXInit *init) |
| This function tells DI-Guy that it should use the PhysX simulation library for doing physics simulations on selected characters. More... | |
| int | diguy_sim_physx_deinitialize () |
| This function tells DI-Guy to shut down the PhysX simulation library module. More... | |
Variables | |
| LALALALALA | |
| typedef struct diguyModuleSimPhysXInit diguyModuleSimPhysXInit |
| int diguy_sim_physx_initialize | ( | diguyModuleSimPhysXInit * | init | ) |
This function tells DI-Guy that it should use the PhysX simulation library for doing physics simulations on selected characters.
This function must be called after the main DI-Guy initialize call (e.g., diguy_ogl_initialize()), and before any scenario is created.
The PhysX system software must be installed on any computer that will use this module. The directory 3rdparty/physx under the DI-Guy install directory has system software installed. Be sure to read the README.TXT file!
See the "Physics Module Functions" section in the diguyApp documentation for functions that affect the simulation system.
Returns:
0 on success, -1 on failure
Example:
| int diguy_sim_physx_deinitialize | ( | ) |
This function tells DI-Guy to shut down the PhysX simulation library module.
Returns:
0 on success, -1 on failure
| LALALALALA |