anyone know where I could find some good tutorials on loading 3D meshes. .md2 format for example. Im working on my own game at the moment, and I am looking around for some good tutorials on loading 3d meshes.
Also, I havent been able to find much on this, but When loading Levels, say for a racing game, does one load the entire level and just clip it? Or would it be slow to load the entire level into memory, even if say the level is around 100-300kb?