Difference between revisions of "Talk:Simulator User Group"

From Second Life Wiki
Jump to navigation Jump to search
m
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 group 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)

Revision as of 07:55, 21 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)