Jump to content
Sign in to follow this  
elendil004

Bugging me

Recommended Posts

the term LOD, what does it mean?

I know i should prolly know it...but...

i mean it makes sense in the context of tweaking options...but...in mod making?

Share this post


Link to post
Share on other sites

LOD = Level Of Detail

the models and textures ingame have 7 different levels of detail in which the engine chooses which is appropriate depending on the horsepower of the machine.  Up close, it uses the most detailed and highest poly model and textures whereas models in the distance will step down to simpler versions the farther away they get.  This streamlines the display and frees up memry and cpu cycles where it would be wasted rendering fully detailed models at distances where they could not be appreciated.  the LOD's are also used when there are lots of vehicles on screen and the game must sacrifice some detail to keep the framerate bearable.

its relevance in modmaking is that the modder must make not one, but seven different models of varying detail.  Of course, this is seven times the workload. Unfortunately, its a necessary evil in creating efficient addons.

Share this post


Link to post
Share on other sites

It means Level of Detail, as in using a lower-detail model in objects that are far away. Usually the more farther away the object is, the lower detail model is used to make the scene draw faster.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×