I found this project but when I try add to the Scene background color to white the text disappears and I tried set 0x000000 to the text and particles but the colors don’t change or text disappears again.
Try of change scene background
this.scene.background = new THREE.Color(0xFCF8F8);
Try of change font color:
const material = new THREE.MeshBasicMaterial( { color: 0x00ff00, transparent: true } );
I would like that the background has this color #FCF8F8, the font text this #000000 and the particles and background text (that currently is yellow) this #f295b5.
Thanks for your help!