[Flightgear-devel] Head Tracker

2007-07-20 Thread Noah Brickman
I'm working on adding an Intersense head tracker to control the viewpoint. Can anyone suggest a starting place in the code for where this should be added. Specifically for control of the viewpoint in first person mode. Thanks, -Noah

Re: [Flightgear-devel] Aircraft state values

2007-07-10 Thread Noah Brickman
You mentioned outputing data to a socket. Can you give me an outline of how to set that up? Doing everything is JSBSim is fine for now. I think I just need aircraft orientation and g-forces on the pilot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon

[Flightgear-devel] Overlay Plane

2007-06-29 Thread Noah Brickman
I am looking for a method for adding a graphical overlay channel to Flightgear. This overlay would consist of a dynamic texture that can be modified in real time. I've used other OpenGL based systems with this feature but don't know where to start with implementing it in Flightgear. If anyone