PRIM ALPHA MODE NONE: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{LSL Constant |type=integer |name=PRIM_ALPHA_MODE_NONE |value=0 |desc=Used with PRIM_ALPHA_MODE. Prims faces set to this type ignore the alpha channel of the diffuse texture…" |
(No difference)
|
Latest revision as of 16:24, 20 June 2014
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_ALPHA_MODE_NONE = 0;The integer constant PRIM_ALPHA_MODE_NONE has the value 0
Used with PRIM_ALPHA_MODE. Prims faces set to this type ignore the alpha channel of the diffuse texture, and render as completely opaque.
Caveats