Talk:Walk view

From FlightGear wiki
Jump to navigation Jump to search

See also Aircraft/Generic/WalkView/ in the FlightGear data directory for a similar feature (only supports internal views at the moment). Not sure which one is preferred. AndersG 20:36, 20 August 2010 (UTC)

The combination is good: WalkView in Cabin and Walker to jump outside. But both use the same keys -> conflict has to be resolved.

From the WalkView perspective that is not a difficult problem - the operations, e.g. walkview.forward(1.0), do nothing if invoked when the current view isn't a WalkView. Additionally, they return false in that case so that an alternative action can be taken conditionally. I don't know what the interface to the Walker looks like, however, so I don't know if there may be problems from that side. Apart from that, I think using the same keys makes very good sense. AndersG (talk) 14:41, 15 September 2016 (EDT)

Minor bug in the Editor: Limb 11y (right foot) controls both feet. Limb 14y (left foot) does nothing.