Page 1 of 1
✔️ FIXED BUG: Vibration on Cockpit Screens
Posted: 2023-Sep-24, 18:44
by Krishty
When the plane is vibrating (e.g. during take-off or at high g force), the screens seem to vibrate different from the rest of the cockpit.
Re: 🔴 OPEN BUG: Vibration on Cockpit Screens
Posted: 2023-Sep-26, 09:01
by Scorpion82
Are the displays rendered to different 3D coordinates, or are they wobbling out of sync? I.e. displays move right, while cockpit structure moves left?
Re: 🔴 OPEN BUG: Vibration on Cockpit Screens
Posted: 2023-Sep-28, 20:40
by Krishty
I think displays move right while the cockpit moves
down. I guess the problem is the following: TFXplorer (responsible for displays) computes everything in East-North-Down while the F-22 code (responsible for cockpit) runs in something like
this (not sure right now):
Both just add the vibration to their respective coordinates, and one likely forgets to transform.
Not sure if I even want to fix this directly. The mere fact that vibration is handled by the plane code (instead of being implemented in TFXplorer for all planes) annoys me.
Re: 🔴 OPEN BUG: Vibration on Cockpit Screens
Posted: 2024-Apr-08, 18:57
by Krishty
No longer handled by plane code. Vibration, head bobbing, and other special effects are now handled in the core. Extensions merely provide a set of viewpoints to the core.
This also paves the way for head tracking.
Will be in the next version.
Re: ✔️ FIXED BUG: Vibration on Cockpit Screens
Posted: 2024-Apr-13, 08:57
by Krishty