I'm struggling with making the background invisible and setting the alpha channel on my particles.
I was hoping to use your example script wegl_particles_sprite
for the Christmas season. I adjusted it to fit my needs by placing it in a fullscreen div in the foreground. I managed to make it unclickable so that users can still navigate my website. However, I encountered an issue with setting PNG alpha channels to transparent even with transparent=true;
.
Initially, I was able to set the background to transparent successfully:
renderer = new THREE.WebGLRenderer( { clearAlpha: 1, alpha:true } );
But I'm facing difficulty loading snowflakes with transparent alpha channels. Can anyone assist me in creating the Christmas magic I envision?
Edit: Apologies for the typo, the problem persists with the particles.