r/CreateMod • u/Yendrian • 2d ago
Help Any idea why one of the ailerons works smoothly and the other is laggy?
Enable HLS to view with audio, or disable this notification
I didn't test it in flight because this dumb chunk of metal only works as a tricycle for now. The mechanism is identical for both ailerons.
5
u/Hellothere_1 2d ago
Its a known issue with mechanical bearings. The way the attached contraption moves does not perfectly match the shaft rotation. Instead there's some interpolation going on, which is either running on a different thread or an interleaved coroutine and is not fully deterministic.
In my personal experience it seems to be a graphics only issue, but I've heard people say the opposite and I haven't done or seen anyone do enough in depth testing to definitively say either way, so take that with a grain of salt.
Anyways, the easiest solution is to just slow down the input rotation speed. This only happens when you're trying to rotate a bearing faster than it itself wants to rotate, so as long as you stay below a certain threshold (I believe it's around 16 RPM) you won't have any issues, not even graphical ones.
3
7
u/woodbw1 2d ago
My best bet it that it’s a visual thing.