aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs/files/pageextphysx.html
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
committerBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
commit7115f60b91b5717d90f643fd692010905c7004db (patch)
treeeffd68c6978751c517d54c2f2bb5bb6e7dc93e18 /docs/api_docs/files/pageextphysx.html
parentUpdating BlastTool zip (diff)
downloadblast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz
blast-7115f60b91b5717d90f643fd692010905c7004db.zip
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'docs/api_docs/files/pageextphysx.html')
-rwxr-xr-x[-rw-r--r--]docs/api_docs/files/pageextphysx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api_docs/files/pageextphysx.html b/docs/api_docs/files/pageextphysx.html
index d88f68d..87c98b6 100644..100755
--- a/docs/api_docs/files/pageextphysx.html
+++ b/docs/api_docs/files/pageextphysx.html
@@ -110,7 +110,7 @@ sceneDesc.filterShader = ExtImpactDamageManager::FilterShader;
<br>
<h2><a class="anchor" name="ExtPxStressSolver">
ExtPxStressSolver</a></h2>
-<b>Stress Solver</b> - this wrapper class uses <a class="el" href="pageextstress.html">Stress Solver Extension (NvBlastExtStress)</a> to apply stress calculations to an ExtPxFamily. See <a class="el" href="pageextstress.html">Stress Solver Extension (NvBlastExtStress)</a> for the details of the underlying stress solver.<h3><a class="anchor" name="pxstresssolverusage">
+<b>Stress Solver</b> - this wrapper class uses <a class="el" href="pageextstress.html">Stress Solver (NvBlastExtStress)</a> to apply stress calculations to an ExtPxFamily. See <a class="el" href="pageextstress.html">Stress Solver (NvBlastExtStress)</a> for the details of the underlying stress solver.<h3><a class="anchor" name="pxstresssolverusage">
Usage</a></h3>
In order to use it, instance an ExtPxStressSolver by providing <em>ExtPxFamily:</em> <p>
<div class="fragment"><pre class="fragment">ExtPxStressSolver* stressSolver = ExtPxStressSolver::create(family);