Jump to content

LlSetLinkTexture to multiple custom childs?


deanimo

Recommended Posts

Any one knows if there r any way to set a link texture to custom number of child prims? for example 4 5 6 9 15 and 20, i tried:

 llSetLinkTexture([4,5,6,9,15], "texture", ALL_SIDES);

and dont works.. sure exist a sintaxys for it...

 

Link to comment
Share on other sites

You need a loop, and if you want it to go faster (because each call of llSetLinkTexture has a 0.2 seconds delay) you should take a look at llGetLinkPrimitiveParams and llSetLinkPrimitiveParamsFast with PRIM_TEXTURE

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...