Difference between revisions of "Talk:PRIM TEXTURE"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "== llGetLinkPrimitiveParams, texture name or UUID == With llGetLinkPrimitiveParams used from one script in a link-set it is important to note: # The texture UUID is returned…")
 
Line 6: Line 6:
# Having all textures on the object contained in the root-prim will not secure that texture names are returned when the object is touched
# Having all textures on the object contained in the root-prim will not secure that texture names are returned when the object is touched
As always the texture must be full perm. [[User:Dora Gustafson|Dora Gustafson]] 12:12, 7 June 2014 (PDT)
As always the texture must be full perm. [[User:Dora Gustafson|Dora Gustafson]] 12:12, 7 June 2014 (PDT)
<br>All this is already in the wiki at [[PRIM_TEXTURE#Target]], sorry for my confusion. [[User:Dora Gustafson|Dora Gustafson]] 16:07, 8 June 2014 (PDT)

Revision as of 16:07, 8 June 2014

llGetLinkPrimitiveParams, texture name or UUID

With llGetLinkPrimitiveParams used from one script in a link-set it is important to note:

  1. The texture UUID is returned if the touched prim doesn't contain the texture
  2. The texture name is returned only when the touched prim contain the texture
  3. Having all textures on the object contained in the root-prim will not secure that texture names are returned when the object is touched

As always the texture must be full perm. Dora Gustafson 12:12, 7 June 2014 (PDT)
All this is already in the wiki at PRIM_TEXTURE#Target, sorry for my confusion. Dora Gustafson 16:07, 8 June 2014 (PDT)