Difference between revisions of "Internal Textures"

From Second Life Wiki
Jump to navigation Jump to search
m (Added ClientAssetKeys page link)
 
(14 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}}
{| class="sortable" {{prettytable}}
Line 6: Line 8:
![[UUID]]
![[UUID]]
!Description
!Description
|- <!-- ANIM_AGENT_AFRAID -->
|-
|express_afraid
|[[TEXTURE_DEFAULT]]
|6b61c8e8-4747-0d75-12d7-e49ff207a4ca
|89556747-24cb-43ed-920b-47caed15465f
|Also triggers express_afraid_emote
|Default plywood texture
|- <!-- ANIM_AGENT_AIM_BAZOOKA_R -->
|-
|aim_r_bazooka
|[[TEXTURE_PLYWOOD]]
|b5b4a67d-0aee-30d2-72cd-77b333e932ef
|89556747-24cb-43ed-920b-47caed15465f
|Also triggers targeting
|Default plywood texture
|- <!-- ANIM_AGENT_AIM_BOW_L -->
|-
|aim_l_bow
|[[TEXTURE_BLANK]]
|46bb4359-de38-4ed8-6a22-f1f52fe8f506
|5748decc-f629-461c-9a36-a35a221fe21f
|Also triggers targeting
|Blank, all white texture in the Texture window
|- <!-- ANIM_AGENT_AIM_HANDGUN_R -->
|-
|aim_r_handgun
|[[TEXTURE_TRANSPARENT]]
|3147d815-6338-b932-f011-16b56d9ac18b
|8dcd4a48-2d37-4909-9f78-f7a9eb4ef903
|Also triggers targeting
|*Default Transparent Texture
|- <!-- ANIM_AGENT_AIM_RIFLE_R -->
|-
|aim_r_rifle
|[[TEXTURE_MEDIA]]
|ea633413-8006-180a-c3ba-96dd1d756720
|8b5fec65-8d8d-9dc5-cda8-8fdf2716e361
|Also triggers targeting
|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]]


{{LSL_Constant/string}}{{LSL Constant
[[Category:LSL Texture]]
|name=TEXTURE_BLANK
|type=string
|value="5748decc-f629-461c-9a36-a35a221fe21f"
|desc=UUID for the "Blank" texture
|examples
|notes
|constants=
{{LSL ConstRow|TEXTURE_MEDIA}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}
|functions=
{{LSL DefineRow||[[llSetTexture]]|}}
{{LSL DefineRow||[[llSetLinkTexture]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
|events
|history=
*{{SVN|543|ver=1.20.7|anchor=file35}} - Introduction
* Date of Release  [[ Release_Notes/Second_Life_Release/1.20#Release_Notes_for_Second_Life_1.20.15_Jul_24th.2C_2008 | 24/07/2008 ]]
|cat1=Texture
|cat2=
|cat3
|cat4
}}

Latest revision as of 11:50, 20 March 2023

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

Related Articles