I have found my skybox shader has a bug in it, the shader displays the cubemap as a reflection, the following shader code will give a better result. So, if you have used my skybox sample then replace the shader with this code: Texture surfaceTexture; samplerCUBE TextureSampler = sampler_state { texture...