3D Graphics - Tips and Tricks
Check out Open Gl for the basics, it is the most industry-standard Application Programming Interface for Three Dee Graphics, and works well, fast, and is used all over the place.
Some Concepts/Problems you'll run into:
Model Loading (And Texture Loading)
If you have these three things down, down cold, you've got a very fast, good engine. These three sections are THE basis of all modern engines (Flight sim, FPS, etc.)
Some other Cool concepts:
Could anyone recommend any good books for learning about Three Dee Graphics and/or the other concepts listed above?
For the basics of computer graphics I've found Computer graphics: principles and practice by James D. Foley to be extremely useful.
See original on c2.com