I want to display a videotexture on a sphere with a variable arc value. I am facing black or white seams at the edges of the sphere. Clamping the texture in the inspector removes the seams.
I enable clampU by setting wrapU to BABYLON.Constants.TEXTURE_WRAP_ADDRESSMODE but this is not working on a videotexture for me. Sadly I cant reproduce the seam on a playground but I have the playground where clampU is not enabled when I set wrapU. Here is the link: https://playground.babylonjs.com/#SQ5UC1#469
I donât know why we set the wrap mode to âwrapâ (maybe there was a bug at some time, either on our side or in the (a) browser, that required we set this mode?), but in any case it would be a breaking change if we changed thatâŚ