Difference between revisions of "PRIM GLOW/fr"
From Second Life Wiki
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{LSLC/fr|FixMe}} | {{LSLC/fr|FixMe}} | ||
− | {{LSL Constant | + | {{LSL Constant/fr |
|name=PRIM_GLOW | |name=PRIM_GLOW | ||
|type=integer | |type=integer |
Revision as of 10:19, 23 May 2008
TRADUCTION EN COURS... =)
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Constante: integer PRIM_GLOW = 25;La constante PRIM_GLOW de type integer a la valeur 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.
llSetPrimitiveParams
[ PRIM_GLOW, integer face, float intensity ]• integer | face | |||
• float | intensity |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_GLOW, integer face ]);Returns the list [ float intensity ]
• integer | face | ||||
| |||||
• float | intensity |
Articles connexes
Constantes
• | CHANGED_TEXTURE |
Fonctions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams |
Evénement
• | changed |