Adding documentation and examples (#3541)

- Make the SourceType and DestinationType parameters required in the DashboardItemAngle
  - Shift the "UTC" string in the DashboardDate from the FormatString to the TimeFormat
  - Make the SourceType and DestinationType parameters for the DashboardItemDistance required
  - Add new "Deltatime" option to the DashboardItemFramerate.  Add examples for the DashboardItemFramerate
  - Fix issue where the inputstate would not update if no option was selected
  - Automatically disable simplification if a unit is requested in the asset for a DashboardItemSimulationIncrement or DashboardItemVelocity
This commit is contained in:
Alexander Bock
2025-03-14 11:25:26 +01:00
committed by GitHub
parent fc9b2ab091
commit 5008aa7cd7
127 changed files with 1779 additions and 487 deletions

View File

@@ -87,13 +87,13 @@ namespace {
openspace::properties::Property::Visibility::User
};
// This renderable can be used to visualize a certain travel speed using a line that
// This `Renderable` can be used to visualize a certain travel speed using a line that
// moves at the provided speed from a start object to a target. The start position
// will be set from the `Parent` of this scene graph node, and the end position is
// set from the provided `Target` scene graph node. Per default, the speed is set to
// the speed of light.
//
// The length of the traveling line is set based on the travel speed and can be used
// The length of the travelling line is set based on the travel speed and can be used
// to show more information related to the distance traveled. For example, a length
// of 1 shows how far an object would move over a duration of one second based on the
// selected speed.