Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rod not following attachment correctly
#1
Hi there!

I have the same problem as someone here

http://obi.virtualmethodstudio.com/forum...attachment

on Obi 6.4, using Rod.

I've moved the accumulatedTime line to top of the Update, and the rod end still doesn't follow the rigidbody correctly. I've tried with and without interpolation enabled on both obi rod and the rigidbody.

Here is the gif

https://imgur.com/a/EwcaYFQ


Code:
private void Update()
{
accumulatedTime += Time.deltaTime;

ObiProfiler.EnableProfiler();
Interpolate(Time.fixedDeltaTime, accumulatedTime);
ObiProfiler.DisableProfiler();
}
Reply


Messages In This Thread
Rod not following attachment correctly - by iamthehone - 10-08-2022, 05:12 PM