Replies: 1 comment
-
Sorry for the very late response! This was actually added quite a while ago. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Looking at the examples I can see that we can retrieve water particle positions and velocities.
However, for diffuse particles there seems to be only the call to get positions but not velocities?
PxParticleAndDiffuseBuffer* gParticleBuffer;
PxVec4* _gpupositions = gParticleBuffer->getPositionInvMasses();
PxVec4* _gpuvelocities = gParticleBuffer->getVelocities();
PxVec4* _gpudiffusePositions = gParticleBuffer->getDiffusePositionLifeTime();
//diffuse velocities?
Why is that since PhysX obviously keep those velocities internally.
Could we get such a method?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions