Tagged Questions

1
vote
3answers
136 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 nor …
0
votes
4answers
51 views

Making render method virtual?

I'm starting with C++ in more depth while building a simple 2d game engine. In my engine I have (or want to have) an "Abstract" GameEntity class, which carries the methods draw, up …
2
votes
6answers
251 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 l …
1
vote
4answers
180 views