|
@@ -633,7 +633,7 @@ module BABYLON {
|
|
case Texture.SKYBOX_MODE:
|
|
case Texture.SKYBOX_MODE:
|
|
defines.setReflectionMode("REFLECTIONMAP_SKYBOX");
|
|
defines.setReflectionMode("REFLECTIONMAP_SKYBOX");
|
|
defines.REFLECTIONMAP_SKYBOX_TRANSFORMED = !this._reflectionTexture.getReflectionTextureMatrix().isIdentity();
|
|
defines.REFLECTIONMAP_SKYBOX_TRANSFORMED = !this._reflectionTexture.getReflectionTextureMatrix().isIdentity();
|
|
- break;
|
|
|
|
|
|
+ break;
|
|
case Texture.SPHERICAL_MODE:
|
|
case Texture.SPHERICAL_MODE:
|
|
defines.setReflectionMode("REFLECTIONMAP_SPHERICAL");
|
|
defines.setReflectionMode("REFLECTIONMAP_SPHERICAL");
|
|
break;
|
|
break;
|