What is LOD (Level of Detail) in 3D Modeling?

LOD stands for level of detail, and it’s the process of making less detailed versions of your models that are viewed when they’re further away from the camera.

This lowers the strain on the computer allowing it to render more objects while maintaining a high frame rate.

There are generally 2 parts of the model that get optimized for LOD. These are the geometry (polygon count) and the texture resolution (lower resolution textures = smaller file size).

LODs are usually numbered within the real time engine that you use. LOD0 is the full detail model that is viewed closest to the camera. From there LOD1 is a lower detail version, followed by LOD2, etc.

LOD’s in Real 3D Work

LODs are used in any AAA 3D game you’ve played.

They can be occasionally noticed in what is called “pop-in” when the change happens too close to the camera and an object seems to slightly change very fast. This is considered to be an undesirable result that is tried to be avoided.

Image source

Most modern real time engines have the built-in functionality to support LODs, so the only thing you really need to do is point the correct models in the LOD numbers and designate the distance from the camera.

Some engines such as Unreal Engine 4 even have the built-in functionality to automatically create LODs out of the textures you use, which saves a lot of time.

Creating LODs is a fairly simple process.

For your model you simply have to remove some of the geometry. If you are using some variation of turbosmooth switch this off for your LODs. You could also manually remove loops of polygons to decrease the count.

Most 3D packages have optimizing options which are also worth trying. However, this can ruin your UV’s and damage your model depending which you use so it’s always best to test and keep backups of your work.

Terrain modeled in 3D lowpoly LOD
Image source

Making LODs out of textures is a much simpler process.

Example: if you’re using a 4096×4096 for LOD0, simply save a version as 2048×2048 for LOD1. Then keep cutting the resolution in half as needed.

Remember that game engines generally prefer power of 2 textures, so make sure you follow those rules when resizing images.

Some modern shaders no longer require manual creation of LODs, having the ability to change the rendered geometry within the GPU. This can procedurally optimize models in real time.

This newer method can be much more difficult to achieve, so at first you may be better off manually creating your LODs. But automation is something to consider on larger projects.

If you are producing a 3D game or other large 3D project then you should definitely learn to use LODs.

Even if your game isn’t a huge open world that renders hundreds of objects at once, LODs will always help it perform better, making it run smoother on lower-end hardware.

The post What is LOD (Level of Detail) in 3D Modeling? appeared first on Concept Art Empire.

Related Posts

What is an Animatic in Animation?

An animatic is a series of storyboard images that have been timed into a pre-visualization video to preview an animated film, show, or video game. Animatics vary greatly in detail according to the length of animation and budget. Some are static storyboard frames showing just the timing of shots. Other types of animatics include more…

Continue reading
What are Falloff Maps? (Definition & Examples)

Falloff maps are a type of map that can be found in most 3D & game engines. These maps can change the color of an object when parts of it start to face away from the camera. The render engine will calculate the angles of parts of your geometry in relation to the camera position,…

Continue reading

Leave a Reply

Your email address will not be published. Required fields are marked *

You Missed

New Masters Academy Review: What’s Inside NMA’s Premium Course Library

  • By Richard
  • October 23, 2024
  • 6350 views
New Masters Academy Review: What’s Inside NMA’s Premium Course Library

What is an Animatic in Animation?

  • By Richard
  • October 23, 2024
  • 6274 views
What is an Animatic in Animation?

What are Falloff Maps? (Definition & Examples)

  • By Richard
  • October 23, 2024
  • 6221 views
What are Falloff Maps? (Definition & Examples)

What are Procedural Textures (Procedural Maps)?

  • By Richard
  • October 23, 2024
  • 6214 views
What are Procedural Textures (Procedural Maps)?

Polygonal and NURBS Modeling: What’s The Difference?

  • By Richard
  • October 23, 2024
  • 6278 views
Polygonal and NURBS Modeling: What’s The Difference?

What is LOD (Level of Detail) in 3D Modeling?

  • By Richard
  • October 23, 2024
  • 6124 views
What is LOD (Level of Detail) in 3D Modeling?