PRIM GLOW/fr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]] | |text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]] | ||
|i1_type=integer|i1_name=face | |i1_type=integer|i1_name=face | ||
|i2_type=float|i2_name=intensity}} | |i2_type=float|i2_name=intensity | ||
|toc=llSetPrimitiveParams | |||
}} | |||
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ [[PRIM_GLOW]], |i_end= ]);| | |pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ [[PRIM_GLOW]], |i_end= ]);| | ||
|r_front=Returns the list [ |r_end= ] | |r_front=Returns the list [ |r_end= ] | ||
| Line 16: | Line 18: | ||
|i1_type=integer|i1_name=face | |i1_type=integer|i1_name=face | ||
|r1_type=float|r1_name=intensity | |r1_type=float|r1_name=intensity | ||
|toc=llGetPrimitiveParams | |||
}} | }} | ||
|examples | |examples | ||
Revision as of 11:18, 23 May 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.
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 | ||||
Caveats
Related Articles
Constants
| • | CHANGED_TEXTURE |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |