Hello. As most of us know, each prim's face can have its own properties for texture, colour, etc. My question is.. How can we know which face has been clicked? I'm not sure if it's possible or not.
Any help or suggestion will be appreciated.
These forums are CLOSED. Please visit the new forums HERE
detect clicks on a prim's face |
|
|
Cris Poliak
Registered User
Join date: 14 Apr 2008
Posts: 27
|
05-12-2009 08:30
Hello. As most of us know, each prim's face can have its own properties for texture, colour, etc. My question is.. How can we know which face has been clicked? I'm not sure if it's possible or not.
Any help or suggestion will be appreciated. |
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
05-12-2009 08:58
touch event functions
https://wiki.secondlife.com/wiki/Category:LSL_Touch and specifically https://wiki.secondlife.com/wiki/LlDetectedTouchFace this will also probably help _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
|
Cris Poliak
Registered User
Join date: 14 Apr 2008
Posts: 27
|
05-12-2009 09:17
touch event functions https://wiki.secondlife.com/wiki/Category:LSL_Touch? and specifically https://wiki.secondlife.com/wiki/LlDetectedTouchFace? this will also probably help https://wiki.secondlife.com/wiki/LlDetectedTouchUV Thank you very much Void. I'll take a look at it. Maybe the function that I was looking for is LlDetectedTouchFace |