PRIM GLTF ALPHA MODE BLEND
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_GLTF_ALPHA_MODE_BLEND = 1;The integer constant PRIM_GLTF_ALPHA_MODE_BLEND has the value 1
Alpha blending rendering mode for GLTF materials, used with PRIM_GLTF_BASE_COLOR. Transparency from the texture is applied and multiplied by the material's opacity multiplier, in linear color space.
Caveats