Clipping detects which elements of three-dimensional space are visible to the player. With this process, only those within the player's vision radius are displayed on the screen. The rest do not need to be visible or active, so getting optimal performance is easier. Clipping is also an error which causes objects to merge inappropriately.