TOUCH INVALID TEXCOORD

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Related Articles

Functions

•  llDetectedTouchUV
•  llDetectedTouchST

Deep Notes

History

Search JIRA for related Issues

Signature

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