546
edits
| Line 58: | Line 58: | ||
* '''dynamic''' | * '''dynamic''' | ||
** '''enabled''' when set to true, this enables dynamic view, which rotates the view based on control input (to simulate a pilot looking into the direction he steers to). | ** '''enabled''' when set to true, this enables dynamic view, which rotates the view based on control input (to simulate a pilot looking into the direction he steers to). | ||
Remark on '''limits''' (for developers): If you plan to implement a view-handler for a view there '''must not''' <limits>...</limits> be used in the view definition. The limits need to be handled within the view handler instead. If <limits>...</limits> are present within the view definition no (additional) view handler will be invoked (experienced in FG 3.4) | |||
Additionally, you can place the following line after the last </view> tag. It is used to define the distance to the aircraft of the default views: chase, helicopter | Additionally, you can place the following line after the last </view> tag. It is used to define the distance to the aircraft of the default views: chase, helicopter | ||
edits