I want to create a tunnel of particles where, as I scroll, it feels like I’m traveling inside the tunnel, with some div elements appearing along the way.
My main challenge is aligning the direction of the particles to match my reference.
Currently, when I add particles and apply textures, they appear aligned along the Y-axis (top to bottom). However, in my reference, the particles are aligned along the Z-axis, moving towards the camera.
How can I adjust the particles so that they appear along the Z-axis, creating the correct tunnel effect?