Spacecraft Visualization |
Top Previous Next |
There are many options available for Spacecraft visualization. The user can set the tail color, tail length and body scale of the Spacecraft. The user can also define tick marks and include annotations. Please see the Generating Output Guide for more information.
Visualization OptionsThe image below shows how some of the FreeFlyer's visualization options look in a View Window. This shows a GlobalStar 3D model, with plus tick marks, an annotation, and a yellow tail.
Example Visualization
The following aspects of the Spacecraft visualization can be specified via FreeFlyer Script or the Spacecraft Object Editor:
Tail Color
The tail shows the past positions of the Spacecraft, and can be any color. See the Color Reference guide for more information.
Body Scale
The BodyScale property defines how large the Spacecraft looks compared to other objects.
History Mode
The HistoryMode property of the Spacecraft allows the user to specify whether the tail of the Spacecraft will be unlimited or wrapped. If the history mode is set to wrap, the Tail Length option specifies how long (in number of steps) the tail will persist in the view. Use caution in setting unlimited tail lengths, or in using tail lengths longer than 10,000 - 30,000 points. Tail lengths exceeding this range can cause memory problems due to the large amount of relative position data that must be maintained. The maximum tail length that can be used safely depends on the amount of memory in the system and the number of objects managed by the Mission View.
Tick Marks
If desired, FreeFlyer will place a marker at the end of each spacecraft step. The following choices are available for tick marks.
The tick type can also be assigned via script in the following way:
Annotations
You may annotate the Spacecraft with a description of some sort. The annotations will appear with every tick mark.
3D Model
You can use any one of the following built in 3D models to represent the Spacecraft in the 3D view, or use a custom model from an external file. A flattened 2D representation of the 3D model will appear in 2D map views.
This can also be assigned via script in the following way.
Icon
You can also choose not to display a 3D model for your Spacecraft, and instead display only its name and/or an icon (an image file). This can be useful when you don't have an accurate 3D model, or when you want to distinguish between different orbiting objects at a glance even when zoomed out. Icons are also useful when you don't have access to information about the attitude (orientation) of an orbiting object, and you don't want to misrepresent the attitude of the object by displaying a 3D model.
Defaults
The default settings create a Spacecraft with a GlobalStar model at a scale of 100000, a red tail that lasts for 100 steps, with no tick marks or annotations.
Spacecraft Visualization Editor
See Also•Generating Output Guide
|