I was making a scene, so I could take a picture for the Doc site. I added a mirror to emphasize the direction a mesh facing, but it does not show up in it. I made scene by taking a .blend file & generating an inline source file. No problem there, but remember a mirror has to be added post Blender. Added this to my html: var mirrorMaterial = new BABYLON.StandardMaterial("mirrorMat", scene);mirrorMaterial.reflectionTexture = new BABYLON.MirrorTexture("mirrorTex", 1024, scene, true);mirror