TOUCH INVALID TEXCOORD
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: vector TOUCH_INVALID_TEXCOORD = <-1.0, -1.0, 0.0>;The vector constant TOUCH_INVALID_TEXCOORD has the value <-1.0, -1.0, 0.0>
Returned by llDetectedTouchUV and llDetectedTouchST when the touch position is not valid.
Deep Notes
History
- Introduced in SVN:1167 r96080 Branch:viewer_1-21-2 Tuesday, 09 September 2008
- Merged into Trunk SVN:1169 r96492 Trunk Thursday, 11 September 2008

