You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:llsetcolor [2015-02-04 17:41 SLT] sei style |
functions:llsetcolor [2015-02-04 17:59 SLT] (current) sei See Also: +llSetTexture |
||
---|---|---|---|
Line 40: | Line 40: | ||
* $lfn[llSetAlpha] to change the opacity of a face in the current prim, or $lfn[llSetLinkAlpha] to change it for any chosen prim. | * $lfn[llSetAlpha] to change the opacity of a face in the current prim, or $lfn[llSetLinkAlpha] to change it for any chosen prim. | ||
* The $lfn[PrimitiveParams/|PrimitiveParms] family of functions, with $lct[PRIM_COLOR], allows changing color and alpha at the same time. | * The $lfn[PrimitiveParams/|PrimitiveParms] family of functions, with $lct[PRIM_COLOR], allows changing color and alpha at the same time. | ||
+ | * $lfn[llSetTexture] and $lfn[llSetLinkTexture] to change the texture of this prim and of any prim in the linkset, respectively. | ||
+ |