|
I’m using Maya Instancer with “aim position” and “aim up axis”
I wanna have all instances (arrows) to point to the the locator.
but depending on the direction of “aim position” they are acting differently.
it’s only working on the 3rd picture.
how can i fix this?
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>>;
thanks in advance.
| Attachment
|
|
| Attachment
|
|
| Attachment
|
|
|
|
|