In 3D computer graphics, popping refers to an undesirable visual effect that occurs when the transition of a 3D object to a different pre-calculated level of detail (LOD) is abrupt and obvious to the viewer.
Techniques like geomorphing and LOD blending can reduce visual popping significantly by making the transitions more gradual.
[2] During the blending process an alpha value is specified for each LOD, which determines transparency of objects.
Due to this restriction, traditional geomorphing is not suited to interactive simulations because the process cannot be quickly reversed if conditions change unexpectedly.
Real-time geomorphing directly modifies individual vertices of the 3D model to adjust its LOD.