Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Interpolation frame delay
#1
Hello,

as the problem is still valid, and we have no answer from your side for almost 3 months, I'm making new thread to remind and not 
to abuse previous thread with different purpose.

--
we put together simple scene to demonstrate our situation (will send it to the support@virtualmethodstudio.com).

In the example, there is a Cube - to simulate the player. 
We are simulating movement on simulaton rig and using our own interpolation - simple Lerping/Slerping over time (attached in the example) to apply smooth movement to the render rig because of networking.


Description of the scene:
a. Moving the simulaton rig in fixed update.
b. Own interpolation of the a. and copying the transforms to the render rig.
c. Cloth object position is copied from the simulation rig "bone" in fixed update.
d. Cloth simulation in fixed update with your interpolation.


Observation 1. We have to use skinned mesh with "fixed particles" being substitued with "skin radius" set to 0, to avoid jump-following of the "fixed paricles" - not happy with that, because we cannot use "fixed particles"
Observation 2. Your interpolation seems to be dependant on "Fixed Timestep" 
- when 0.02, the interpolated cloth is working fine, 
- on lower value, the interpolated cloth is few steps ahead of our interpolation
- on higher value, the interpolated cloth is s few steps behind of our interpolation


Could you please take a look on the example and recommend setting for this setup?
If you could share your interpolation script with us, we will be more able to identify the delay issue.

Thanks
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