EquiRectangularCubeTexture loads the texture twice

Playground:

Expected:
There is only one network request of the texture.

Actual:
There are two.

Related code:
https://github.com/BabylonJS/Babylon.js/blame/060d970b7c6aae1f9e442d40f102069d58e6cd9e/packages/dev/core/src/Materials/Textures/equiRectangularCubeTexture.ts#L157

PR:

3 Likes

I’ve added @Evgeni_Popov and @sebavan as reviewers