|
Garbo Tigerpaw
Registered User
Join date: 8 Apr 2008
Posts: 4
|
04-09-2008 10:55
Sorry if this has been asked before, but I can't seem to search to check because llSetLinkPrimitiveParams is too long for the forum search.
So, when using llSetLinkPrimitiveParams, are the position and rotation in local or region coordinates? I've checked every wiki I can find, and none of them mention it. I've also tried testing, but the result make it seem like it can't be either one. Any help on this would much appreciated.
|
|
Pale Spectre
Registered User
Join date: 2 Sep 2005
Posts: 586
|
04-09-2008 11:54
This is the best exploration I know of llSetPrimitiveParams and its rotation issues:  It also includes suggested workarounds to the issues. Positioning pretty much behaves as you'd expect (ie. want it to):  "Q: Does PRIM_POSITION use global, region, or local coordinates? A: It works exactly like llSetPos, using region coordinates when it's the root prim and not an attachment. For child prims, or root attachments, it uses local coordinates."
|
|
Garbo Tigerpaw
Registered User
Join date: 8 Apr 2008
Posts: 4
|
04-09-2008 15:00
Ah, thank you. That was exactly the info I was looking for. Hopefully that should put on the right track.
|