Hi
I did set the render properties to “transparent canvas” and defined a clearColor in the Camerasettings. In Chrome it shows the correct color. Firefox sometimes (only sometimes!) shows a black background instead the clearColor.
Does anybody know how to solve this problem?
ChatGPT doesn’t get it
I think if you clear alpha to 0, than the clear color does not show, as it’s fully transparent … and the color of you web page underneath the webgl shows - so you might need to set that up.
@mvaligursky You are right. But it shows the underneath color only in Chrome. Firefox still shows black and Opera shows white. Its very inconsistent. When I set the alpha to 0 then I don’t need the clearColor and can use the underneath color instead.
Sometime it works correct even on Firefox, depending on the GSplat-Model I load into the scene.
I think its something with the framebuffer …