how do you set the start rotation of a particle?

like this
6399917--713978--upload_2020-10-9_0-35-58.png
vfx has no obvious init node that gives static rotation

Hi, you can use the angle attributes (angleX, angleY, angleZ) to specify rotation around each of the axis. For isntance, if you want your billboards to rotate on their 2D plane (X,Y) you would use angleZ for this.

1 Like

Very cool, thanks, I am still getting used to the new way things are placed where rotation is in the output and naming where rotation is angle.