I wanna have all instances (arrows) to point to the the locator.
but depending on the direction of "aim position" and "aim up axis", they are acting differently.
it's only working on the 3rd picture.
how can i fix this?
Code:
vector $pos = nParticleShape1.position; vector $loc = <<locator1.translateX, locator1.translateY, locator1.translateZ>>; nParticleShape1.customVector = <<$loc.x - $pos.x, $loc.y - $pos.y, $loc.z - $pos.z>>;
facing the other way.
facing nowhere.
working fine.
thanks in advance