diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-12-02 13:31:57 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-12-02 13:31:57 -0600 |
| commit | 326e24039dd3f063afd211fad770e15bdd5ff4ea (patch) | |
| tree | 94c7bcc15191736f263739c107d0a253b1629b0a /PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html | |
| parent | PhysX 3.4, APEX 1.4 patch release @25256367 (diff) | |
| download | physx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.tar.xz physx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.zip | |
PhysX 3.4, APEX 1.4 patch release @25354359v3.4.2-bsd
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html b/PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html index 53066abb..f14ee655 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html +++ b/PhysX_3.4/Documentation/PhysXGuide/Manual/SpatialQueries.html @@ -83,7 +83,7 @@ For example, in SnippetSpatialIndex:</p> <span class="mf">1e6</span><span class="p">,</span> <span class="n">PxHitFlag</span><span class="o">::</span><span class="n">eDEFAULT</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="o">&</span><span class="n">hitData</span><span class="p">);</span> - <span class="c1">// if the raycast hit and it's closer than what we had before, shrink the maximum length</span> + <span class="c1">// if the raycast hits and is closer than what we had before, shrink the maximum length</span> <span class="c1">// of the raycast</span> <span class="k">if</span><span class="p">(</span><span class="n">hit</span> <span class="o">&&</span> <span class="n">hitData</span><span class="p">.</span><span class="n">distance</span> <span class="o"><</span> <span class="n">closest</span><span class="p">)</span> |