Level of Detail, also known as LOD, helps with scene rendering by reducing the topology, or lowering the polygon count, of a given object within a scene based on the distance from the camera. Objects can have multiple LODs; the number of LODs is determined by the complexity of the object and how nicely the object will render when moving away from or closer to the camera. In this tutorial, you wil learn to create LODs.