Difference between revisions of "PRIM GLOW/fr"

From Second Life Wiki
Jump to navigation Jump to search
m
m
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
Line 30: Line 30:
{{LSL DefineRow||[[changed]]|}}
{{LSL DefineRow||[[changed]]|}}
|location
|location
|cat1=Face
|cat1=Face/fr
|cat2=Prim
|cat2=Prim/fr
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 11:19, 23 May 2008

TRADUCTION EN COURS... =)

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