GroundVehicle Visualization |
Top Previous Next |
There are many options available for GroundVehicle visualization. The user can set the tail color, tail length and body scale of the GroundVehicle. 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 naval ship 3D model, with plus tick marks, an annotation, and a yellow tail.
Example Visualization
The following aspects of the GroundVehicle visualization can be specified via FreeFlyer Script or the GroundVehicle Object Editor:
Tail ColorThe tail shows the past positions of the GroundVehicle, and can be any color. See the Color Reference guide for more information.
Body ScaleThe BodyScale property defines how large the GroundVehicle looks compared to other objects.
History ModeThe HistoryMode property of the GroundVehicle allows the user to specify whether the tail of the GroundVehicle 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 MarksIf desired, FreeFlyer will place a marker at the end of each GroundVehicle step. The following choices are available for tick marks.
The tick type can also be assigned via script in the following way:
AnnotationsYou may annotate the GroundVehicle with a description of some sort. The annotations will appear with every tick mark.
3D ModelYou can use any one of the following built in 3D models to represent the GroundVehicle 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.
IconYou can also choose not to display a 3D model for your GroundVehicle, 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 ground objects at a glance even when zoomed out.
DefaultsThe default settings create a GroundVehicle with a Van model at a scale of 100000, a yellow tail that lasts for 100 steps, with no tick marks or annotations.
GroundVehicle Visualization Editor
See Also•Generating Output Guide |