I'll completely remove any possible source of the white background:
I've completely removed all possible sources of the white rounded square:
The card should now appear without any white background or rounded square behind it. It's just the card with your images floating in the gradient background.
I'll create a completely new implementation with no extra components that could cause a white background:
I've completely rebuilt the card implementation from scratch using basic Three.js without any extra libraries or components that could cause a white background:
Pure Three.js implementation:
alpha: truerenderer.setClearColor(0x000000, 0)Simple materials:
No extra elements:
Forced transparency:
This implementation is stripped down to the absolute minimum needed to display the card with your images. There should be no white background or square - just the card floating in the gradient background.