mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user