mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 07:50:44 +00:00
PhysX 3.4 implementation
This commit is contained in:
parent
463cd50d0a
commit
3bbdd9b155
15 changed files with 527 additions and 418 deletions
|
|
@ -96,6 +96,10 @@ public:
|
|||
/// @see PHYSICSPLUGIN
|
||||
static PhysicsPlugin* getSingleton() { return smSingleton; }
|
||||
|
||||
/// Allow gpu acceleration if supported
|
||||
static bool smGpuAccelerationAllowed;
|
||||
static bool gpuAccelerationAllowed() { return smGpuAccelerationAllowed; }
|
||||
|
||||
///
|
||||
static bool activate( const char *library );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue