PRIM FULLBRIGHT
Revision as of 14:56, 17 April 2008 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_FULLBRIGHT = 20;The integer constant PRIM_FULLBRIGHT has the value 20
Used to get or set the full-bright setting of a prim's face.
[ PRIM_FULLBRIGHT, integer face, string boolean ]
[ PRIM_FULLBRIGHT, integer face, string boolean ]• integer | face | – | face number or ALL_SIDES | |
• string | boolean | – | TRUE (enables) or FALSE (disables) |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);
llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);Returns the list [ string boolean ]
• integer | face | – | face number or ALL_SIDES | ||
• string | boolean | – | TRUE (enables) or FALSE (disables) |
Caveats
- If face is ALL_SIDES then the PRIM_FULLBRIGHT works on all sides.
- If face indicates a face that does not exist the PRIM_FULLBRIGHT return is [ 0 ]
Caveats
- If face is ALL_SIDES then the PRIM_FULLBRIGHT works on all sides.
- If face indicates a face that does not exist the PRIM_FULLBRIGHT return is [ 0 ]
Related Articles
Constants
• | CHANGED_TEXTURE? |
Functions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams |
Events
• | changed |