Hi guys,
I am trying to create a particle system that grows from the center and out in a tetrahedrical shape. 4 particles are emitted at <0.0.0> and has a velocity of lets say 1 in Y. When they reach a certain distance traveled they stop travelling and emit 3 new particles each in a tetrahedrical direction.
It work fine with the 1st instance traveling straight up in global Y, but the other particles are not rotating correctly.

The system is built so it clones the 'emitting particle' 3 times and then sets the point velocity of each of the particles by first rotating the pointVelocity of the 'emitting particle' 70.5 deg in Z, then n*120 degrees in Y (n being the count of the emitted particle, ie 0,1, 2), as in this tree:

It only seems to work when velocity is <0.Value.0> as shown in this image:

I am sure it is just due to me being mathematically challenged, but if someone can point me in the right direction I would appreciate it very much.
Thanks in advance
Christian