|
Mereille Despres
Registered User
Join date: 5 Sep 2007
Posts: 79
|
02-04-2008 10:47
I can't get on to test this right now.
Is it possible to move (rotate/translate/etc.) a prim that is part of a linked set without moving the rest of the linked objects?
For example, rotating an 'arm' on a moving object?
|
|
Pale Spectre
Registered User
Join date: 2 Sep 2005
Posts: 586
|
02-04-2008 11:13
Yes, for example, llSetPrimitiveParams/llSetLinkPrimitiveParams should do this.
My only advice would be that if you want to save yourself alot of headaches... try to avoid having to move the Root prim.
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
02-04-2008 11:13
Absolutely. Functions like llSetPos(), llSetRot(), llRotLookAt(), llTargetOmega() and llSetPrimitiveParams() do that when run from a script in the child prim. You can now move child prims using llSetLinkPrimitiveParams() from another prim as well.
|
|
Mereille Despres
Registered User
Join date: 5 Sep 2007
Posts: 79
|
02-04-2008 11:17
Thanks! For some reason, the only thing I could think of was a house I once bought where the doors had to be unlinked, or the entire house would spin. 
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
02-04-2008 19:27
From: Mereille Despres Thanks! For some reason, the only thing I could think of was a house I once bought where the doors had to be unlinked, or the entire house would spin.  nope, got a cure for that too...
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
02-04-2008 20:33
From: Void Singer nope, got a cure for that too... Sobriety?
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
02-04-2008 20:58
From: Hewee Zetkin Sobriety? 0.o that's a horrible thought...
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|