Jump to content

Looking for texture & materials changing script


Izzy Stipe
 Share

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

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

Recommended Posts

A simple Google search and even on the SL LSL wiki site you can find several.

You will need to still understand what the scripts are doing, and some are very bloated or use old and longer methods.

 

In a nutshell, you can control those properties of an object with one main LSL function;

http://wiki.secondlife.com/wiki/LlSetPrimitiveParams

related; (llSetLinkPrimitiveParams), (llSetPrimitiveParamsFast), (llSetLinkPrimitiveParamsFast)

By using flags and parameters you can change any property of an object you would like.

There are several examples and scripts to download or reference, but it is always better to try to create your own script so that they are not as verbose as the available 'free' ones.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2864 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...