VESSEL2::clbkAnimate
Jump to navigation
Jump to search
Callback function, which gets used by Addons for implementing complex animations. It gets called by Orbiter if the vessel has registered animations, using the function RegisterAnimation, and the vessels visual is within visible range.
Declaration[edit]
virtual void clbkAnimate (double simt);
- simt
- The simulation time in seconds since start of the simulation.