in this version we have implemented a simple fly path finder that will navigate through air. you still have to consider that the path generated needs to be followed and that is all up to you.
Changes in methods don't break any existing scripts, we only added a boolean to toggle between ground and air navigation in core.findPath(goal,callback,flyToggle)
if fly toggle is on then you will use air navigation, table of points stays the same