25-09-2018, 11:08 AM
Hello Jose,
thanks for the reply.
"Fixed particles are not interpolated, which I believe it is what led you to use skin constraints instead." this is exactly the thing.
Unfortunately moving the code with summary
from OnSolverStepBegin() to OnSolverFrameEnd() has no interpolation effect on the fixed particles. (Every other particle is butter smooth in both cases). - I've try to move it to other functions as well in case of typo, but not change at all.
thanks for the reply.
"Fixed particles are not interpolated, which I believe it is what led you to use skin constraints instead." this is exactly the thing.
Unfortunately moving the code with summary
Code:
/**
* Transforms the position of fixed particles from local space to simulation space and feeds them
* to the solver. This is performed just before performing simulation each frame.
*/