* Nicolas Quijano -- Saturday 07 February 2009:
> In other words : in internal views, down is up, up is down, left is left,
> right is right.
> in external views : down is down, up is up, left is left, right is right.
> 
> Is this a behaviour seen by many ? How could it be fixed without bringing
> the problems to outside views ?

The Saitek Cyborg Gold 3d USB doesn't have such problems. It's just a
matter of driver configuration:

  var viewdir = props.globals.getNode("/sim").getChildren("view");
  forindex (var i; viewdir) {
      var t = viewdir[i].getNode("type");
      viewdir[i] = t != nil and t.getValue() == "lookat" ? 1 : -1;
  }

  [...]

  view.panViewDir(viewdir[view.index]);

We could solve that globally as well, but as most people seem to be
happy with what we have now, that's a bit too risky for my taste.

m.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to