MirrorTexture reflects the background color of the scene by default, how to remove this feature

I got another way to do this from another topic.

   XXX : var backgroundMaterial = new BABYLON.BackgroundMaterial("backgroundMaterial", scene);  
   √√√ : var backgroundMaterial = new BABYLON.StandardMaterial("backgroundMaterial", scene);