1
vote
3answers
143 views
the quake 2 md2 file format (theory)
i am trying to load md2 files in opengl but i noticed that most example programs just use a
precompiled list of normals. something like this.....
//table of precalculated normals
{ -0.525731f, …
2
votes
6answers
265 views
What 3D graphics framework should I use for a real world game engine.
Hello, I'm a C++ programmer with very extensive server programming experience. I'm however fairly bored at the moment and I decided to tackle a new area: 3D game programming, for learning purposes. …
