PRIM ALPHA MODE BLEND
Revision as of 15:23, 20 June 2014 by Maestro Linden (talk | contribs) (Created page with "{{LSL Constant |type=integer |name=PRIM_ALPHA_MODE_BLEND |value=1 |desc=Used with PRIM_ALPHA_MODE. Prims faces set to this type use alpha blending for diffuse texture renderi…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_ALPHA_MODE_BLEND = 1;The integer constant PRIM_ALPHA_MODE_BLEND has the value 1
Used with PRIM_ALPHA_MODE. Prims faces set to this type use alpha blending for diffuse texture rendering (assuming the alpha channel exists).
Caveats