PRIM FULLBRIGHT

From Second Life Wiki

Jump to: navigation, search

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, integer boolean ]

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

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

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 function works on all sides.
  • If face indicates a face that does not exist the return is [ FALSE ]

Related Functions, Events & Constants

Constants

•  CHANGED_TEXTURE?

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams

Events

•  changed
Personal tools