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/PhysXGuide/Manual/MigrationTo34.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/PhysXGuide/Manual/MigrationTo34.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXGuide/Manual/MigrationTo34.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/PhysX_3.4/Documentation/PhysXGuide/Manual/MigrationTo34.html b/PhysX_3.4/Documentation/PhysXGuide/Manual/MigrationTo34.html index 21c5fa58..7d37aff4 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/Manual/MigrationTo34.html +++ b/PhysX_3.4/Documentation/PhysXGuide/Manual/MigrationTo34.html @@ -6,7 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Migrating From PhysX SDK 3.3 to 3.4 — NVIDIA PhysX SDK 3.4.0 Documentation</title> + <title>Migrating From PhysX SDK 3.3 to 3.4 — NVIDIA PhysX SDK 3.4.1 Documentation</title> <link rel="stylesheet" href="../_static/nvidia.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '3.4.0', + VERSION: '3.4.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -24,7 +24,7 @@ <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> - <link rel="top" title="NVIDIA PhysX SDK 3.4.0 Documentation" href="../index.html" /> + <link rel="top" title="NVIDIA PhysX SDK 3.4.1 Documentation" href="../index.html" /> <link rel="up" title="User's Guide" href="Index.html" /> <link rel="prev" title="Migrating From PhysX SDK 3.2 to 3.3" href="MigrationTo33.html" /> </head> @@ -35,7 +35,7 @@ <li class="right" style="margin-right: 10px"> <a href="MigrationTo33.html" title="Migrating From PhysX SDK 3.2 to 3.3" accesskey="P">previous</a></li> - <li><a href="../Index.html">NVIDIA PhysX SDK 3.4.0 Documentation</a> »</li> + <li><a href="../Index.html">NVIDIA PhysX SDK 3.4.1 Documentation</a> »</li> <li><a href="Index.html" accesskey="U">User's Guide</a> »</li> </ul> </div> @@ -65,6 +65,10 @@ <h3>PhysX particles<a class="headerlink" href="#physx-particles" title="Permalink to this headline">¶</a></h3> <p>The PhysX particle feature has been deprecated in PhysX version 3.4. The standalone library PhysX FleX is an alternative with a richer feature set.</p> </div> +<div class="section" id="physx-cloth"> +<h3>PhysX cloth<a class="headerlink" href="#physx-cloth" title="Permalink to this headline">¶</a></h3> +<p>The PhysX clothing feature has been deprecated in PhysX version 3.4.1. The PhysX and APEX clothing features are replaced by the standalone NvCloth library.</p> +</div> </div> <div class="section" id="core-physx"> <span id="migration-3-4-core-phsx"></span><h2>Core PhysX<a class="headerlink" href="#core-physx" title="Permalink to this headline">¶</a></h2> @@ -181,6 +185,7 @@ <li><a class="reference internal" href="#pxrigidactor-createshape">PxRigidActor::createShape</a></li> <li><a class="reference internal" href="#pxsceneflag-edeprecated-trigger-trigger-reports">PxSceneFlag::eDEPRECATED_TRIGGER_TRIGGER_REPORTS</a></li> <li><a class="reference internal" href="#physx-particles">PhysX particles</a></li> +<li><a class="reference internal" href="#physx-cloth">PhysX cloth</a></li> </ul> </li> <li><a class="reference internal" href="#core-physx">Core PhysX</a></li> @@ -220,7 +225,7 @@ <li class="right" style="margin-right: 10px"> <a href="MigrationTo33.html" title="Migrating From PhysX SDK 3.2 to 3.3" >previous</a></li> - <li><a href="../Index.html">NVIDIA PhysX SDK 3.4.0 Documentation</a> »</li> + <li><a href="../Index.html">NVIDIA PhysX SDK 3.4.1 Documentation</a> »</li> <li><a href="Index.html" >User's Guide</a> »</li> </ul> </div> |