Difference between revisions of "TEXTURE BLANK"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
|notes
|notes
|constants=
|constants=
{{LSL ConstRow|TEXTURE_DEFAULT}}
{{LSL ConstRow|TEXTURE_MEDIA}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}

Revision as of 12:42, 9 June 2008

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

Related Articles

Notes

Like any LSO string constants longer then 3 characters and used in multiple places in the code, they should be stored in a global variable. The result will be a considerable memory savings. This does not apply to scripts compiled with Mono. See LSL Constants vs Globals for more information about this and examples.

Deep Notes

History

Search JIRA for related Issues

Signature

string TEXTURE_BLANK = "5748decc-f629-461c-9a36-a35a221fe21f";