PRIM GLOW/fr: Difference between revisions
Jump to navigation
Jump to search
Brice Grot (talk | contribs) New page: TRADUCTION EN COURS... =) {{#if: {{LSL_Constants/PrimitiveParams}} }}{{LSL Constant |name=PRIM_GLOW |type=integer |value=25 |desc=PRIM_GLOW is used to get and set the configure the glow s... |
No edit summary |
||
| Line 1: | Line 1: | ||
TRADUCTION EN COURS... =) | TRADUCTION EN COURS... =) | ||
{{LSLC/fr|FixMe}} | |||
{{LSL Constant | |||
|name=PRIM_GLOW | |name=PRIM_GLOW | ||
|type=integer | |type=integer | ||
Revision as of 19:13, 17 April 2008
TRADUCTION EN COURS... =)
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_GLOW = 25;The integer constant PRIM_GLOW has the value 25
PRIM_GLOW is used to get and set the configure the glow status of the face. Use the integer number 25 if the compiler rejects the named constant.
[ PRIM_GLOW, integer face, float intensity ]
[ PRIM_GLOW, integer face, float intensity ]| • integer | face | |||
| • float | intensity |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_GLOW, integer face ]);
llGetPrimitiveParams([ PRIM_GLOW, integer face ]);Returns the list [ float intensity ]
| • integer | face | ||||
| • float | intensity | ||||
Caveats
Related Articles
Constants
| • | CHANGED_TEXTURE |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |