diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
| commit | d1c812f1162e5fdb13c215792725b2591d7428f5 (patch) | |
| tree | 407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html | |
| parent | PhysX 3.4, APEX 1.4 patch release @22121272 (diff) | |
| download | physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html index bf56419c..6523d0e2 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysics_8h.html @@ -69,10 +69,11 @@ PX_CALL_CONV </td><td class="memItemRight" valign="bottom"><a class="el" hr PX_CALL_CONV </td><td class="memItemRight" valign="bottom"><a class="el" href="group__physics.html#g6adbba7aad2d451e684110269dddd720">PxRegisterUnifiedHeightFields</a> (physx::PxPhysics &physics)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Enables the usage of the unified heightfield feature. <a href="group__physics.html#g6adbba7aad2d451e684110269dddd720"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_C_EXPORT PX_PHYSX_CORE_API <br class="typebreak"> -void PX_CALL_CONV </td><td class="memItemRight" valign="bottom"><a class="el" href="group__physics.html#gb0b300b30efd81868ff51f9544e85b11">PxRegisterCloth</a> (physx::PxPhysics &physics)</td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_DEPRECATED PX_C_EXPORT <br class="typebreak"> +PX_PHYSX_CORE_API void <br class="typebreak"> +PX_CALL_CONV </td><td class="memItemRight" valign="bottom"><a class="el" href="group__physics.html#ge2faa96309a4fb0cbfcd512d2431fc82">PxRegisterCloth</a> (physx::PxPhysics &physics)</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Enables the usage of the cloth feature. This function is called automatically inside <a class="el" href="group__physics.html#g8039bfec65da68b2294a97175ddb2c66" title="Creates an instance of the physics SDK.">PxCreatePhysics()</a>. On resource constrained platforms, it is possible to call <a class="el" href="group__physics.html#gd63c429157f9c8c87fcd0ea2f9b79f66" title="Creates an instance of the physics SDK with minimal additional components registered...">PxCreateBasePhysics()</a> and then NOT call this function to save on code memory if your application does not use cloth. In this case the linker should strip out the relevant implementation code from the library. If you need to use cloth but not some other optional component, you shoud call <a class="el" href="group__physics.html#gd63c429157f9c8c87fcd0ea2f9b79f66" title="Creates an instance of the physics SDK with minimal additional components registered...">PxCreateBasePhysics()</a> followed by this call. <a href="group__physics.html#gb0b300b30efd81868ff51f9544e85b11"></a><br></td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Enables the usage of the cloth feature. This function is called automatically inside <a class="el" href="group__physics.html#g8039bfec65da68b2294a97175ddb2c66" title="Creates an instance of the physics SDK.">PxCreatePhysics()</a>. On resource constrained platforms, it is possible to call <a class="el" href="group__physics.html#gd63c429157f9c8c87fcd0ea2f9b79f66" title="Creates an instance of the physics SDK with minimal additional components registered...">PxCreateBasePhysics()</a> and then NOT call this function to save on code memory if your application does not use cloth. In this case the linker should strip out the relevant implementation code from the library. If you need to use cloth but not some other optional component, you shoud call <a class="el" href="group__physics.html#gd63c429157f9c8c87fcd0ea2f9b79f66" title="Creates an instance of the physics SDK with minimal additional components registered...">PxCreateBasePhysics()</a> followed by this call. <a href="group__physics.html#ge2faa96309a4fb0cbfcd512d2431fc82"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_DEPRECATED PX_C_EXPORT <br class="typebreak"> PX_PHYSX_CORE_API void <br class="typebreak"> PX_CALL_CONV </td><td class="memItemRight" valign="bottom"><a class="el" href="group__physics.html#g197726c3bfa1abc6fbe43875c2483b38">PxRegisterParticles</a> (physx::PxPhysics &physics)</td></tr> |