aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html
index ddee9000..d2fd1362 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxParticleReadData.html
@@ -91,7 +91,7 @@ Data layout descriptor for reading particle data from the SDK. (deprecated).
<a class="el" href="classPxParticleReadData.html" title="Data layout descriptor for reading particle data from the SDK. (deprecated).">PxParticleReadData</a> is used to retrieve information about simulated particles. It can be accessed by calling <a class="el" href="classPxParticleBase.html#83e1673959b4e6f954173368a6c78ef6" title="Locks the particle read data and provides the data descriptor for accessing the particles...">PxParticleBase.lockParticleReadData()</a>.<p>
Each particle is described by its position, velocity, a set of (<a class="el" href="structPxParticleFlag.html">PxParticleFlag</a>) flags and information on collisions (collision normal). The particle buffers are sparse, i.e. occupied particle indices will have <a class="el" href="structPxParticleFlag.html#289f88fd89d3d5224d74e5a72c7eee2810e71c28b277b60827148913beaadde3" title="Marks a valid particle. The particle data corresponding to these particle flags is...">PxParticleFlag.eVALID</a> set in the corresponding entry of <a class="el" href="classPxParticleReadData.html#0e83ffe68435f3d589b87f382e3c359a" title="Particle flags.">PxParticleReadData.flagsBuffer</a>. Alternatively valid particles can be identified with the bitmap <a class="el" href="classPxParticleReadData.html#f5fe5cf59728941236f20bcd2aeb7276" title="Bitmap marking valid particle indices. The bitmap is defined between [0, (PxParticleReadData...">PxParticleReadData.validParticleBitmap</a>. If (and only if) the index range of valid particles <a class="el" href="classPxParticleReadData.html#c8fb8c413f919e1f7e95700a45859c35" title="Index after the last valid particle (PxParticleFlag.eVALID set). Its 0 if there are...">PxParticleReadData.validParticleRange</a> is greater 0, i.e. any particles are present, data can be read from the particle buffers. Additionally individual particle buffers can only be read if the corresponding <a class="el" href="structPxParticleReadDataFlag.html">PxParticleReadDataFlag</a> in particleReadDataFlags is set.<p>
The particle data buffer are defined in the range [0, <a class="el" href="classPxParticleReadData.html#c8fb8c413f919e1f7e95700a45859c35" title="Index after the last valid particle (PxParticleFlag.eVALID set). Its 0 if there are...">PxParticleReadData.validParticleRange</a>-1]. The bitmap words are defined in the range [0, (<a class="el" href="classPxParticleReadData.html#c8fb8c413f919e1f7e95700a45859c35" title="Index after the last valid particle (PxParticleFlag.eVALID set). Its 0 if there are...">PxParticleReadData.validParticleRange</a>-1) &gt;&gt; 5].<p>
-<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000061">Deprecated:</a></b></dt><dd>The PhysX particle feature has been deprecated in PhysX version 3.4</dd></dl>
+<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000096">Deprecated:</a></b></dt><dd>The PhysX particle feature has been deprecated in PhysX version 3.4</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxParticleBase.html#83e1673959b4e6f954173368a6c78ef6" title="Locks the particle read data and provides the data descriptor for accessing the particles...">PxParticleBase::lockParticleReadData()</a> </dd></dl>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="4fa200a444fdb94373160f2d27bbc535"></a><!-- doxytag: member="PxParticleReadData::~PxParticleReadData" ref="4fa200a444fdb94373160f2d27bbc535" args="()" -->