We are independent & ad-supported. We may earn a commission for purchases made through our links.

Advertiser Disclosure

Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.

How We Make Money

We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently from our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What Is Level of Detail?

By Eugene P.
Updated May 17, 2024
Our promise to you
WiseGEEK is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At WiseGEEK, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

Level of detail (LoD) in computer graphics refers to the process of simplifying the different graphical aspects of a three-dimensional (3D) object that is being rendered at a distance. The purpose of implementing level of detail into a program is so the speed of rendering can be increased when there are multiple objects in the virtual scene and some of them are so distant from the viewer that extraneous details would not be visible anyway. Depending on the exact way level of detail is integrated into a program, it can be one of two types: discreet or continuous. Discreet LoD replaces 3D models or textures with separate, usually premade, models that have less detail. Continuous LoD uses algorithms to dynamically increase or reduce the detail on a model as needed.

Nearly all 3D graphical programs use some form of level of detail, especially video games. If properly implemented, LoD is nearly unnoticeable to the viewer. When the calculated distance between an object in the virtual scene and the position of the viewer is above a certain number, the level of detail can be reduced. This reduction usually results in either less polygons making up the 3D object, reduced quality texture images, or a combination of both. The rendering speed of a scene that uses level of detail is considerably faster than the rendering speed of a scene where objects are consistently at full detail.

Discreet level of detail is a method that uses a set number of distances to determine which model of an object will be rendered. The different quality levels of the 3D model can either be created in a modeling program or calculated when the program starts and then stored for later use. This method works well, because it is simple and fast. It also is not favored by some programmers and artists because, occasionally, the jump from one LoD model to another might appear too obvious and cause an object to suddenly appear larger and more detailed in front of the viewer.

Continuous level of detail actually uses algorithms to take the polygons making up an object and either subdivide them for greater detail or consolidate faces for less detail. This version of LoD allows for a smooth transition from a single pixel to full detail as the distance is lowered. The algorithms, however, can sometimes be very processor intensive and also have the possibility to produce undesirable results, such as missing polygon faces or changes to the 3D models that distort the initial geometry.

Other variations of LoD include reducing the image quality of the texture mapped images, using very low-quality small images instead, or even just using a solid color with no texture mapping to approximate the appearance from a distance. In another method, instead of actually loading a reduced quality 3D model for LoD purposes, the model at a distance is replaced by a geometric primitive such as a sphere or rectangle, which renders far faster than arbitrary polygons. There are other algorithms that can be used for more specific types of LoD calculations, such as those needed to modify terrain meshes and those that can be used to approximate objects that are moving quickly across the scene.

WiseGEEK is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.

Discussion Comments

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.