TOUCH INVALID TEXCOORD: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
New page: {{LSL Constant |mode=pre-release |name=TOUCH_INVALID_TEXCOORD |type=vector |value={{LSL VR|-1.0|-1.0|0.0}} |desc=Returned by llDetectedTouchUV and llDetectedTouchST when the [[LSL ...
(No difference)

Revision as of 01:06, 13 September 2008

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.

Caveats


Related Articles

Functions

•  llDetectedTouchUV
•  llDetectedTouchST

Deep Notes

History

Search JIRA for related Issues

Signature

vector TOUCH_INVALID_TEXCOORD = <-1.0, -1.0, 0.0>;