Main Content

initialize (Aero.FlightGearAnimation)

Set up FlightGear animation object

Syntax

initialize(h)
h.initialize

Description

initialize(h) and h.initialize set up the FlightGear version, IP address, and socket for the FlightGear animation object h.

Examples

Initialize the animation object, h.

h = Aero.FlightGearAnimation;
h.initialize();

Version History

Introduced in R2007a