modify cloth position particle after cloth is on GPU #122
Answered
by
adenzler-nvidia
rossetti73
asked this question in
Q&A
-
Hi ,
I add modify position 0 before made step of simulation but seams not working . Thanks bye . |
Beta Was this translation helpful? Give feedback.
Answered by
adenzler-nvidia
Mar 20, 2023
Replies: 1 comment 1 reply
-
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
preist-nvidia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
You're missing a call to
userBuffer->raiseFlags(PxParticleBufferFlag::eUPDATE_POSITION)
to tell the particle system that the positions have been updated. See the Particle Buffers section in the user guide.