orbitersim / orbiter

Open-source repository of Orbiter Space Flight Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API: Expose force vector and axis display options

mschweiger opened this issue · comments

Expose the user selection for force vector and object axis display options in the Graphics API via the GetConfigParam function, using individual CFGPRM_ flags. This will

  • allow to display the force vectors and object axes in the D3D7 client
  • avoid the need for a workaround in the D3D9 client (hooking into the visual helpers message loop).