RE: XML was RE: [GD-General] RE: A portable preferences library
Brought to you by:
vexxed72
From: Gareth L. <GL...@cl...> - 2003-12-16 14:23:41
|
> These are REALLY big levels we are talking about here. i.e. 100000 > polygons (each > with lightmap data) and then about 50000 triangle meshes > (seperate from > that). Most modern > games that I know don't try to load that many game data at once (most > use dynamic > loading to load what they need later). So what ? You are still doing processes on the data that are not required. Come on this is typical programming logic here, you don't have every function in your code recompute all of it's data do you ? Its the same thing. Lets not ignore the fact that loading bits of the level is way easier with a binary specific format that can be dumped directly into data structures. |