Talk:PRIM TEXTURE

From Second Life Wiki
Revision as of 12:12, 7 June 2014 by Dora Gustafson (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)