Difference between revisions of "Internal Textures"

From Second Life Wiki
Jump to navigation Jump to search
m (typo)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page is a work in progress [[User:Tapple Gao|Tapple Gao]] ([[User talk:Tapple Gao|talk]]) 06:51, 6 June 2018 (PDT)
__NOTOC__ {{Multi-lang|category=LSL}}{{LSL Header}}
 
Various Textures built into the viewer


{| class="sortable" {{prettytable}}
{| class="sortable" {{prettytable}}
Line 35: Line 37:
|Hides alpha textures behind it
|Hides alpha textures behind it
|-
|-
|[[TEXTURE_MEDIA]]
|IMG_USE_BAKED_HEAD
|e97cf410-8e61-7005-ec06-629eba4cd1fb
|5a9f4a74-30f2-821c-b88d-70499d3e7183
|[[Second Life Project BakesOnMesh/5.1.3.513936]]
|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]
|}
|}


{{LSL_Constant/string}}{{LSL Constant
== Related Articles ==
|name=TEXTURE_BLANK
 
|type=string
* [[llSetTexture]]
|value="5748decc-f629-461c-9a36-a35a221fe21f"
 
|desc=UUID for the "Blank" texture
[[Category:LSL 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
}}

Revision as of 10:59, 3 October 2019

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