Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Expose force vector and object axis display options #287

Merged
merged 4 commits into from
Oct 31, 2022

Conversation

mschweiger
Copy link
Collaborator

  • Allows access to the vessel force vector and object frame axis display dialog options via GetConfigParam
  • Implements force vector and frame axis display in D3D7 client
  • Updates D3D9Client to retrieve the display options from the default GraphicsClient interface. Removes the workaround of hooking into the visual helpers dialog message loop from OapiExtension.
  • General cleanup of force vector and object axis rendering code in inline client.
  • Still to do: vector labels in D3D7 client (deferred to a separate branch implementing improved text label rendering).

Closes #283.

…. Extended GetConfigParam to return force vector display parameters. Implemented force vector display in D3D7Client. Still to do: text labels.
…elestial bodies and surface bases. Cleaned up vector display render pipeline.
…is display options to the main GraphicsClient interface. Removed the obsolete VisualHelper dialog hooking code from OapiExtensions.
@mschweiger mschweiger merged commit b939bb2 into main Oct 31, 2022
@mschweiger mschweiger deleted the 283-api_forcevector_objectaxis branch October 31, 2022 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: Expose force vector and axis display options
1 participant