TEXTURE BLANK
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Description
Constant: string TEXTURE_BLANK = "5748decc-f629-461c-9a36-a35a221fe21f";The string constant TEXTURE_BLANK has the value "5748decc-f629-461c-9a36-a35a221fe21f"
UUID for the "Blank" texture
Like any string constants longer then 3 characters and used in multiple places in the code, they should be store in a global variable. The result will be a considerable memory savings.
Related Articles
Constants
| • | TEXTURE_MEDIA | |||
| • | TEXTURE_PLYWOOD | |||
| • | TEXTURE_TRANSPARENT |
Functions
| • | llSetTexture | |||
| • | llSetLinkTexture | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams |

