About Store Forum Documentation Contact



Post Reply 
PhysX on iOS
Author Message
pika Offline
Member

Post: #1
PhysX on iOS
I want to use PhysX on iOS.

Because physics behavior is different between Android and iOS.

Can I use PhysX on iOS?
08-12-2014 03:09 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: PhysX on iOS
Hi,

Nvidia does not provide publicly SDK for iOS

https://developer.nvidia.com/gameworksdo...orks,physx
08-12-2014 04:18 AM
Find all posts by this user Quote this message in a reply
pika Offline
Member

Post: #3
RE: PhysX on iOS
Thank you for your replying.

Can I use Bullet on Android?
08-12-2014 12:14 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: PhysX on iOS
Please check headers.h file:
Code:
// Physics - Define "PHYSX2" macro to use PhysX 2, "PHYSX" to use PhysX 3, or no macro to use Bullet
      #if !defined IOS && !(defined ANDROID && defined __i386__) && !defined WEB // no PhysX on iOS, Android-x86 and Web
         #define PHYSX
      #endif
08-12-2014 12:34 PM
Find all posts by this user Quote this message in a reply
pika Offline
Member

Post: #5
RE: PhysX on iOS
Thank you!
08-13-2014 08:18 AM
Find all posts by this user Quote this message in a reply
Post Reply