PRIM FULLBRIGHT

From Second Life Wiki

Second Life Wiki > LSL Portal > Constants > PRIM FULLBRIGHT
Jump to: navigation, search

Template:Needs Translation/LSL/es Template:Needs Translation/LSL/el Template:Needs Translation/LSL/he Template:Needs Translation/LSL/it Template:Needs Translation/LSL/ko Template:Needs Translation/LSL/nl Template:Needs Translation/LSL/hu Template:Needs Translation/LSL/no Template:Needs Translation/LSL/da Template:Needs Translation/LSL/sv Template:Needs Translation/LSL/tr Template:Needs Translation/LSL/pl Template:Needs Translation/LSL/pt Template:Needs Translation/LSL/ru Template:Needs Translation/LSL/uk Template:Needs Translation/LSL/zh-Hans Template:Needs Translation/LSL/zh-Hant

Contents

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.

llSetPrimitiveParams

[ PRIM_FULLBRIGHT, integer face, integer boolean ]
• integer face face number or ALL_SIDES
• integer boolean TRUE enables, FALSE disables

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);

Returns the list [ integer boolean ]

• integer face face number or ALL_SIDES

• integer boolean TRUE enables, 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 return for the PRIM_FULLBRIGHT is [ FALSE ]

Related Articles

Constants

•  CHANGED_TEXTURE?

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams

Events

•  changed
Personal tools
In other languages