Difference between revisions of "Internal Textures"
Jump to navigation
Jump to search
Tapple Gao (talk | contribs) (Created page with "{{LSL_Constant/string}}{{LSL Constant |name=TEXTURE_BLANK |type=string |value="5748decc-f629-461c-9a36-a35a221fe21f" |desc=UUID for the "Blank" texture |examples |notes |const...") |
m (Added ClientAssetKeys page link) |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | __NOTOC__ {{Multi-lang|category=LSL}}{{LSL Header}} | ||
| | |||
| | Various Textures built into the viewer | ||
| | |||
| | {| class="sortable" {{prettytable}} | ||
| | |-{{Hl2}} | ||
| | !Texture Name | ||
| | ![[UUID]] | ||
!Description | |||
|- | |||
|[[TEXTURE_DEFAULT]] | |||
| | |89556747-24cb-43ed-920b-47caed15465f | ||
|Default plywood texture | |||
|- | |||
|[[TEXTURE_PLYWOOD]] | |||
|89556747-24cb-43ed-920b-47caed15465f | |||
| | |Default plywood texture | ||
| | |- | ||
|[[TEXTURE_BLANK]] | |||
|5748decc-f629-461c-9a36-a35a221fe21f | |||
| | |Blank, all white texture in the Texture window | ||
| | |- | ||
| | |[[TEXTURE_TRANSPARENT]] | ||
| | |8dcd4a48-2d37-4909-9f78-f7a9eb4ef903 | ||
} | |*Default Transparent Texture | ||
|- | |||
|[[TEXTURE_MEDIA]] | |||
|8b5fec65-8d8d-9dc5-cda8-8fdf2716e361 | |||
|Also triggers targeting | |||
|- | |||
|[[Invisiprim]] 1 | |||
|38b86f85-2575-52a9-a531-23108d8da837 | |||
|Hides alpha textures behind it | |||
|- | |||
|[[Invisiprim]] 2 | |||
|e97cf410-8e61-7005-ec06-629eba4cd1fb | |||
|Hides alpha textures behind it | |||
|- | |||
|IMG_USE_BAKED_HEAD | |||
|5a9f4a74-30f2-821c-b88d-70499d3e7183 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_UPPER | |||
|ae2de45c-d252-50b8-5c6e-19f39ce79317 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_LOWER | |||
|24daea5f-0539-cfcf-047f-fbc40b2786ba | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_EYES | |||
|52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_SKIRT | |||
|43529ce8-7faa-ad92-165a-bc4078371687 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_HAIR | |||
|09aac1fb-6bce-0bee-7d44-caac6dbb6c63 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_LEFTARM | |||
|ff62763f-d60a-9855-890b-0c96f8f8cd98 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_LEFTLEG | |||
|8e915e25-31d1-cc95-ae08-d58a47488251 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_AUX1 | |||
|9742065b-19b5-297c-858a-29711d539043 | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_AUX2 | |||
|03642e83-2bd1-4eb9-34b4-4c47ed586d2d | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|- | |||
|IMG_USE_BAKED_AUX3 | |||
|edd51b77-fc10-ce7a-4b3d-011dfc349e4f | |||
|Sets face to use specified channel for [https://community.secondlife.com/knowledgebase/english/bakes-on-mesh-r1512/ Bakes on Mesh] | |||
|} | |||
== Related Articles == | |||
* [[User:Kizmut_Smit/ClientAssetKeys]] | |||
* [[llSetTexture]] | |||
[[Category:LSL Texture]] |
Latest revision as of 10:50, 20 March 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Various Textures built into the viewer
Texture Name | UUID | Description |
---|---|---|
TEXTURE_DEFAULT | 89556747-24cb-43ed-920b-47caed15465f | Default plywood texture |
TEXTURE_PLYWOOD | 89556747-24cb-43ed-920b-47caed15465f | Default plywood texture |
TEXTURE_BLANK | 5748decc-f629-461c-9a36-a35a221fe21f | Blank, all white texture in the Texture window |
TEXTURE_TRANSPARENT | 8dcd4a48-2d37-4909-9f78-f7a9eb4ef903 | *Default Transparent Texture |
TEXTURE_MEDIA | 8b5fec65-8d8d-9dc5-cda8-8fdf2716e361 | Also triggers targeting |
Invisiprim 1 | 38b86f85-2575-52a9-a531-23108d8da837 | Hides alpha textures behind it |
Invisiprim 2 | e97cf410-8e61-7005-ec06-629eba4cd1fb | Hides alpha textures behind it |
IMG_USE_BAKED_HEAD | 5a9f4a74-30f2-821c-b88d-70499d3e7183 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_UPPER | ae2de45c-d252-50b8-5c6e-19f39ce79317 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_LOWER | 24daea5f-0539-cfcf-047f-fbc40b2786ba | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_EYES | 52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_SKIRT | 43529ce8-7faa-ad92-165a-bc4078371687 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_HAIR | 09aac1fb-6bce-0bee-7d44-caac6dbb6c63 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_LEFTARM | ff62763f-d60a-9855-890b-0c96f8f8cd98 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_LEFTLEG | 8e915e25-31d1-cc95-ae08-d58a47488251 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_AUX1 | 9742065b-19b5-297c-858a-29711d539043 | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_AUX2 | 03642e83-2bd1-4eb9-34b4-4c47ed586d2d | Sets face to use specified channel for Bakes on Mesh |
IMG_USE_BAKED_AUX3 | edd51b77-fc10-ce7a-4b3d-011dfc349e4f | Sets face to use specified channel for Bakes on Mesh |