Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Interpolation frame delay
#3
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 
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.
*/
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.
Reply


Messages In This Thread
Interpolation frame delay - by Sewy24 - 24-09-2018, 09:30 AM
RE: Interpolation frame delay - by josemendez - 24-09-2018, 11:13 AM
RE: Interpolation frame delay - by Sewy24 - 25-09-2018, 11:08 AM
RE: Interpolation frame delay - by josemendez - 26-09-2018, 03:02 PM
RE: Interpolation frame delay - by Sewy24 - 04-10-2018, 04:58 PM