Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Individual vector axis movment/updating

Sean Martin
Yesnomaybe.
Join date: 13 Sep 2005
Posts: 584
07-21-2006 09:53
I am working on a free moving object that corrects it's Z and Y alignment while the X axis is left free to move with physics on.
Something like the anti-push but only updating one or two vector axis values.

Is this possible? I'm starting to think it's not.
It appears the llSetPos only updates all vector values at once and does not allow just one to be detected and/or updated while ignoring the others.

The desired effect should be a high speed railing system based on physics instead of non-physical movment.

Has anyone seen a working version of something like this?
Is there open source code already built?
Or does anyone know how this would be achieved?
Thanks.

:addition:
I've got most of the guts in the script done. I'm just having trouble with vectors today. :rolleyes:
_____________________
Sean Martin
Yesnomaybe.
Join date: 13 Sep 2005
Posts: 584
07-21-2006 10:19
Nevermind I found a way.
_____________________