Difference between revisions of "Talk:LlSetLinkPrimitiveParams"

From Second Life Wiki
Jump to navigation Jump to search
(New page: I've been having problems when working with faces of linked prims. The first set appears to apply itself, and any other face used in the sets when you only specify 1 face, and another set ...)
 
(point to SVC-38)
Line 6: Line 6:
         ]);
         ]);
--[[User:Dedric Mauriac|Dedric Mauriac]] 18:32, 25 December 2007 (PST)
--[[User:Dedric Mauriac|Dedric Mauriac]] 18:32, 25 December 2007 (PST)
This is a known bug (well, in llSetPrimitiveParams(), but it's not surprising that it's here also).  See http://jira.secondlife.com/browse/SVC-38
-- [[User:Dale Innis|Dale Innis]] 05:50, 14 February 2008 (PST)

Revision as of 06:50, 14 February 2008

I've been having problems when working with faces of linked prims. The first set appears to apply itself, and any other face used in the sets when you only specify 1 face, and another set is after it. (ie, the following code will color face 0 and 2 red)

   llSetLinkPrimitiveParams(link, [
       PRIM_COLOR, 0, <1,0,0>, 1,
       PRIM_TEXTURE, 2, "Tech.jpg", <1,1,0>, <0,0,0>, 0
       ]);

--Dedric Mauriac 18:32, 25 December 2007 (PST)

This is a known bug (well, in llSetPrimitiveParams(), but it's not surprising that it's here also). See http://jira.secondlife.com/browse/SVC-38 -- Dale Innis 05:50, 14 February 2008 (PST)