Difference between revisions of "Talk:Simulator User Group"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "There have been these things called "Groups" in Second Life for many years now. People reading the phrase "Simulator User Group" are likely to try to find an inworld group with t…")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There have been these things called "Groups" in Second Life for many years now. People reading the phrase "Simulator User Group" are likely to try to find an inworld group with that name. I would expect there to be such a group.  It seems quite a poor job of communication to use this long standing term "group" when there is not only not such an inworld group, there's not a groups at all, just a time and place for public meetings. [[User:SuezanneC Baskerville|SuezanneC Baskerville]] 15:48, 21 March 2011 (PDT)
There have been these things called "Groups" in Second Life for many years now. People reading the phrase "Simulator User Group" are likely to try to find an inworld group with that name. I would expect there to be such a group.  It seems quite a poor job of communication to use this long standing term "group" when there is not only not such an inworld group, there's not a group at all, just a time and place for public meetings. [[User:SuezanneC Baskerville|SuezanneC Baskerville]] 15:48, 21 March 2011 (PDT)
 
==Feature Request?==
Hello, i cant find a way to fill a Feature Request for scripting in JIRA because that i ask here. Would it be a good idea to seperate the '''alpha''' value inside llSetLinkPrimitiveParamsfast? I know that PRIM_COLOR provide the alpha value, but i dont want every time change the color.
* for esample:
** '''llSetLinkAlpha(LINK_SET, 1.0, ALL_SIDES);''' is good for change the alpha value of the complete linkset, but its a seperate funktion.
** '''llSetLinkPrimitiveParamsFast(LINK_SET,[PRIM_COLOR, ALL_SIDES, <1,1,1>, 1.0]);''' is bad when i dont want all prims in the linkset white.
 
Now i would ask, its possible to add PRIM_ALPHA to llSetLinkPrimitiveParamsFast for change the '''alpha''' value of the complete linkset without using seperate funktion like llSetLinkAlpha and without change the color? [[User:Daemonika Nightfire|Daemonika Nightfire]] 07:55, 21 May 2013 (PDT)
 
:I think it is a good idea. The color and alpha values are combined making it unhandy to change one, you must read both values to set then one. Using the [[llSetLinkAlpha]] and [[llSetLinkColor]] are than the only alternatives (however, the wiki states no delays for them.)
 
:However, i do like the idea to make possible to issue a complex change while only color or only alpha of pim(s) is changed. I'd like to have than two constants PRIM_FACE_COLOR and PRIM_FACE_ALPHA to change only color and alpha value respectivelly.[[User:Jenna Felton|Jenna Felton]] 16:08, 21 May 2013 (PDT)
 
::It has been requested for a lonnnnng time now: https://jira.secondlife.com/browse/SCR-4 [[User:Talarus Luan|Talarus Luan]] 09:41, 31 May 2013 (PDT)

Latest revision as of 09:41, 31 May 2013

There have been these things called "Groups" in Second Life for many years now. People reading the phrase "Simulator User Group" are likely to try to find an inworld group with that name. I would expect there to be such a group. It seems quite a poor job of communication to use this long standing term "group" when there is not only not such an inworld group, there's not a group at all, just a time and place for public meetings. SuezanneC Baskerville 15:48, 21 March 2011 (PDT)

Feature Request?

Hello, i cant find a way to fill a Feature Request for scripting in JIRA because that i ask here. Would it be a good idea to seperate the alpha value inside llSetLinkPrimitiveParamsfast? I know that PRIM_COLOR provide the alpha value, but i dont want every time change the color.

  • for esample:
    • llSetLinkAlpha(LINK_SET, 1.0, ALL_SIDES); is good for change the alpha value of the complete linkset, but its a seperate funktion.
    • llSetLinkPrimitiveParamsFast(LINK_SET,[PRIM_COLOR, ALL_SIDES, <1,1,1>, 1.0]); is bad when i dont want all prims in the linkset white.

Now i would ask, its possible to add PRIM_ALPHA to llSetLinkPrimitiveParamsFast for change the alpha value of the complete linkset without using seperate funktion like llSetLinkAlpha and without change the color? Daemonika Nightfire 07:55, 21 May 2013 (PDT)

I think it is a good idea. The color and alpha values are combined making it unhandy to change one, you must read both values to set then one. Using the llSetLinkAlpha and llSetLinkColor are than the only alternatives (however, the wiki states no delays for them.)
However, i do like the idea to make possible to issue a complex change while only color or only alpha of pim(s) is changed. I'd like to have than two constants PRIM_FACE_COLOR and PRIM_FACE_ALPHA to change only color and alpha value respectivelly.Jenna Felton 16:08, 21 May 2013 (PDT)
It has been requested for a lonnnnng time now: https://jira.secondlife.com/browse/SCR-4 Talarus Luan 09:41, 31 May 2013 (PDT)