I'm having trouble installing an invisible background and alpha channel on my particles.
For Christmas, I wanted to use your example script wegl_particles_sprite . Adapted to the situation. I installed the code in the full-screen div in the foreground and was able to make it invisible so that I could use my website. The problem is that I could not set PNG alpha channels transparent even with transparent=true; .
First I set the transparent background: OK
renderer = new THREE.WebGLRenderer( { clearAlpha: 1, alpha:true } );
But I canβt load my snowflakes with transparent alpha channels. Need someone help to create my Christmas magic?
Edit: Sorry, this is an input error, the problem remains! for particles ^^
gronaz
source share