Field of View / Mask
Stage 1
You will need to find your 'graphics' or '_graphics' variable. You will need to add the following parameter:
graphics = new GraphicsDeviceManager(this) {
PreferredDepthStencilFormat = DepthFormat.Depth24Stencil8
};