|
Driff Beardmore
Registered User
Join date: 19 Feb 2008
Posts: 2
|
09-24-2008 11:00
Ok, I give. Anybody know if it’s possible to set an individual linked prim’s parameter to phantom yet keep the rest of the object non phantom?
I’ve tried llSetStatus and llSetLinkPrimitiveParams but both affect the whole object, not just the targeted linked prim. Example below:
llSetStatus(STATUS_PHYSICS, FALSE); llSetStatus(STATUS_PHANTOM, FALSE); llSetLinkPrimitiveParams(2,[PRIM_PHANTOM,TRUE]);
Any ideas? Thanks.
|
|
Abba Thiebaud
PerPetUal NoOb
Join date: 20 Aug 2006
Posts: 563
|
09-24-2008 11:18
From: Driff Beardmore Ok, I give. Anybody know if it’s possible to set an individual linked prim’s parameter to phantom yet keep the rest of the object non phantom?
I’ve tried llSetStatus and llSetLinkPrimitiveParams but both affect the whole object, not just the targeted linked prim. Example below:
llSetStatus(STATUS_PHYSICS, FALSE); llSetStatus(STATUS_PHANTOM, FALSE); llSetLinkPrimitiveParams(2,[PRIM_PHANTOM,TRUE]);
Any ideas? Thanks. Linked prims will make the whole object phantom with one exception: Flexis. If you adjust the flex parameters, you may end up with something stiff enough to fool the eye and achieve the phantom+link, but I don't know what parameters to use off the top of my head. Sorry it's not exactly what you're looking for. A
_____________________
http://www.ponystars.com/abbathiebaud Pony Up.
|