Brandon Walters writes: > > Hi, i've been trying to get some help on this list but no luck so > will try one more time. i am new to flight sims and OpenGL and can > any one just please tell me how to just draw a HUD, and dials (eg > horizon). please please please. hopefully someone will give a good > link, code or help. thanks
You can draw lines with glLine(), plib has facilities for drawing letters using textures (fast). Plib has many examples of opengl programs so that would be a useful place to look and understand how the examples work. For people getting started, often just getting something (anything!) to show up on the screen is the hardest part. The plib examples should help a lot with that. Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
