At first glance the XNA Content Pipeline may seem to cover similar ground to the old D3DX utility library. For instance both provide a simple way to access graphics from .X files: // D3DX Mesh u ngulate = Mesh.FromFile ("dromedary.x" , 0, device); //