What is compiled geometry in Quake 3?

Started by
1 comment, last by russian-bear 21 years, 11 months ago
Hi! There was a question about how they can load geometry so quick in Quake 3. One guy said that they use compiled geometry. What does he meen?
< There are no stupid questions, only stupid answers! >
Advertisement
I think that may have been me :D. I think I may have worded that a bit wrong. What I meant was that the levels are stored in a binary format, rather than a text based format. This saves space and is much more efficient for loading data.
Yep, the BSP file has the following data (and much more, but I won''t go into that) all in one file...

vertices
faces
static meshes
lightmap textures
bsp leaves
bsp nodes

The loading of the BSP file is practically instant, but the loading of the textures takes a lot longer.

Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions

This topic is closed to new replies.

Advertisement