Jump to content

LlSetLinkTexture to multiple custom childs?


deanimo
 Share

You are about to reply to a thread that has been inactive for 4749 days.

Please take a moment to consider if this thread is worth bumping.

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

You are about to reply to a thread that has been inactive for 4749 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...