Jump to content

Skullmiser Blackheart

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have a friend who was wanting a script to detect when she was in water, and then change the glossiness of things depending on how long she's been out of water. I don't know how to change the glossiness of things without setting all of the PRIM_SPECULAR settings, so what I did was use llGetPrimitiveParams, for each face, and just plug them back into the llSetPrimitiveParams, command, which seemed to work fine. She was happy with that... until she tried to use it in a mesh object. I can't seem to get the Specular information from any mesh objects' faces. It just gives null keys and zeroes. Is there a better way to be doing this? Is this a bug? Are we supposed to link it to a regular prim, or something, and use LinkPrim stuff, or would that be the same? Sorry for my ignorance. Thank you for your help.
  2. I have a friend who was wanting a script to detect when she was in water, and then change the glossiness of things depending on how long she's been out of water. I don't know how to change the glossiness of things without setting all of the PRIM_SPECULAR settings, so what I did was use llGetPrimitiveParams, for each face, and just plug them back into the llSetPrimitiveParams, command, which seemed to work fine. She was happy with that... until she tried to use it in a mesh object. I can't seem to get the Specular information from any mesh objects' faces. It just gives null keys and zeroes. Is there a better way to be doing this? Is this a bug? Are we supposed to link it to a regular prim, or something, and use LinkPrim stuff, or would that be the same? Sorry for my ignorance. Thank you for your help.
×
×
  • Create New...