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…")
(No difference)

Revision as of 12:12, 7 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)